Python binding for xxHash library providing fast non-cryptographic hash algorithms
Overall
score
80%
Evaluation — 80%
↑ 1.03xAgent success when using this tile
{
"context": "This criteria evaluates how well the engineer uses the xxhash package's version information access capabilities. Specifically, it assesses proper usage of the VERSION and XXHASH_VERSION attributes to retrieve and format version information.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Uses VERSION attribute",
"description": "Implementation correctly accesses xxhash.VERSION to retrieve the Python package version",
"max_score": 30
},
{
"name": "Uses XXHASH_VERSION attribute",
"description": "Implementation correctly accesses xxhash.XXHASH_VERSION to retrieve the underlying C library version",
"max_score": 30
},
{
"name": "Correct return types",
"description": "Functions return string values as specified in the API, properly handling version information as strings",
"max_score": 15
},
{
"name": "Proper version formatting",
"description": "The format_version_info() function correctly combines both version values into a readable formatted string",
"max_score": 15
},
{
"name": "Complete implementation",
"description": "All three required functions (get_package_version, get_library_version, format_version_info) are implemented and functional",
"max_score": 10
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-xxhashdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10