qiniu file uploader for flask!
Project description
Install
pip install qiniufs
Usage
# init bucket_name = "your-qiniu-bucket-name" prefix_url = "your-qiniu-domain" fs = QiniuFS(bucket_name, access_key, secret_key, prefix_url) # upload mime = data.mimetype r, d = fs.upload_data(data, mime=mime) if r and d: key = d.get('key') url = fs.get_url(d.get('key')) # delete r = fs.delete_file(key) if r: print "success"
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qiniufs-1.0.2.tar.gz
(2.7 kB
view hashes)