LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
pyusacycling/__init__.py
pyusacycling/__main__.py
pyusacycling/cli.py
pyusacycling/client.py
pyusacycling/exceptions.py
pyusacycling/models.py
pyusacycling/parser.py
pyusacycling/serializers.py
pyusacycling/utils.py
pyusacycling.egg-info/PKG-INFO
pyusacycling.egg-info/SOURCES.txt
pyusacycling.egg-info/dependency_links.txt
pyusacycling.egg-info/entry_points.txt
pyusacycling.egg-info/not-zip-safe
pyusacycling.egg-info/requires.txt
pyusacycling.egg-info/top_level.txt
samples/metadata.json
samples/event_lists/colorado_2020.html
samples/event_lists/colorado_2020.html.meta.json
samples/load_info/132893.html
samples/load_info/132893.html.meta.json
samples/permit_pages/2020-26.html
samples/permit_pages/2020-26.html.meta.json
samples/race_results/1337864.html
samples/race_results/1337864.html.meta.json
tests/__init__.py
tests/test_base_parser.py
tests/test_caching.py
tests/test_cli.py
tests/test_client.py
tests/test_csv_serializer.py
tests/test_event_details_parser.py
tests/test_event_list_parser.py
tests/test_exceptions.py
tests/test_json_serializer.py
tests/test_logging.py
tests/test_race_results_parser.py
tests/test_rate_limiting.py