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

{
    "name": "py39-meshio",
    "portdir": "python/py-meshio",
    "version": "5.3.5",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/nschloe/meshio",
    "description": "There are various mesh formats available for representing unstructured meshes.",
    "long_description": "There are various mesh formats available for representing unstructured meshes. meshio can read and write all of the following and smoothly converts between them: Abaqus, ANSYS msh, AVS-UCD, CGNS, DOLFIN XML, Exodus, FLAC3D, H5M, Kratos/MDPA, Medit, MED/Salome, Nastran (bulk data), Neuroglancer precomputed format, Gmsh (format versions 2.2, 4.0, and 4.1), OBJ, OFF, PERMAS, PLY, STL, Tecplot .dat, TetGen .node/.ele, SVG (2D only, output only), SU2, UGRID, VTK, VTU, WKT (TIN), XDMF.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 847
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "py39-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-numpy",
                "py39-rich",
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-vispy",
                "py39-pygmsh"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-pdal"
            ]
        }
    ]
}