Yet another qiniu cloud storeage Python SDK
Very Easy for use!
from sevencow import Cow c = Cow(<ACCESS-KEY>, <SECRET-KEY>) b = c.get_bucket(<BUCKET-NAME>)
b.put(‘a’) # put from file b.put(‘a’, data=data) # put from buffer b.stat(‘a’) b.copy(‘a’, ‘b’) b.move(‘a’, ‘c’) b.delete(‘a’)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sevencow-0.2.0.tar.gz
(7.1 kB
view details)
File details
Details for the file sevencow-0.2.0.tar.gz.
File metadata
- Download URL: sevencow-0.2.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7586aac4dfe09d27df9c98bf33d85721a63bce611656099cf4c147e6abbdd5b9
|
|
| MD5 |
0d7a51b24ba338cbbe714821622e37d7
|
|
| BLAKE2b-256 |
325c25e6a277601890c78e3ca63835cd0b890877a3381ef63903b6446c0da642
|