LICENSE
MANIFEST.in
contrib_requirements.txt
dev_requirements.txt
pylintrc
readme.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/modules.rst
docs/nameko.containers.rst
docs/nameko.contrib.rst
docs/nameko.contrib.sqlalchemy.rst
docs/nameko.dependencies.rst
docs/nameko.events.rst
docs/nameko.exceptions.rst
docs/nameko.legacy.channelhandler.rst
docs/nameko.legacy.common.rst
docs/nameko.legacy.consuming.rst
docs/nameko.legacy.context.rst
docs/nameko.legacy.decorators.rst
docs/nameko.legacy.nova.rst
docs/nameko.legacy.proxy.rst
docs/nameko.legacy.responses.rst
docs/nameko.legacy.rst
docs/nameko.legacy.testing.rst
docs/nameko.logging.rst
docs/nameko.messaging.rst
docs/nameko.nameko_doc.rst
docs/nameko.parallel.rst
docs/nameko.rpc.rst
docs/nameko.rst
docs/nameko.runners.rst
docs/nameko.standalone.events.rst
docs/nameko.standalone.rpc.rst
docs/nameko.standalone.rst
docs/nameko.testing.dependencies.rst
docs/nameko.testing.rst
docs/nameko.testing.services.rst
docs/nameko.testing.utils.rst
docs/nameko.timer.rst
docs/nameko.utils.rst
docs/examples/helloworld.py
docs/examples/index.rst
docs/examples/messaging_consumer.py
docs/examples/messaging_publisher.py
docs/examples/rpc_client.py
docs/examples/rpc_service.py
docs/examples/testing/conftest.py
docs/examples/testing/index.rst
docs/examples/testing/integration_test.py
docs/examples/testing/large_integration_test.py
docs/examples/testing/unit_test.py
docs/examples/testing/unit_with_provided_injection_test.py
nameko/__init__.py
nameko/constants.py
nameko/containers.py
nameko/contextdata.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/dependencies.py
nameko/legacy/nova.py
nameko/legacy/proxy.py
nameko/legacy/responses.py
nameko/legacy/testing.py
nameko/nameko_doc/__init__.py
nameko/nameko_doc/entities.py
nameko/nameko_doc/method_extractor.py
nameko/nameko_doc/processor.py
nameko/nameko_doc/rst_render.py
nameko/standalone/__init__.py
nameko/standalone/events.py
nameko/standalone/rpc.py
nameko/testing/__init__.py
nameko/testing/dependencies.py
nameko/testing/services.py
nameko/testing/utils.py
test/__init__.py
test/conftest.py
test/test_broker.py
test/test_call_id_stack.py
test/test_container.py
test/test_contextdata.py
test/test_db.py
test/test_dependencies.py
test/test_errors.py
test/test_events.py
test/test_example.py
test/test_exceptions.py
test/test_messaging.py
test/test_parallel.py
test/test_queue_consumer.py
test/test_rpc.py
test/test_serialization.py
test/test_service_runner.py
test/test_timers.py
test/test_utils.py
test/legacy/__init__.py
test/legacy/conftest.py
test/legacy/test_channelhandler.py
test/legacy/test_consuming.py
test/legacy/test_context.py
test/legacy/test_decorators.py
test/legacy/test_dependencies.py
test/legacy/test_nova.py
test/legacy/test_proxy.py
test/legacy/test_responses.py
test/nameko_doc/__init__.py
test/nameko_doc/conftest.py
test/nameko_doc/test_entity_rendering.py
test/nameko_doc/test_method_extraction.py
test/nameko_doc/test_processor.py
test/nameko_doc/test_rst_renderer.py
test/nameko_doc/example/__init__.py
test/standalone/__init__.py
test/standalone/test_event_dispatcher.py
test/standalone/test_rpc_proxy.py
test/testing/__init__.py
test/testing/test_dependencies.py
test/testing/test_services.py
test/testing/test_utils.py