Metadata-Version: 2.1
Name: summer-python
Version: 1.0.0b2
Summary: Summer framework for Python,You can see:https://gitee.com/cacode_cctvadmin/summer-python
Home-page: https://gitee.com/cacode_cctvadmin/summer-python
Author: CACode
Author-email: cacode@163.com
License:  Apache License 2.0
Project-URL: Bug Tracker, https://gitee.com/cacode_cctvadmin/summer-python/issues
Description: <p align="center">
        <img width="50%" src="https://summer-publiced.oss-cn-hangzhou.aliyuncs.com/logos/summer_tr.png"/>
        </p>
        <h1 align="center">Welcome to Summer Framework 👋</h1>
        <p align="center">
          <img alt="Version" src="https://img.shields.io/badge/version-Test--1.0.0-blue" />
          <img src="https://img.shields.io/badge/python-%3E%3D%203.6-blue.svg" />
          <a href="http://doc.cacode.ren">
            <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" target="_blank" />
          </a>
          <a href="https://gitee.com/cacode_cctvadmin/summer-python/blob/main/LICENSE">
            <img alt="License: Apache" src="https://img.shields.io/badge/License-Apache-yellow.svg" target="_blank" />
          </a>
        </p>
        
        # 安装
        
        > pip命令：pip install pysummer-framework
        
        ## 先决条件
        
        > python >=3.6  
        > 基础的sql知识  
        > 教程文档地址：http://doc.cacode.ren
        
        # 它是如何运作的
        
        ![](./imgs/lct.png)
        
        # 适用场景
        
        ```text
        经过测试，目前稳定运行于Django、Flask、FastApi、web2py。支持非任何架构的原生python，
        可通过任何形式使用。不局限于已创建的对象，可动态加载数据库和数据表
        ```
        
        # 优点
        
        ```text
        适配市面上所有基于DB-API2规范的数据库创建者,MySql承受100万次插入最快可达19秒。
        内部代码使用中文注释，阅读源码不费力
        ```
        
        # 内置
        
        ```text
        内置json解析器和数据库连接池，带有缓存机制，能够在极大程度减少对数据库的压力
        ```
        
        # CACode Development Team
        
        !['CACode Development Team'](./imgs/icon_dev.png)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
