Skip to main content

geovis upload file sdk

Project description

使用

from geovis_upload_sdk import Uploader

uploader = Uploader(hostURL, appKey, secretKey)
result = uploader.upload(categoryId, file)

1 安装

pip uninstall geovis_upload_sdk

pip install geovis_upload_sdk==0.0.1

2 测试、编译和上传

2.1 本地测试

python setup.py develop

编译tar.gz:

python setup.py sdist

编译whl:

pip install wheel
python setup.py bdist_wheel

检查

python setup.py check 

上传到pypi:

pip install twine
twine upload dist/*

更新日志

0.0.1 基础版测试 0.0.2 支持分片上传 0.0.3 优化

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geovis_upload_sdk-0.0.3.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

geovis_upload_sdk-0.0.3-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page