CHANGES.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
gemstone/__init__.py
gemstone/cli.py
gemstone/errors.py
gemstone/util.py
gemstone.egg-info/PKG-INFO
gemstone.egg-info/SOURCES.txt
gemstone.egg-info/dependency_links.txt
gemstone.egg-info/entry_points.txt
gemstone.egg-info/not-zip-safe
gemstone.egg-info/requires.txt
gemstone.egg-info/top_level.txt
gemstone/auth/__init__.py
gemstone/auth/base/__init__.py
gemstone/auth/base/validation_strategy.py
gemstone/auth/validation_strategies/__init__.py
gemstone/auth/validation_strategies/basic_cookie_strategy.py
gemstone/auth/validation_strategies/header_strategy.py
gemstone/client/__init__.py
gemstone/client/remote_service.py
gemstone/core/__init__.py
gemstone/core/decorators.py
gemstone/core/handlers.py
gemstone/core/microservice.py
gemstone/core/structs.py
gemstone/event/__init__.py
gemstone/event/transport/__init__.py
gemstone/event/transport/base.py
gemstone/event/transport/rabbitmq.py
tests/__init__.py
tests/test_client.py
tests/test_jsonrpc_specs.py
tests/test_microservice.py
tests/test_service_creation.py
tests/test_service_registry_integration.py