Metadata-Version: 2.1
Name: easy-py-server
Version: 1.2.2
Summary: A flexible microframework providing reliable HTTP service for your projects.
Home-page: https://github.com/scientificRat/easy_py_server.git
Author: Zhengyue Huang
Author-email: huangzhengyue.1996@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Requires-Dist: Pillow
Requires-Dist: termcolor

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

* Easy to make HTTP services by pure python.
* 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

