or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/cloudinary@1.44.x
tile.json

tessl/pypi-cloudinary

tessl install tessl/pypi-cloudinary@1.44.0

Python and Django SDK for Cloudinary, a cloud-based image and video management service with comprehensive transformation, optimization, and delivery capabilities

Agent Success

Agent success rate when using this tile

94%

Improvement

Agent success rate improvement when using this tile compared to baseline

1.08x

Baseline

Agent success rate without this tile

87%

rubric.jsonevals/scenario-5/

{
  "context": "This criteria evaluates how well the engineer uses the Cloudinary Python SDK to generate image URLs with quality transformations. The focus is on proper usage of Cloudinary's quality parameter in URL generation, including both numeric and automatic quality settings.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "cloudinary_url import",
      "description": "Uses cloudinary.utils.cloudinary_url function to generate URLs with transformations",
      "max_score": 15
    },
    {
      "name": "quality parameter usage",
      "description": "Correctly passes the quality parameter to cloudinary_url with both integer and string values",
      "max_score": 25
    },
    {
      "name": "numeric quality values",
      "description": "Handles numeric quality values (1-100) correctly and verifies they appear as q_N in generated URLs",
      "max_score": 15
    },
    {
      "name": "auto quality modes",
      "description": "Handles automatic quality modes ('auto', 'auto:good', 'auto:best', 'auto:eco', 'auto:low') correctly",
      "max_score": 20
    },
    {
      "name": "transformation chaining",
      "description": "Combines quality parameter with other transformation parameters (width, height, crop, format) in cloudinary_url calls",
      "max_score": 15
    },
    {
      "name": "configuration usage",
      "description": "Uses cloudinary.config() to configure cloud_name or reads from environment for proper URL generation",
      "max_score": 10
    }
  ]
}