.git_archival.txt
.gitattributes
.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
requirements.txt
requirements_test.txt
.github/workflows/release_to_pypi.yml
aiotaipit/__init__.py
aiotaipit/__main__.py
aiotaipit/_version.py
aiotaipit/api.py
aiotaipit/auth.py
aiotaipit/cli.py
aiotaipit/const.py
aiotaipit/exceptions.py
aiotaipit/helpers.py
aiotaipit/py.typed
aiotaipit.egg-info/PKG-INFO
aiotaipit.egg-info/SOURCES.txt
aiotaipit.egg-info/dependency_links.txt
aiotaipit.egg-info/entry_points.txt
aiotaipit.egg-info/requires.txt
aiotaipit.egg-info/top_level.txt
docs/taipit_api_mobile.ipynb
docs/taipit_api_sharing.ipynb
examples/example.py
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_api.py
tests/test_auth.py