CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-xxhash

Python binding for xxHash library providing fast non-cryptographic hash algorithms

80

1.02x
Quality

Pending

Does it follow best practices?

Impact

80%

1.02x

Average score across 10 eval scenarios

SecuritybySnyk

Pending

The risk profile of this skill

Overview
Eval results
Files

criteria.jsonevals/scenario-6/

{
  "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
    }
  ]
}

tile.json