easy_py_server
A flexible plugin providing reliable HTTP service for your projects.

* Flexible to integrate with your existing code **without** any configuration file or environ settings.
* Spring MCV like parameter injection implemented by python decorator: `@post`, `@get` etc.
* Easy to manage `static resources`,`session`, `cookies`, `path parameter`, `redirection`, `file uploading` etc.
* A single process multiple threads server framework that allows you share objects in your code.
* Easy to customize. `easy-py-server` is written in pure python for easy debugging and customizing.


For more information:
https://github.com/scientificRat/easy_py_server.git