cloudinary


Namecloudinary JSON
Version 1.39.1 PyPI version JSON
download
home_page
SummaryPython and Django SDK for Cloudinary
upload_time2024-03-19 15:21:42
maintainer
docs_urlNone
author
requires_python
licenseReleased under the MIT license. Contains MIT licensed code from https://bitbucket.org/chrisatlee/poster
keywords cloudinary image video upload crop resize filter transformation manipulation cdn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            [![Build Status](https://app.travis-ci.com/cloudinary/pycloudinary.svg)](https://app.travis-ci.com/cloudinary/pycloudinary)
[![PyPI Version](https://img.shields.io/pypi/v/cloudinary.svg)](https://pypi.python.org/pypi/cloudinary/)
[![PyPI PyVersions](https://img.shields.io/pypi/pyversions/cloudinary.svg)](https://pypi.python.org/pypi/cloudinary/)
[![PyPI DjangoVersions](https://img.shields.io/pypi/djversions/cloudinary.svg)](https://pypi.python.org/pypi/cloudinary/)
[![PyPI Version](https://img.shields.io/pypi/dm/cloudinary.svg)](https://pypi.python.org/pypi/cloudinary/)
[![PyPI License](https://img.shields.io/pypi/l/cloudinary.svg)](https://pypi.python.org/pypi/cloudinary/)


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](https://cloudinary.com/documentation/django_integration).

## Table of Contents
- [Key Features](#key-features)
- [Version Support](#Version-Support)
- [Installation](#installation)
- [Usage](#usage)
    - [Setup](#Setup)
    - [Transform and Optimize Assets](#Transform-and-Optimize-Assets)
    - [Django](#Django)


## Key Features
- [Transform](https://cloudinary.com/documentation/django_video_manipulation#video_transformation_examples) and
  [optimize](https://cloudinary.com/documentation/django_image_manipulation#image_optimizations) assets.
- Generate [image](https://cloudinary.com/documentation/django_image_manipulation#deliver_and_transform_images) and
  [video](https://cloudinary.com/documentation/django_video_manipulation#django_video_transformation_code_examples) tags.
- [Asset Management](https://cloudinary.com/documentation/django_asset_administration).
- [Secure URLs](https://cloudinary.com/documentation/video_manipulation_and_delivery#generating_secure_https_urls_using_sdks).



## 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 |
| ----------- | ----------- | ---------- | ---------- | ---------- |
| 1.x         | ✔           | ✔          | ✔          | ✔          |


## Installation
```bash
pip install cloudinary
```

# Usage

### Setup
```python
import cloudinary
```

### Transform and Optimize Assets
- [See full documentation](https://cloudinary.com/documentation/django_image_manipulation).

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

### Upload
- [See full documentation](https://cloudinary.com/documentation/django_image_and_video_upload).
- [Learn more about configuring your uploads with upload presets](https://cloudinary.com/documentation/upload_presets).
```python
cloudinary.uploader.upload("my_picture.jpg")
```

### Django
- [See full documentation](https://cloudinary.com/documentation/django_image_and_video_upload#django_forms_and_models).

### Security options
- [See full documentation](https://cloudinary.com/documentation/solution_overview#security).

### Sample projects
- [Sample projects](https://github.com/cloudinary/pycloudinary/tree/master/samples).
- [Django Photo Album](https://github.com/cloudinary/cloudinary-django-sample).


## Contributions
- Ensure tests run locally.
- Open a PR and ensure Travis tests pass.
- See [CONTRIBUTING](CONTRIBUTING.md).

## Get Help
If you run into an issue or have a question, you can either:
- Issues related to the SDK: [Open a GitHub issue](https://github.com/cloudinary/pycloudinary/issues).
- Issues related to your account: [Open a support ticket](https://cloudinary.com/contact).


## 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
- [Cloudinary Transformation and REST API References](https://cloudinary.com/documentation/cloudinary_references): Comprehensive references, including syntax and examples for all SDKs.
- [MediaJams.dev](https://mediajams.dev/): Bite-size use-case tutorials written by and for Cloudinary Developers
- [DevJams](https://www.youtube.com/playlist?list=PL8dVGjLA2oMr09amgERARsZyrOz_sPvqw): Cloudinary developer podcasts on YouTube.
- [Cloudinary Academy](https://training.cloudinary.com/): Free self-paced courses, instructor-led virtual courses, and on-site courses.
- [Code Explorers and Feature Demos](https://cloudinary.com/documentation/code_explorers_demos_index): A one-stop shop for all code explorers, Postman collections, and feature demos found in the docs.
- [Cloudinary Roadmap](https://cloudinary.com/roadmap): Your chance to follow, vote, or suggest what Cloudinary should develop next.
- [Cloudinary Facebook Community](https://www.facebook.com/groups/CloudinaryCommunity): Learn from and offer help to other Cloudinary developers.
- [Cloudinary Account Registration](https://cloudinary.com/users/register/free): Free Cloudinary account registration.
- [Cloudinary Website](https://cloudinary.com): Learn about Cloudinary's products, partners, customers, pricing, and more.


## Licence
Released under the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cloudinary",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cloudinary,image,video,upload,crop,resize,filter,transformation,manipulation,cdn",
    "author": "",
    "author_email": "Cloudinary <info@cloudinary.com>",
    "download_url": "https://files.pythonhosted.org/packages/c1/35/0eed2500ced1dd26e152962cde66e07c5ca6ccf8821d1a250beca578ebb4/cloudinary-1.39.1.tar.gz",
    "platform": null,
    "description": "[![Build Status](https://app.travis-ci.com/cloudinary/pycloudinary.svg)](https://app.travis-ci.com/cloudinary/pycloudinary)\n[![PyPI Version](https://img.shields.io/pypi/v/cloudinary.svg)](https://pypi.python.org/pypi/cloudinary/)\n[![PyPI PyVersions](https://img.shields.io/pypi/pyversions/cloudinary.svg)](https://pypi.python.org/pypi/cloudinary/)\n[![PyPI DjangoVersions](https://img.shields.io/pypi/djversions/cloudinary.svg)](https://pypi.python.org/pypi/cloudinary/)\n[![PyPI Version](https://img.shields.io/pypi/dm/cloudinary.svg)](https://pypi.python.org/pypi/cloudinary/)\n[![PyPI License](https://img.shields.io/pypi/l/cloudinary.svg)](https://pypi.python.org/pypi/cloudinary/)\n\n\nCloudinary Python SDK\n==================\n\n## About\nThe Cloudinary Python SDK allows you to quickly and easily integrate your application with Cloudinary.\nEffortlessly optimize, transform, upload and manage your cloud's assets.\n\n\n#### Note\nThis Readme provides basic installation and usage information.\nFor the complete documentation, see the [Python SDK Guide](https://cloudinary.com/documentation/django_integration).\n\n## Table of Contents\n- [Key Features](#key-features)\n- [Version Support](#Version-Support)\n- [Installation](#installation)\n- [Usage](#usage)\n    - [Setup](#Setup)\n    - [Transform and Optimize Assets](#Transform-and-Optimize-Assets)\n    - [Django](#Django)\n\n\n## Key Features\n- [Transform](https://cloudinary.com/documentation/django_video_manipulation#video_transformation_examples) and\n  [optimize](https://cloudinary.com/documentation/django_image_manipulation#image_optimizations) assets.\n- Generate [image](https://cloudinary.com/documentation/django_image_manipulation#deliver_and_transform_images) and\n  [video](https://cloudinary.com/documentation/django_video_manipulation#django_video_transformation_code_examples) tags.\n- [Asset Management](https://cloudinary.com/documentation/django_asset_administration).\n- [Secure URLs](https://cloudinary.com/documentation/video_manipulation_and_delivery#generating_secure_https_urls_using_sdks).\n\n\n\n## Version Support\n\n| SDK Version | Python 2.7 | Python 3.x |\n| ----------- | ---------- | ---------- |\n| 1.x         | \u2714          | \u2714          |\n\n| SDK Version | Django 1.11 | Django 2.x | Django 3.x | Django 4.x |\n| ----------- | ----------- | ---------- | ---------- | ---------- |\n| 1.x         | \u2714           | \u2714          | \u2714          | \u2714          |\n\n\n## Installation\n```bash\npip install cloudinary\n```\n\n# Usage\n\n### Setup\n```python\nimport cloudinary\n```\n\n### Transform and Optimize Assets\n- [See full documentation](https://cloudinary.com/documentation/django_image_manipulation).\n\n```python \ncloudinary.utils.cloudinary_url(\"sample.jpg\", width=100, height=150, crop=\"fill\")\n```\n\n### Upload\n- [See full documentation](https://cloudinary.com/documentation/django_image_and_video_upload).\n- [Learn more about configuring your uploads with upload presets](https://cloudinary.com/documentation/upload_presets).\n```python\ncloudinary.uploader.upload(\"my_picture.jpg\")\n```\n\n### Django\n- [See full documentation](https://cloudinary.com/documentation/django_image_and_video_upload#django_forms_and_models).\n\n### Security options\n- [See full documentation](https://cloudinary.com/documentation/solution_overview#security).\n\n### Sample projects\n- [Sample projects](https://github.com/cloudinary/pycloudinary/tree/master/samples).\n- [Django Photo Album](https://github.com/cloudinary/cloudinary-django-sample).\n\n\n## Contributions\n- Ensure tests run locally.\n- Open a PR and ensure Travis tests pass.\n- See [CONTRIBUTING](CONTRIBUTING.md).\n\n## Get Help\nIf you run into an issue or have a question, you can either:\n- Issues related to the SDK: [Open a GitHub issue](https://github.com/cloudinary/pycloudinary/issues).\n- Issues related to your account: [Open a support ticket](https://cloudinary.com/contact).\n\n\n## About Cloudinary\nCloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently \nmanage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive \nand personalized visual-media experiences\u2014irrespective of the viewing device.\n\n\n## Additional Resources\n- [Cloudinary Transformation and REST API References](https://cloudinary.com/documentation/cloudinary_references): Comprehensive references, including syntax and examples for all SDKs.\n- [MediaJams.dev](https://mediajams.dev/): Bite-size use-case tutorials written by and for Cloudinary Developers\n- [DevJams](https://www.youtube.com/playlist?list=PL8dVGjLA2oMr09amgERARsZyrOz_sPvqw): Cloudinary developer podcasts on YouTube.\n- [Cloudinary Academy](https://training.cloudinary.com/): Free self-paced courses, instructor-led virtual courses, and on-site courses.\n- [Code Explorers and Feature Demos](https://cloudinary.com/documentation/code_explorers_demos_index): A one-stop shop for all code explorers, Postman collections, and feature demos found in the docs.\n- [Cloudinary Roadmap](https://cloudinary.com/roadmap): Your chance to follow, vote, or suggest what Cloudinary should develop next.\n- [Cloudinary Facebook Community](https://www.facebook.com/groups/CloudinaryCommunity): Learn from and offer help to other Cloudinary developers.\n- [Cloudinary Account Registration](https://cloudinary.com/users/register/free): Free Cloudinary account registration.\n- [Cloudinary Website](https://cloudinary.com): Learn about Cloudinary's products, partners, customers, pricing, and more.\n\n\n## Licence\nReleased under the MIT license.\n",
    "bugtrack_url": null,
    "license": "Released under the MIT license.  Contains MIT licensed code from https://bitbucket.org/chrisatlee/poster   ",
    "summary": "Python and Django SDK for Cloudinary",
    "version": "1.39.1",
    "project_urls": {
        "Changelog": "https://raw.githubusercontent.com/cloudinary/pycloudinary/master/CHANGELOG.md",
        "Homepage": "https://cloudinary.com",
        "Source": "https://github.com/cloudinary/pycloudinary"
    },
    "split_keywords": [
        "cloudinary",
        "image",
        "video",
        "upload",
        "crop",
        "resize",
        "filter",
        "transformation",
        "manipulation",
        "cdn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1350eed2500ced1dd26e152962cde66e07c5ca6ccf8821d1a250beca578ebb4",
                "md5": "16cfa34f2cbc8692564c96aed66babdc",
                "sha256": "922467259045ffdd81713b5ed2bc48f1d70f7f3e9812b8b0c206e99d665ed161"
            },
            "downloads": -1,
            "filename": "cloudinary-1.39.1.tar.gz",
            "has_sig": false,
            "md5_digest": "16cfa34f2cbc8692564c96aed66babdc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 177170,
            "upload_time": "2024-03-19T15:21:42",
            "upload_time_iso_8601": "2024-03-19T15:21:42.100957Z",
            "url": "https://files.pythonhosted.org/packages/c1/35/0eed2500ced1dd26e152962cde66e07c5ca6ccf8821d1a250beca578ebb4/cloudinary-1.39.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 15:21:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cloudinary",
    "github_project": "pycloudinary",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "cloudinary"
}
        
Elapsed time: 0.67054s