.dockerignore
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
tox.ini
.github/FUNDING.yml
.github/workflows/publish.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/scripts/release.py
.vscode/settings.json
changelog.d/.gitkeep
changelog.d/template.md
dev/requirements.txt
docs/Makefile
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/getting-started.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/signals.rst
docs/spelling-wordlist.txt
docs/integrations/flask.rst
docs/recipes/celery.rst
docs/recipes/index.rst
docs/recipes/rq.rst
docs/services/index.rst
docs/services/email/imap.rst
docs/services/email/index.rst
docs/services/email/pop3.rst
docs/services/email/smtp.rst
owlery/__init__.py
owlery/_version.py
owlery/exceptions.py
owlery/py.typed
owlery/signals.py
owlery/utils.py
owlery.egg-info/PKG-INFO
owlery.egg-info/SOURCES.txt
owlery.egg-info/dependency_links.txt
owlery.egg-info/entry_points.txt
owlery.egg-info/requires.txt
owlery.egg-info/top_level.txt
owlery/services/__init__.py
owlery/services/misc.py
owlery/services/reddit.py
owlery/services/twilio.py
owlery/services/email/__init__.py
owlery/services/email/html.py
owlery/services/email/imap.py
owlery/services/email/pop3.py
owlery/services/email/smtp.py
owlery/services/mms/__init__.py
owlery/services/mms/twilio.py
owlery/services/sms/__init__.py
owlery/services/sms/gsmmodem.py
owlery/services/sms/twilio.py
owlery/services/voice/__init__.py
owlery/services/whatsapp/__init__.py
owlery/services/whatsapp/twilio.py
owlery/services/whatsapp/wabp.py
tests/__init__.py
tests/conftest.py
tests/docker-compose.yml
tests/dovecot.conf
tests/requirements.txt
tests/test_signals.py
tests/services/__init__.py
tests/services/test_manager.py
tests/services/test_misc.py
tests/services/test_service.py
tests/services/email/__init__.py
tests/services/email/conftest.py
tests/services/email/test_imap.py
tests/services/email/test_pop3.py
tests/services/email/test_smtp.py
typing/requirements.txt