Metadata-Version: 2.1
Name: vimo-utils
Version: 0.0.1.dev2
Summary: UNKNOWN
Home-page: https://github.com/lsw1991abc/py-vimo-utils
Author: Wizard Li
Author-email: lsw1991abc@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# vimo-utils
Python 公共工具包


### 上传操作
```bash
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
```



