LICENSE
README.md
pyproject.toml
src/freescout/__init__.py
src/freescout/_transport.py
src/freescout/_version.py
src/freescout/client.py
src/freescout/enums.py
src/freescout/exceptions.py
src/freescout/models.py
src/freescout/resources/__init__.py
src/freescout/resources/base.py
src/freescout/resources/conversations.py
src/freescout/resources/customers.py
src/freescout/resources/mailboxes.py
src/freescout/resources/tags.py
src/freescout/resources/threads.py
src/freescout/resources/users.py
src/freescout/resources/webhooks.py
src/freescout_api.egg-info/PKG-INFO
src/freescout_api.egg-info/SOURCES.txt
src/freescout_api.egg-info/dependency_links.txt
src/freescout_api.egg-info/requires.txt
src/freescout_api.egg-info/top_level.txt
tests/test_client.py
tests/test_conversations.py
tests/test_customers.py
tests/test_exceptions.py
tests/test_mailboxes.py
tests/test_tags.py
tests/test_threads.py
tests/test_users.py
tests/test_webhooks.py