/python-micro-services

light weight framework to write micro services in Python

Primary LanguagePython

Overview

A light weight framework to write micro services in Python.

Dependencies

  • Download and install zermomq 4.0.0
  • Install pyzmq - Python bindings for zeromq
  • Download and install protobuf 2.6.0 (from github)
  • Install protobuf 2.6.0 Python bindings

How do I implement my service

TODO