Metadata-Version: 1.1
Name: eazyserver
Version: 0.2.2
Summary: A simple python web framework for creating RESTful and JSON-RPC services
Home-page: https://github.com/ashutoshdtu/eazyserver
Author: Ashutosh Mishra
Author-email: ashutoshdtu@gmail.com
License: MIT license
Description: ==========
        eazyserver
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/eazyserver.svg
                :target: https://pypi.python.org/pypi/eazyserver
        
        .. image:: https://img.shields.io/travis/ashutoshdtu/eazyserver.svg
                :target: https://travis-ci.org/ashutoshdtu/eazyserver
        
        .. image:: https://readthedocs.org/projects/eazyserver/badge/?version=latest
                :target: https://eazyserver.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/ashutoshdtu/eazyserver/shield.svg
             :target: https://pyup.io/repos/github/ashutoshdtu/eazyserver/
             :alt: Updates
        
        .. image:: https://pyup.io/repos/github/ashutoshdtu/eazyserver/python-3-shield.svg
             :target: https://pyup.io/repos/github/ashutoshdtu/eazyserver/
             :alt: Python 3
        
        A simple python web framework for creating RESTful and JSON-RPC services
        
        
        * Free and open source software: `MIT license`_
        * Documentation: https://eazyserver.readthedocs.io.
        * GitHub: https://github.com/ashutoshdtu/eazyserver.
        * PyPi: https://pypi.python.org/pypi/eazyserver
        
        Features
        --------
        
        Did someone say features?
        
        * Cross-platform: Windows, Mac, and Linux are officially supported.
        
        * Works with Python 2.7, 3.4, 3.5, 3.6, and PyPy.
        
        * Supports RESTful APIs over mongodb datasource using Python Eve.
        
        * Supports JSON-RPC APIs using jsonrpcserver. 
        
        * Kubernetes ready cookiecutter to easily scaffold an eazy API service with Dockerfile, Helm chart, and a Drone CI build pipeline (more on the way). 
        
        * APIs are exposed over HTTP, HTTPs, Socket.IO and Kafka interface. 
        
        * Auto generated documentation is available on a <DOCUMENTATION ROUTE> in the application. 
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _`MIT license`: https://github.com/ashutoshdtu/eazyserver/blob/master/LICENSE
        
        =======
        History
        =======
        
        0.2.2 (2019-02-23)
        ------------------
        
        * Cross-platform: Windows, Mac, and Linux are officially supported.
        
        * Works with Python 2.7, 3.4, 3.5, 3.6, and PyPy.
        
        * Supports RESTful APIs over mongodb datasource using Python Eve.
        
        * Supports JSON-RPC APIs using jsonrpcserver. 
        
        
        0.1.0 (2019-02-18)
        ------------------
        
        * First release on PyPI.
        
Keywords: eazyserver
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
