pymicroservice

Build microservices with Python


Keywords
microservice, cloud, rpc, compute, service, microservices, python3
License
MIT
Install
pip install pymicroservice==0.0.2

Documentation

The gemstone framework

https://travis-ci.org/vladcalin/gemstone.svg?branch=master https://ci.appveyor.com/api/projects/status/i6rep3022e7occ8e?svg=true Documentation Status https://coveralls.io/repos/github/vladcalin/gemstone/badge.svg?branch=master Code Climate Code Health

An extensible and simplistic library for writing microservices in Python.

Core features:

  • JSON RPC 2.0 communication (request-response)
  • Event based communication (publisher-subscriber)
  • autodiscovery
  • dynamic configuration of the services
  • possibility to add web application functionality
  • API token based security

See the documentation for more info: documentation

Check out the issue tracker: issue tracker

Changes: Changelog