Metadata-Version: 2.1
Name: simplebox
Version: 0.0.1a174
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.28.1)
Requires-Dist: APScheduler (==3.9.1)
Requires-Dist: gevent (==22.10.2)
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)


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