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

{
    "name": "py38-subprocess-tee",
    "portdir": "python/py-subprocess-tee",
    "version": "0.3.5",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pycontribs/subprocess-tee",
    "description": "A subprocess.run that works like tee",
    "long_description": "This package provides a drop-in alternative to subprocess.run that captures the output while still printing it in real-time, just the way tee does.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 572
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-setuptools",
                "py38-setuptools_scm",
                "py38-setuptools_scm_git_archive",
                "py38-wheel",
                "clang-13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py38-ansible-compat"
            ]
        }
    ]
}