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

{
    "name": "py310-note-seq",
    "portdir": "python/py-note-seq",
    "version": "0.0.5",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://magenta.tensorflow.org/",
    "description": "Use machine learning to create art and music.",
    "long_description": "Use machine learning to create art and music.. This is the home for our serializable NoteSequence representation along with utilities for: creating them from various formats (e.g., MIDI, abc, MusicXML); manipulating them (e.g., slicing, quantizing) extracting components (e.g., melodies, drum tracks, chord); exporting them (e.g., to MIDI or audio); or converting them to representations useful for model training (e.g., one-hot tensors).",
    "active": true,
    "categories": [
        "audio",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-ipython",
                "py310-absl",
                "py310-protobuf3",
                "py310-scikit-image",
                "py310-bokeh",
                "py310-librosa",
                "py310-pretty-midi",
                "py310-numba",
                "py310-attrs",
                "py310-intervaltree",
                "py310-numpy",
                "py310-scipy",
                "py310-pandas"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest",
                "py310-pylint",
                "py310-pytest-xdist"
            ]
        }
    ],
    "depends_on": []
}