Metadata-Version: 2.0
Name: snap-micro
Version: 0.9.5
Summary: Small Network Applications in Python: a microservices toolkit
Home-page: http://github.com/binarymachines/snap
Author: Dexter Taylor
Author-email: binarymachineshop@gmail.com
License: MIT
Keywords: microservices web framework
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Requires-Dist: Flask
Requires-Dist: Jinja2
Requires-Dist: MarkupSafe
Requires-Dist: PyYAML
Requires-Dist: SQLAlchemy
Requires-Dist: Werkzeug
Requires-Dist: docopt
Requires-Dist: itsdangerous
Requires-Dist: requests

SNAP: Small Network Applications in Python
Dexter Taylor
binarymachineshop@gmail.com

SNAP is a microservice construction framework built on top of the Flask
coding framework. It is designed to simplify the building microservices
and to cleanly separate concerns between the service itself, and how the
service request arrives.




