Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 422 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 422 Bytes

pymicro

An easy to use python3 package to create and use microservices.

Installation

pip install pymicro

Example

HTTP and RabbitMQ protocols ping-pong example

Dev Commands

Once .pypirc is properly setup type in order to deploy a new version:

  • Create a new tag on github
  • Update setup.py (version + dependencies)
  • Upload the new version:
python setup.py sdist upload -r pypi