CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-cloudinary

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

Overall
score

94%

Overview
Eval results
Files

rubric.jsonevals/scenario-3/

{
  "context": "This criteria evaluates how well the engineer uses the Cloudinary Admin API's structured metadata functionality to create, manage, and delete custom metadata fields with various types and datasources.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Metadata field creation",
      "description": "Uses cloudinary.api.add_metadata_field() to create metadata fields for string, enum, and set types with appropriate parameters (external_id, label, type)",
      "max_score": 25
    },
    {
      "name": "Datasource management",
      "description": "Uses cloudinary.api.add_metadata_field() with datasource parameter containing properly structured values (with 'external_id' and 'value' keys) for enum and set fields",
      "max_score": 25
    },
    {
      "name": "Field updates",
      "description": "Uses cloudinary.api.update_metadata_field() with the field_external_id parameter to modify existing metadata fields",
      "max_score": 15
    },
    {
      "name": "Field retrieval",
      "description": "Uses cloudinary.api.metadata_field_by_field_id() to retrieve specific metadata field details by external ID",
      "max_score": 10
    },
    {
      "name": "List all fields",
      "description": "Uses cloudinary.api.list_metadata_fields() to retrieve all configured metadata fields",
      "max_score": 10
    },
    {
      "name": "Field deletion",
      "description": "Uses cloudinary.api.delete_metadata_field() with field_external_id parameter to remove metadata fields",
      "max_score": 15
    }
  ]
}

Install with Tessl CLI

npx tessl i tessl/pypi-cloudinary

tile.json