stratus-endpoint

Base classes for creating service endpoints for the Stratus Framework


License
MIT
Install
pip install stratus-endpoint==0.0.2

Documentation

stratus-endpoint

Base classes for creating service endpoints for the Stratus Framework

These classes wrap python services for integration with other services using Stratus.

Installation

 >> python setup.py install
Developer Notes: Uploading to PyPi
   >> python setup.py sdist bdist_wheel
   >> python -m twine upload --repository-url https://upload.pypi.org/legacy/ ./dist/*