Metadata-Version: 2.1
Name: velogames
Version: 0.1.1
Summary: Small tool for scraping Velogames data
Home-page: https://github.com/osrjv/velogames
License: Apache-2.0
Author: Ossi Rajuvaara
Author-email: ossi@robocorp.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Project-URL: Repository, https://github.com/osrjv/velogames
Description-Content-Type: text/markdown

# Velogames data scraper

Parses data from [velogames.com](https://www.velogames.com/) and outputs it into
a CSV file for further processing.

Possible output commands:

- ``teams``:  Parse all teams in a league
- ``riders``: Parse all selected riders in the league
- ``scores``: Parse scores for all different events in the league

