GitPedia

Pycloudinary

Python package for cloudinary

From cloudinary·Updated April 16, 2026·View on GitHub·

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. The project is written primarily in Python, distributed under the Other license, first published in 2012. Key topics include: cloudinary, cloudinary-api, cloudinary-python-sdk, cloudinary-sdk, hacktoberfest.

Latest release: 1.44.2Version 1.44.2
April 16, 2026View Changelog →

Tests
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 VersionPython 2.7Python 3.x
1.x
SDK VersionDjango 1.11Django 2.xDjango 3.xDjango 4.xDjango 5.x
1.x

Installation

bash
pip install cloudinary

Usage

Setup

python
import cloudinary

Transform and Optimize Assets

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

Upload

python
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.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from cloudinary/pycloudinary via the GitHub API.Last fetched: 6/29/2026