Metadata-Version: 1.1
Name: pyrs
Version: 0.3.2
Summary: Python microservice framework
Home-page: http://pyrs.readthedocs.org/
Author: Csaba Palankai
Author-email: csaba.palankai@gmail.com
License: UNKNOWN
Description: =============================
        Python MicroService framework
        =============================
        
        .. image:: https://travis-ci.org/palankai/pyrs.svg?branch=master
            :target: https://travis-ci.org/palankai/pyrs
        
        .. image:: https://coveralls.io/repos/palankai/pyrs/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/palankai/pyrs?branch=master
        
        .. image:: https://readthedocs.org/projects/pyrs/badge/?version=latest
            :target: https://readthedocs.org/projects/pyrs/?badge=latest
            :alt: Documentation Status
        
        Main propose of this framework provide an independent architecture
        and it should be used for any python framework (Django, Flask, Odoo).
        
        This is just an umbrella package.
        Provide some library to others.
        
Keywords: service,rest,restful,swagger,resource
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
