LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/siphon.database.rst
docs/siphon.queue.rst
docs/siphon.rst
docs/usage.rst
requirements/dev.txt
requirements/test.txt
siphon/__init__.py
siphon/logger.py
siphon/database/__init__.py
siphon/database/aiopostgres.py
siphon/database/config.py
siphon/database/mysql.py
siphon/database/postgres.py
siphon/queue/__init__.py
siphon/queue/aioqueue.py
siphon/queue/types.py
siphon/queue/violations.py
siphon/rabbit/__init__.py
siphon/rabbit/aiorabbit.py
siphon/rabbit/config.py
siphon_data.egg-info/PKG-INFO
siphon_data.egg-info/SOURCES.txt
siphon_data.egg-info/dependency_links.txt
siphon_data.egg-info/entry_points.txt
siphon_data.egg-info/not-zip-safe
siphon_data.egg-info/requires.txt
siphon_data.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_siphon.py
tests/tests.env
tests/integration/__init__.py
tests/integration/test_async_mysql.py
tests/integration/test_async_pg.py
tests/integration/test_async_rabbit.py
tests/integration/test_sync_pg.py
tests/unit/__init__.py
tests/unit/test_queue.py