LICENSE
MANIFEST.in
readme.md
requirements.txt
setup.py
pymicroservice/__init__.py
pymicroservice/cli.py
pymicroservice/errors.py
pymicroservice/util.py
pymicroservice.egg-info/PKG-INFO
pymicroservice.egg-info/SOURCES.txt
pymicroservice.egg-info/dependency_links.txt
pymicroservice.egg-info/entry_points.txt
pymicroservice.egg-info/not-zip-safe
pymicroservice.egg-info/requires.txt
pymicroservice.egg-info/top_level.txt
pymicroservice/client/__init__.py
pymicroservice/client/remote_service.py
pymicroservice/core/__init__.py
pymicroservice/core/decorators.py
pymicroservice/core/handlers.py
pymicroservice/core/microservice.py
pymicroservice/data/__init__.py
pymicroservice/data/newservice.tmpl
tests/__init__.py
tests/test_client.py
tests/test_jsonrpc_specs.py
tests/test_pymicroservice.py
tests/test_service_creation.py