.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
examples/nodejs/package.json
examples/nodejs/rpc-client.js
examples/python/simple_client.py
examples/python/simple_server.py
src/amqp_fabric/__init__.py
src/amqp_fabric/abstract_service_api.py
src/amqp_fabric/amq_broker_connector.py
src/amqp_fabric/logging_amqp_handler.py
src/amqp_fabric.egg-info/PKG-INFO
src/amqp_fabric.egg-info/SOURCES.txt
src/amqp_fabric.egg-info/dependency_links.txt
src/amqp_fabric.egg-info/not-zip-safe
src/amqp_fabric.egg-info/requires.txt
src/amqp_fabric.egg-info/top_level.txt
tests/conftest.py
tests/test_amqp_broker_connector.py
tests/test_amqp_logging.py
tests/test_high_availability.py