Metadata-Version: 2.1
Name: python-suanpan-no-stream
Version: 0.20.8.7
Summary: Suanpan SDK without stream
Author: liansheng
Author-email: luxu1220@gmail.com
License: See License
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: six>=1.13.0
Requires-Dist: numpy>=1.16.2
Requires-Dist: pandas>=1.1.2
Requires-Dist: tqdm>=4.28.1
Requires-Dist: retrying>=1.3.3
Requires-Dist: colorama>=0.4.1
Requires-Dist: lostc>=0.1.0
Requires-Dist: addict>=2.2.0
Requires-Dist: timeout-decorator>=0.4.1
Requires-Dist: python-socketio[client]==5.4.0
Requires-Dist: pytz>=2020.1
Requires-Dist: minio==7.0.0
Requires-Dist: redis>=3.2.0
Requires-Dist: hiredis>=1.1.0
Requires-Dist: psycopg2-binary>=2.8.2
Requires-Dist: pyodps>=0.8.0
Requires-Dist: xlwt>=1.3.0
Requires-Dist: openpyxl>=3.0.2
Requires-Dist: xlrd==1.2.0
Requires-Dist: pyzmq>=18.1.0

# AiLab


## 打包和推送到pypi
python setup.py bdist_wheel --universal
twine upload dist/*
