.git_archival.txt
.gitattributes
.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
requirements.txt
requirements_test.txt
.github/workflows/python-publish.yml
aiomygas/__init__.py
aiomygas/__main__.py
aiomygas/_version.py
aiomygas/api.py
aiomygas/auth.py
aiomygas/cli.py
aiomygas/const.py
aiomygas/device_info.py
aiomygas/devices.json
aiomygas/exceptions.py
aiomygas/py.typed
aiomygas.egg-info/PKG-INFO
aiomygas.egg-info/SOURCES.txt
aiomygas.egg-info/dependency_links.txt
aiomygas.egg-info/entry_points.txt
aiomygas.egg-info/requires.txt
aiomygas.egg-info/top_level.txt
aiomygas/queries/__init__.py
aiomygas/queries/accounts.py
aiomygas/queries/base.py
aiomygas/queries/charges.py
aiomygas/queries/client.py
aiomygas/queries/els_info.py
aiomygas/queries/indication_send.py
aiomygas/queries/lspu_info.py
aiomygas/queries/payments.py
aiomygas/queries/receipt.py
aiomygas/queries/signin.py
examples/example.py
tests/test_api.py
tests/test_auth.py
tests/test_device_info.py
tests/test_queries.py
tests/fixtures/AccountsN_response.json
tests/fixtures/ClientV2_response.json
tests/fixtures/clientCharges_response_error.json
tests/fixtures/device_info.json
tests/fixtures/elsInfo_response.json
tests/fixtures/indicationSendV4_response.json
tests/fixtures/lspuInfo_response.json
tests/fixtures/paymentsByLspu_response.json
tests/fixtures/receipt_response_error.json
tests/fixtures/signInN3_response.json
tests/fixtures/signInN3_response_error.json