.coveragerc
.flake8
CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci-tests.yml
examples/README.rst
examples/call.py
examples/setup.py
examples/source.py
examples/worker.py
src/psycopg2_mq/__init__.py
src/psycopg2_mq/model.py
src/psycopg2_mq/source.py
src/psycopg2_mq/trigger.py
src/psycopg2_mq/util.py
src/psycopg2_mq/worker.py
src/psycopg2_mq.egg-info/PKG-INFO
src/psycopg2_mq.egg-info/SOURCES.txt
src/psycopg2_mq.egg-info/dependency_links.txt
src/psycopg2_mq.egg-info/not-zip-safe
src/psycopg2_mq.egg-info/requires.txt
src/psycopg2_mq.egg-info/top_level.txt
tests/conftest.py
tests/test_integration.py
tests/test_source.py
tests/test_util.py