.dcignore
.editorconfig
.gitignore
CHANGELOG.rst
LICENSE
README.rst
SECURITY.md
py.typed
pyproject.toml
sonar-project.properties
uv.lock
.github/FUNDING.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql-analysis.yml
.github/workflows/publish.yml
.github/workflows/uv.yml
.github/workflows/zizmor.yml
.sonarlint/connectedMode.json
Monzo_API.egg-info/PKG-INFO
Monzo_API.egg-info/SOURCES.txt
Monzo_API.egg-info/dependency_links.txt
Monzo_API.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/source/__init__.py
docs/source/access_token.rst
docs/source/api_observations.rst
docs/source/basic_api_queries.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/developers.rst
docs/source/index.rst
docs/source/license.rst
docs/source/modules.rst
docs/source/monzo.endpoints.rst
docs/source/monzo.handlers.rst
docs/source/monzo.rst
docs/source/monzo_setup.rst
docs/source/refreshing_tokens.rst
docs/source/tutorials.rst
docs/source/images/api_authorize_alert.png
docs/source/images/api_authorize_email.png
docs/source/images/api_authorize_login.png
docs/source/images/create-client-1.png
docs/source/images/create-client-2.png
docs/source/images/create-client-3.png
docs/source/images/create-client-4.png
docs/source/images/sign-in-1.png
docs/source/images/sign-in-2.png
docs/source/images/sign-in-3.png
docs/source/images/sign-in-alert.png
docs/source/images/sign-in-authorise.png
docs/source/images/sign-in-email.png
examples/__init__.py
examples/auth_step_01.py
examples/auth_step_02.py
examples/create_feed_item.py
examples/get_accounts.py
examples/get_whoami.py
monzo/__init__.py
monzo/authentication.py
monzo/exceptions.py
monzo/helpers.py
monzo/httpio.py
monzo/endpoints/__init__.py
monzo/endpoints/account.py
monzo/endpoints/attachment.py
monzo/endpoints/balance.py
monzo/endpoints/feed_item.py
monzo/endpoints/monzo.py
monzo/endpoints/pot.py
monzo/endpoints/receipt.py
monzo/endpoints/transaction.py
monzo/endpoints/webhooks.py
monzo/endpoints/whoami.py
monzo/handlers/__init__.py
monzo/handlers/filesystem.py
monzo/handlers/storage.py
tests/__init__.py
tests/helpers.py
tests/test_authentication.py
tests/test_endpoints.py
tests/test_httpio_errors.py
tests/test_payload.py
tests/mock_payloads/Accounts.json
tests/mock_payloads/Annotate.json
tests/mock_payloads/Balance.json
tests/mock_payloads/FeedItem.json
tests/mock_payloads/Logout.json
tests/mock_payloads/Receipt.json
tests/mock_payloads/ReceiptCreate.json
tests/mock_payloads/ReceiptDelete.json
tests/mock_payloads/Transaction.json
tests/mock_payloads/TransactionFetchSingle.json
tests/mock_payloads/Webhooks.json
tests/mock_payloads/WebhooksCreate.json
tests/mock_payloads/WebhooksDelete.json
tests/mock_payloads/WhoAmI.json
tests/mock_payloads/__init__.py
tests/mock_responses/Accounts.json
tests/mock_responses/Accounts_Flex_Loan_Type.json
tests/mock_responses/Accounts_Flex_Type.json
tests/mock_responses/Accounts_Loan_Type.json
tests/mock_responses/Accounts_Unknown_Type.json
tests/mock_responses/Annotate.json
tests/mock_responses/Balance.json
tests/mock_responses/FeedItem.json
tests/mock_responses/Logout.json
tests/mock_responses/Receipt.json
tests/mock_responses/ReceiptCreated.json
tests/mock_responses/ReceiptDeleted.json
tests/mock_responses/Transaction.json
tests/mock_responses/TransactionFetchSingle.json
tests/mock_responses/WebhooksCreated.json
tests/mock_responses/WebhooksDeleted.json
tests/mock_responses/WebhooksNone.json
tests/mock_responses/WebhooksOne.json
tests/mock_responses/WhoAmI.json
tests/mock_responses/__init__.py