GET /api/v1/ports/py39-tifffile/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-tifffile",
    "portdir": "python/py-tifffile",
    "version": "2023.3.21",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.lfd.uci.edu/~gohlke/",
    "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": 637
        }
    ],
    "variants": [
        "imagecodecs",
        "lxml",
        "matplotlib"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-cython",
                "py39-numpy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py39-scikit-image"
            ]
        }
    ]
}