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

{
    "name": "py36-sounddevice",
    "portdir": "python/py-sounddevice",
    "version": "0.3.14",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://python-sounddevice.readthedocs.io/",
    "description": "Play and Record Sound with Python",
    "long_description": "This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "mojca",
            "github": "mojca",
            "ports_count": 57
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py36-cffi",
                "py36-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py36-numpy",
                "portaudio",
                "py36-cffi"
            ]
        }
    ],
    "depends_on": []
}