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

{
    "name": "py27-tstables",
    "portdir": "python/py-tstables",
    "version": "0.0.15",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/afiedler/tstables",
    "description": "Handles large time series using PyTables and Pandas",
    "long_description": "TsTables is a Python package to store time series data in HDF5 files using PyTables. It stores time series data into daily partitions and provides functions to query for subsets of data across partitions.",
    "active": true,
    "categories": [
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2295
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py27-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py27-pandas",
                "python27",
                "py27-tz",
                "py27-tables",
                "py27-numpy"
            ]
        }
    ],
    "depends_on": []
}