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

{
    "name": "py36-memprof",
    "portdir": "python/py-memprof",
    "version": "0.3.6",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://jmdana.github.io/memprof/",
    "description": "Memprof is a memory profiler for Python.",
    "long_description": "Memprof is a memory profiler for Python. It logs and plots the memory usage of all the variables during the execution of the decorated methods.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "g5pw",
            "github": "g5pw",
            "ports_count": 28
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py36-cython",
                "py36-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        },
        {
            "type": "run",
            "ports": [
                "memprof_select",
                "py36-matplotlib"
            ]
        }
    ],
    "depends_on": []
}