Skip to main content

百度个人云存储(PCS)Python SDK

Project description

BaiduPCS

Build Pypi version Pypi downloads

百度个人云存储(PCS) Python SDK

Installation

To install baidupcs, simply:

$ pip install baidupcs

Basic Usage

>>> from baidupcs import PCS
>>> pcs = PCS('access_token')
>>> response = pcs.info()
>>> response
<Response [200]>
>>> response.ok
True
>>> response.status_code
200
>>> response.content
'{"quota":6442450944,"used":5138887,"request_id":1216061570}'
>>>
>>> response.json()
{u'used': 5138887, u'quota': 6442450944L, u'request_id': 1216061570}

Changelog

0.2.0 (2013-09-12)

  • 支持 Python 3

0.1.0 (2013-09-09)

  • 第一版,封装了所有文件操作 RESET API.

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

baidupcs-0.2.0.zip (14.0 kB view details)

Uploaded Source

File details

Details for the file baidupcs-0.2.0.zip.

File metadata

  • Download URL: baidupcs-0.2.0.zip
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for baidupcs-0.2.0.zip
Algorithm Hash digest
SHA256 655fe23ded086e351cbbb4fcd896bdc7fa452bb50ef0c5a4543028ae97df859f
MD5 db19e5fbb61559cd8bb4bf00c016c733
BLAKE2b-256 928bb674d56c4a9a54d60b8db56764bf18d0bd30b261846aaa8bd83c04e170fd

See more details on using hashes here.

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