GET /api/v1/ports/py310-tifffile/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-tifffile",
"portdir": "python/py-tifffile",
"version": "2025.5.10",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cgohlke/tifffile/",
"description": "Store numpy data arrays in TIFF files.",
"long_description": "Store numpy data arrays in TIFF files. Read image and metadata from TIFF-like files used in bioimaging.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1052
}
],
"variants": [
"imagecodecs",
"lxml",
"matplotlib"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py310-wheel",
"py310-build",
"py310-installer",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"py310-cython",
"py310-numpy",
"python310"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py310-scikit-image"
]
}
]
}