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
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.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.