Microsoft Azure Cognitive Services Search Namespace Package for Python 2/3 compatibility
64
Quality
Pending
Does it follow best practices?
Impact
64%
1.25xAverage score across 6 eval scenarios
{
"context": "Evaluates whether the installer uses azure-cognitiveservices-search-nspkg as intended. Confirms the setup guard blocks legacy azure==0.x installs and that safe environments end up with the namespace package installed cleanly and repeatably.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Guard trigger",
"description": "Installer routes through azure-cognitiveservices-search-nspkg installation so its built-in incompatibility guard fires when azure==0.* is present instead of relying on a custom version parser.",
"max_score": 35
},
{
"name": "Guard message",
"description": "Failure path surfaces the package's guard text (e.g., \"This package is incompatible with azure==<version>. Uninstall it with \\\"pip uninstall azure\\\".\") rather than substituting a generic error.",
"max_score": 20
},
{
"name": "Clean install",
"description": "In environments without the legacy azure package, the flow installs azure-cognitiveservices-search-nspkg and confirms readiness by checking the installed distribution or namespace.",
"max_score": 20
},
{
"name": "Idempotent runs",
"description": "Re-running the installer when azure-cognitiveservices-search-nspkg is already present (and no azure==0.* exists) completes without duplicate artifacts, optionally honoring force_reinstall by reinstalling through the package.",
"max_score": 15
},
{
"name": "Namespace verification",
"description": "Solution validates installation by referencing azure-cognitiveservices-search-nspkg directly (e.g., distribution metadata or importing the azure.cognitiveservices.search namespace) instead of unrelated checks.",
"max_score": 10
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-azure-cognitiveservices-search-nspkg