Metadata-Version: 2.1
Name: leaf.py
Version: 1.0.2
Summary: a mini python web framework
Home-page: https://www.leafpy.org
Author: Huaqing Ye
Author-email: yhq1978@yahoo.com
License: MIT License
Description: #Welcome to the LeafPy framework.
        ==================================
        
        Useage
        -------
        - LeafPy-admin.py <project name (in English)> <project creation path (not required)>. 
        - Example:"LeafPy-admin.py testweb" is to create a testweb project in the current directory.
        
        
        Recent Changes
        ===============
        
        Version 1.0.2 - 2019/12/18
        ===========================
        - Fix lost LeafPy-admin.py Script on setup
        - Add some Example to demo project
        
        Version 1.0.1 - 2019/12/17
        ===========================
        - Support >= Python2.7
        - Add redis session support.
        - Add jinja2, mako, genshi Templater Support
        - Optimize Database operations, support Transaction
        - Fix some bugs
        
        Version 1.0.0 - 2016
        ===========================
        Because of learning python, I like python, but I haven't found a suitable python web framework for myself, so I refer to some of my favorite features of commonly used frameworks on the Internet, and wrote the first rough LeafPy framework.
Keywords: leaf.py,leaf.py web framework
Platform: any
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7
Description-Content-Type: text/markdown
