.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
.github/workflows/publish.yaml
.github/workflows/test.yaml
src/ebike_connect.egg-info/PKG-INFO
src/ebike_connect.egg-info/SOURCES.txt
src/ebike_connect.egg-info/dependency_links.txt
src/ebike_connect.egg-info/requires.txt
src/ebike_connect.egg-info/top_level.txt
src/ebikeconnect/__init__.py
src/ebikeconnect/_version.py
src/ebikeconnect/client.py
src/ebikeconnect/models.py
src/ebikeconnect/py.typed
tests/conftest.py
tests/test_client.py
tests/test_models.py