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/config/__init__.py
gemstone/config/configurable.py
gemstone/config/configurator.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
tests/test_structs.py
tests/configuration/__init__.py
tests/configuration/test_cmd_configuration.py
tests/configuration/test_configurables.py
tests/services/__init__.py
tests/services/service_client.py
tests/services/service_jsonrpc_specs.py
tests/services/service_microservice.py
tests/services/service_service_creation.py
tests/services/service_service_registry_integration.py
tests/services/service_validation_strategies.py
tests/validation_strategies/__init__.py
tests/validation_strategies/test_cookie_validation_strategy.py
tests/validation_strategies/test_header_validation_strategy.py