LICENSE
MANIFEST.in
contrib_requirements.txt
dev_requirements.txt
readme.rst
requirements.txt
setup.cfg
setup.py
nameko/__init__.py
nameko/containers.py
nameko/dependencies.py
nameko/events.py
nameko/exceptions.py
nameko/logging.py
nameko/messaging.py
nameko/parallel.py
nameko/rpc.py
nameko/runners.py
nameko/timer.py
nameko/utils.py
nameko.egg-info/PKG-INFO
nameko.egg-info/SOURCES.txt
nameko.egg-info/dependency_links.txt
nameko.egg-info/requires.txt
nameko.egg-info/top_level.txt
nameko.egg-info/zip-safe
nameko/contrib/__init__.py
nameko/contrib/sqlalchemy.py
nameko/legacy/__init__.py
nameko/legacy/channelhandler.py
nameko/legacy/common.py
nameko/legacy/consuming.py
nameko/legacy/context.py
nameko/legacy/decorators.py
nameko/legacy/nova.py
nameko/legacy/proxy.py
nameko/legacy/responses.py
nameko/legacy/testing.py
nameko/standalone/__init__.py
nameko/standalone/events.py
nameko/standalone/rpc.py
nameko/testing/__init__.py
nameko/testing/dependencies.py
nameko/testing/once.py
nameko/testing/services.py
nameko/testing/utils.py
test/test_call_id_stack.py
test/test_container.py
test/test_db.py
test/test_dependencies.py
test/test_errors.py
test/test_events.py
test/test_example.py
test/test_messaging.py
test/test_once.py
test/test_parallel.py
test/test_queue_consumer.py
test/test_rpc.py
test/test_service_runner.py
test/test_timers.py