Metadata-Version: 2.1
Name: simplebox
Version: 0.0.1a204
Summary: 简易工具箱。
Author: fuck
License: MIT Licence
Keywords: pip,simplebox,backend,fast,fasttools,box,simple
Platform: any
Requires-Python: >=3.9
Requires-Dist: psutil (==5.9.2)
Requires-Dist: requests (==2.27.1)
Requires-Dist: APScheduler (==3.9.1)
Requires-Dist: gevent (==24.2.1)
Requires-Dist: dataclasses-json (==0.5.7)
Requires-Dist: regex (==2022.10.31)
Requires-Dist: flameprof (==0.4)
Requires-Dist: jsonpath (==0.82)
Requires-Dist: ujson (==5.7.0)
Requires-Dist: rfc3986 (<2.0,>=1.1.0)
Requires-Dist: brotlipy (<1.0,>=0.7.0)
Requires-Dist: service-identity (==24.1.0)
Requires-Dist: pyOpenSSL (==24.1.0)
Requires-Dist: DBUtils (==3.1.0)
Requires-Dist: pymysql (==1.1.0)
Requires-Dist: sqlalchemy (==2.0.29)
Requires-Dist: cx-Oracle (==8.3.0)


    工具箱主要提供以下功能：
    1、提供list的流式调用。
    2、str新增一些工具方法。
    3、增加around装饰器，提供对前置和后置等钩子方法的执行。
    4、log模块增加trace功能，以及装饰器配套模块。
    5、http模块提供装饰器用法。
    6、提供对函数参数校验的功能。
    7、提供后台执行python程序的能力。
    8、提供json转实体对象的能力。
