Skip to main content

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

Project description

BaiduPCS

百度个人云存储(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}

Documentation

http://baidupcs.readthedocs.org/

License

Licensed under the MIT License.

Souce Code

The source code can be found on github.

Changelog

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.1.0.zip (13.9 kB view hashes)

Uploaded Source

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