PyUploadcare: a Python library for Uploadcare¶
The most important thing for us at Uploadcare is to make file uploading on the web really easy. Everyone is used to the routine work, related to allowing users upload their userpics or attach resumes: from installing image processing libraries to creating folder with right permissions to ensuring the server never goes down or out of space to enabling CDN. Feature like ability to simply use a picture from Facebook or manual cropping are much more burdensome, hence rare. Uploadcare’s goal is to change the status quo.
This library consists of an API interface for Uploadcare and a couple of Django goodies.
A simple Uploadcare FileField
can be added to an existing Django project
in just a couple of simple steps. As a result, your users
are going to be able to see the progress of the upload, choose files from
Google Drive or Instagram, and edit form while files are uploading
asynchornously.
Contents:
API Reference¶
- Core API
- Initialization
- Uploading files
- List files
- Retrieve files
- Store files
- Delete files
- Video conversion
- Document Conversion
- Image transformations
- Create file group
- Retreive file group
- Store file group
- List file groups
- Create webhook
- List webhooks
- Update webhook
- Delete webhook
- Get project info
- Secure delivery
- Django Widget API
- Command Line Tool API