Metadata-Version: 2.1
Name: aibase
Version: 0.0.3
Summary: 基础包
Home-page: http://svn.51iwifi.com/repos/AI/bi/code/trunk/aibase
Author: gmo_ye
Author-email: gmo_ye@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Pillow (>=6.1.0)
Requires-Dist: flask (>=1.1.1)
Requires-Dist: redis (>=3.3.11)
Requires-Dist: kafka (>=1.3.5)


# 简介
    提供基础方法调用，规范代码风格


# 结构介绍
        aibase
            common # 通用
            middleware # 中间件相关
            utils # 工具
        README.md   # 说明文档
        setup.py # 构建




# 打包上传
## 环境安装
python -m pip install --user --upgrade setuptools wheel
python -m pip install --user --upgrade twine
## 打包
python setup.py sdist bdist_wheel
## 上传
python -m twine upload  dist/*

