Metadata-Version: 2.1
Name: aitool
Version: 0.0.294
Summary: useful algorithms
Home-page: https://github.com/deepgameai/aitool.git
Author: xiangyuejia
Author-email: xiangyuejia@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pip<100.0.0,>=14.0.0
Requires-Dist: numpy<2.0.0,>=1.0.0
Requires-Dist: pandas<2.0.0,>=1.0.0
Requires-Dist: requests<3.0.0,>=2.0.0
Requires-Dist: tqdm<5.0.0,>=4.0.0
Requires-Dist: xlsxwriter<4.0.0,>=3.0.0
Requires-Dist: multiprocess<1.0.0,>=0.0.0
Provides-Extra: nlp
Requires-Dist: python-Levenshtein<1.0.0,>=0.0.0; extra == "nlp"
Requires-Dist: jieba<1.0.0,>=0.0.0; extra == "nlp"

[![AITool logo](https://raw.githubusercontent.com/deepgameai/aitool/main/docs/logo/logo.png)](https://deepgameai.github.io/2020-02-28-test-markdown/)

--------------------------------------------------------------------------------
# 以python库的形式快速复用

`pip install aitool --upgrade`
