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

{
    "name": "py37-kiwisolver",
    "portdir": "python/py-kiwisolver",
    "version": "1.4.5",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/nucleic/kiwi",
    "description": "Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm.",
    "long_description": "Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. It is not a refactoring of the original C++ solver. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.",
    "active": true,
    "categories": [
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1153
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py37-cppy",
                "py37-setuptools",
                "py37-setuptools_scm",
                "py37-wheel",
                "py37-build",
                "py37-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-matplotlib",
                "py37-vispy"
            ]
        }
    ]
}