Metadata-Version: 2.1
Name: eazyserver
Version: 0.1.17
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
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
Requires-Dist: bumpversion (==0.5.3)
Requires-Dist: wheel (==0.32.1)
Requires-Dist: watchdog (==0.9.0)
Requires-Dist: flake8 (==3.5.0)
Requires-Dist: tox (==3.5.2)
Requires-Dist: coverage (==4.5.1)
Requires-Dist: Sphinx (==1.8.1)
Requires-Dist: twine (==1.12.1)
Requires-Dist: Click (>=6.0)
Requires-Dist: eve (==0.8.1)
Requires-Dist: eve-swagger (==0.0.11)
Requires-Dist: flask (>=1.0)
Requires-Dist: python-socketio (==2.0.0)
Requires-Dist: flask-socketio (==3.0.1)
Requires-Dist: jsonrpcserver (==3.5.6)
Requires-Dist: marshmallow (==2.16.3)
Requires-Dist: gunicorn (==19.9.0)
Requires-Dist: flatten-json (==0.1.6)
Requires-Dist: influxdb (==5.0.0)

==========
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/audreyr/cookiecutter/blob/master/LICENSE

=======
History
=======

0.1.0 (2019-02-18)
------------------

* First release on PyPI.


