GET /api/v1/ports/py310-sacremoses/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-sacremoses",
"portdir": "python/py-sacremoses",
"version": "0.0.53",
"license": "LGPL-2.1+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/alvations/sacremoses",
"description": "Python port of Moses tokenizer, truecaser and normalizer",
"long_description": "Python port of Moses tokenizer, truecaser and normalizer",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"clang-17",
"py310-installer",
"py310-build",
"py310-wheel"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-joblib",
"py310-tqdm",
"py310-six",
"py310-regex",
"py310-click"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py310-transformers"
]
}
]
}