Metadata-Version: 2.4
Name: quannengbao
Version: 0.0.28
Summary: A short description of your package
Author-email: shennengjin <njshen.business@outlook.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow>=10.0.0
Requires-Dist: bytedtqs>=0.0.0
Requires-Dist: lark_oapi>=1.0.0
Requires-Dist: numba>=0.0.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: pypika>=0.0.0
Requires-Dist: python-dateutil>=2.0.0
Requires-Dist: requests>=2.0.0
Requires-Dist: scipy>=1.0.0
Requires-Dist: statsmodels>=0.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Provides-Extra: byted
Requires-Dist: bytedtqs==0.0.50; (python_version >= "3.7" and extra == "byted") and extra == "byted"
Dynamic: license-file

# quannengbao
### 需要显示安装全能包指定路径
- pip install --upgrade quannengbao 
### quannengbao安装完成后另外安装bytedtqs
- 内网web环境安装新版 bytedtqs
  - pip install --upgrade bytedtqs --index-url=https://bytedpypi.byted.org/simple/
- 本地环境安装旧版 bytedtqs
  - pip install bytedtqs==0.0.50 --index-url=https://bytedpypi.byted.org/simple/
