Metadata-Version: 2.1
Name: eazyserver
Version: 0.1.11
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


A simple python web framework for creating RESTful and JSON-RPC services


* Free software: MIT license
* Documentation: https://eazyserver.readthedocs.io.


Features
--------

* TODO

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


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

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

* First release on PyPI.


