Upload a signed image to cloudinary effectively
Project description
About
This library allows you to upload a signed image to cloudinary effectively.
Installation
Install the library to begin using it.
pip install cloudinary-upload
Configure .env
with your cloudinary credentials.
CLOUDINARY_NAME=xxxxxxx
CLOUDINARY_API_KEY=xxxxxxxxxxx
CLOUDINARY_API_SECRET=xxxxxxxxx-xxxxxxx
In the file (.py) that you wish to use it, import the library.
from cloudinary_upload import upload_image_cloudinary
upload_true = upload_image_cloudinary(image_file="/path/to/image.png")
The upload_true
variable is going to give you a bunch of meaningful information from cloudinary, you can get the image_url by printing:
print("Image URL: ", upload_true['url'])
Contribute
All contributions are welcome:
- Read the issues, Fork the project and do a Pull Request.
- Request a new topic creating a
New issue
with theenhancement
tag. - Find any kind of errors in the
README
and create aNew issue
with the details or fork the project and do a Pull Request. - Suggest a better or more pythonic way for existing examples.
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
Built Distribution
File details
Details for the file cloudinary-upload-0.0.4.tar.gz
.
File metadata
- Download URL: cloudinary-upload-0.0.4.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 565225a8fab92bae9eefbd9561e89cf03de9950a9098a736210814aacfa98ab8 |
|
MD5 | 9d2cc1d83b4ea158ca858883c0691d2d |
|
BLAKE2b-256 | d4e3c1992593e2e66fc686e7a5cbbf0d21b3736b590e3035125fc47952e81678 |
File details
Details for the file cloudinary_upload-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: cloudinary_upload-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bc6172a8da50f8afaddf1d9e9836034c9f744703e3d2a2d11a7a5be265448b2 |
|
MD5 | fbb26fb1cd6537deae0bee46200d6b80 |
|
BLAKE2b-256 | 621d7fa6ecea93ec4d035065fff0d32f57f7d441c19efaa7fa69be4b98f00fb6 |