Skip to main content

Datacenter Downloader & Uploader

Project description

Datacenter Downloader & Uploader

Datacenter Downloader & Uploader

Features

  • 数据下载

  • 数据上传

Usage

下载

一种形式:

from datacenter_du import Downloader,SimpleDownloader
Downloader().run()
SimpleDownloader().run()

另外一种形式:

from datacenter_du import download,simple_download
download()
simple_download()

上传

由于

  • 由于multi-part-upload需要和server配合

  • Content-Range分块上传不适合S3,暂时放弃

目前SimpleUploader,simple_upload可以正常工作,但S3Uploader需要服务端配合

History

0.1.0 (2020-12-22)

  • First release on PyPI.

0.1.1 (2020-12-23)

  • 下载器

  • 由于multi-part-upload需要和server配合,暂时只提供simple-upload

  • Content-Range分块上传不适合S3,暂时放弃

0.1.2 (2020-12-23)

  • 补充README

0.1.3 (2020-12-23)

  • 修改说明

0.1.4 (2020-12-23)

  • 添加S3Uploader(multi-part),暂时不可用,需要服务端配合

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

datacenter_du-0.1.4.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

datacenter_du-0.1.4-py2.py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 2 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