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

{
    "name": "q-textasdata",
    "portdir": "textproc/q-textasdata",
    "version": "3.1.6",
    "license": "GPL-3+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://harelba.github.io/q",
    "description": "q-textasdata - Run SQL directly on CSV or TSV files",
    "long_description": "q-textasdata is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). q-textasdata treats ordinary files as database tables, and supports all SQL constructs, such as WHERE, GROUP BY, JOINs, etc. It supports automatic column name and type detection, and q provides full support for multiple character encodings.",
    "active": true,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 993
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-six"
            ]
        }
    ],
    "depends_on": []
}