Metadata-Version: 1.2
Name: easy_py_server
Version: 1.1.0
Summary: A flexible plugin 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
Description: 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
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
