# README

# 安装到本地
pip install .

# 单元测试
python test/test_database.py

# 打包项目
python setup.py sdist

# 上传Pypi
twine upload dist/*