Skip to content

cloudinary/pycloudinary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
cloudinary-bot
Mar 18, 2025
c2397be · Mar 18, 2025
Jun 1, 2021
Mar 18, 2025
Oct 7, 2024
Feb 5, 2025
Nov 1, 2015
Mar 18, 2025
Oct 16, 2023
Sep 9, 2019
Dec 23, 2024
Mar 18, 2025
Sep 21, 2023
Feb 11, 2014
Nov 9, 2016
Dec 23, 2024
Sep 20, 2022
Mar 18, 2025
Mar 18, 2025
Dec 23, 2024

Repository files navigation

Build Status PyPI Version PyPI PyVersions PyPI DjangoVersions PyPI Version PyPI License

Cloudinary Python SDK

About

The Cloudinary Python SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize, transform, upload and manage your cloud's assets.

Note

This Readme provides basic installation and usage information. For the complete documentation, see the Python SDK Guide.

Table of Contents

Key Features

Version Support

SDK Version Python 2.7 Python 3.x
1.x
SDK Version Django 1.11 Django 2.x Django 3.x Django 4.x Django 5.x
1.x

Installation

pip install cloudinary

Usage

Setup

import cloudinary

Transform and Optimize Assets

cloudinary.utils.cloudinary_url("sample.jpg", width=100, height=150, crop="fill")

Upload

cloudinary.uploader.upload("my_picture.jpg")

Django

Security options

Sample projects

Contributions

  • Ensure tests run locally.
  • Open a PR and ensure Travis tests pass.
  • See CONTRIBUTING.

Get Help

If you run into an issue or have a question, you can either:

About Cloudinary

Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive and personalized visual-media experiences—irrespective of the viewing device.

Additional Resources

Licence

Released under the MIT license.