tessl install tessl/pypi-cloudinary@1.44.0Python 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%
{
"context": "This criteria evaluates how well the engineer uses the Cloudinary SDK's configuration management capabilities. The focus is on proper usage of configuration functions to load credentials from environment variables, set configuration programmatically, and retrieve configuration values.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Environment variable support",
"description": "Uses cloudinary.config() or cloudinary.Config() to load configuration from CLOUDINARY_URL environment variable automatically",
"max_score": 30
},
{
"name": "Programmatic configuration",
"description": "Uses cloudinary.config() with keyword arguments (cloud_name, api_key, api_secret) to set configuration programmatically",
"max_score": 25
},
{
"name": "Configuration retrieval",
"description": "Retrieves configuration values using cloudinary.config().cloud_name, cloudinary.config().api_key, and cloudinary.config().api_secret or equivalent methods",
"max_score": 25
},
{
"name": "Configuration validation",
"description": "Validates that required configuration parameters (cloud_name, api_key, api_secret) are set before use, checking for None or empty values",
"max_score": 20
}
]
}