Metadata-Version: 2.1
Name: leaf.py
Version: 1.1.1
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.1.1 - 2019/12/24
        ===========================
        - Fix some default template issue
        
        Version 1.1.0 - 2019/12/19
        ===========================
        - Increase database compatibility with older versions
        - Fix some Database issue
        - Fix some bugs
        
        Version 1.0.8 - 2019/12/19
        ===========================
        Fix bug when session store is set to none
        
        Version 1.0.7 - 2019/12/19
        ===========================
        - Fix the bug that the deployment path does not take effect
        - Fix the bug that the default template cannot be cached normally
        
        Version 1.0.6 - 2019/12/18
        ===========================
        - Fix a can't render to template bug for default Template
        - Fix DiskStore Session Permission denied bug
        
        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
