.coveragerc
.flake8
.gitignore
.pylintrc
.readthedocs.yml
AUTHORS.rst
LICENSE.txt
README.rst
dev-requirements.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/pylint.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/ridesystems/__init__.py
src/ridesystems/api.py
src/ridesystems/py.typed
src/ridesystems/reports.py
src/ridesystems.egg-info/PKG-INFO
src/ridesystems.egg-info/SOURCES.txt
src/ridesystems.egg-info/dependency_links.txt
src/ridesystems.egg-info/not-zip-safe
src/ridesystems.egg-info/requires.txt
src/ridesystems.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_reports.py