百度个人云存储(PCS)Python SDK
Project description
BaiduPCS
百度个人云存储(PCS) Python SDK
Documentation: http://baidupcs.rtfd.org
Free software: MIT license
Python version: 2.6, 2.7, 3.3
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.3.0 (2013-09-13)
添加 baidupcs.InvalidToken 异常
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.3.0.zip
(14.3 kB
view details)
File details
Details for the file baidupcs-0.3.0.zip
.
File metadata
- Download URL: baidupcs-0.3.0.zip
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 162e02e4976f492f62fd772b7cd1c72e4bf44fbea619fd0c8cd61ebe0eb8f0c8 |
|
MD5 | 2c7e883c5be7bc409347f114b661c5f4 |
|
BLAKE2b-256 | 6bea8343675896ba7c2e21f9116787a3ba18ed5c650161ff50dea847d48a69db |