GET /api/v1/ports/py311-fuzzywuzzy/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py311-fuzzywuzzy",
"portdir": "python/py-fuzzywuzzy",
"version": "0.18.0",
"license": "GPL-2+",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/seatgeek/fuzzywuzzy",
"description": "Fuzzy String Matching in Python",
"long_description": "Fuzzy string matching like a boss. It uses Levenshtein Distance to calculate the differences between sequences in a simple-to-use package.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-wheel",
"clang-17",
"py311-build",
"py311-installer",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-levenshtein"
]
},
{
"type": "test",
"ports": [
"py311-hypothesis",
"py311-pytest",
"py311-codestyle"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-fuzzywuzzy"
]
}
]
}