.gitignore
LICENSE
README.md
conftest.py
example_credentials.json
pyproject.toml
setup.py
.github/workflows/publish.yml
.vscode/settings.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/pages/client.rst
docs/pages/exceptions.rst
docs/pages/models.rst
docs/pages/utils.rst
src/steampie/__init__.py
src/steampie/client.py
src/steampie/confirmation.py
src/steampie/exceptions.py
src/steampie/guard.py
src/steampie/login.py
src/steampie/models.py
src/steampie/utils.py
src/steampie.egg-info/PKG-INFO
src/steampie.egg-info/SOURCES.txt
src/steampie.egg-info/dependency_links.txt
src/steampie.egg-info/requires.txt
src/steampie.egg-info/top_level.txt
tests/__init__.py
tests/test_client.py
tests/test_guard.py
tests/test_utils.py