Metadata-Version: 2.1
Name: geovis-upload-sdk
Version: 0.0.1
Summary: geovis upload file sdk
Home-page: https://github.com/kevinxuelei
Author: kevinxuelei
Author-email: kevinxuelei <kevinxuelei@163.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Keywords: python,menu,dumb_menu,windows,mac,linux
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# pypi项目规范案例





## 1 安装

```shell
pip uninstall geovis_upload_sdk

pip install geovis_upload_sdk==0.0.1

```



## 2 测试、编译和上传

### 2.1 本地测试

```shell
python setup.py develop
```



编译tar.gz：

```shell
python setup.py sdist
```





编译whl：

```
pip install wheel
python setup.py bdist_wheel
```



检查

```shell
python setup.py check 
```



上传到pypi：

```shell
pip install twine
twine upload dist/*
```



## 更新日志

`0.0.1` 基础版测试

