Feature complete upyun REST client
Project description
pyupyun - Feature complete upyun REST client ===
>>> import upyun >>> client = upyun.UpYun(bucket='bucket', auth=('user', 'pass'), stype=upyun.const.SPACE_TYPE_FILE) >>> resp = client.put('/test/test.txt', open('/tmp/test.txt')) >>> print resp.success True >>> print resp.url http://bucket.b0.upaiyun.com/test/test.txt
Compatible with [upyun REST API v1.5](http://static.b0.upaiyun.com/upyun_api_doc.pdf)
Installation
$ pip install pyupyun
Documentation
Test
To run the tests, first install the dependencies
$ pip install -r requirements.txt
Then fill in all the blank settings(documented) at the beginning part of UpYunTestCase class, which is inside test/test_upyun.py
And run
$ py.test
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyupyun-0.1.3.tar.gz (11.1 kB) | File type Source | Python version None | Upload date | Hashes View |