home / metayaml

Menu
  • GraphQL API

repodata_packages

Table actions
  • GraphQL API for repodata_packages

4 rows where repodata_id = 2 and "timestamp" is on date 2024-11-06

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp (date)

Link repodata_id package index_json timestamp
2,array-api-strict-2.1-pyhd3eb1b0_0.conda 2 2 array-api-strict-2.1-pyhd3eb1b0_0.conda
{
    "build": "pyhd3eb1b0_0",
    "build_number": 0,
    "depends": [
        "numpy",
        "python >=3.9"
    ],
    "license": "BSD-3-Clause",
    "license_family": "BSD",
    "md5": "1bf179bccc8ee624a08dd227e4c06ee8",
    "name": "array-api-strict",
    "noarch": "python",
    "sha256": "856ac995158ac33f5c4595832425d266d81d98f68afb20ed6959c49cd32d920f",
    "size": 53254,
    "subdir": "noarch",
    "timestamp": 1730319714995,
    "version": "2.1"
}
2024-11-06 15:16:20
2,array-api-strict-2.1-pyhd3eb1b0_0.tar.bz2 2 2 array-api-strict-2.1-pyhd3eb1b0_0.tar.bz2
{
    "build": "pyhd3eb1b0_0",
    "build_number": 0,
    "depends": [
        "numpy",
        "python >=3.9"
    ],
    "license": "BSD-3-Clause",
    "license_family": "BSD",
    "md5": "269876c4151f3763d1eab5acc22a0059",
    "name": "array-api-strict",
    "noarch": "python",
    "sha256": "9e9c43b0612aa095e809a8182791d6aae90cf0b04ab30c52c5378e14ecf0a312",
    "size": 48520,
    "subdir": "noarch",
    "timestamp": 1730319714995,
    "version": "2.1"
}
2024-11-06 15:16:20
2,tensorflow-probability-0.24.0-pyhd3eb1b0_1.conda 2 2 tensorflow-probability-0.24.0-pyhd3eb1b0_1.conda
{
    "build": "pyhd3eb1b0_1",
    "build_number": 1,
    "constrains": [
        "tf-keras >=2.16",
        "tensorflow-datasets >=2.2.0",
        "tensorflow >=2.16"
    ],
    "depends": [
        "absl-py",
        "cloudpickle >=1.3",
        "decorator",
        "dm-tree",
        "gast >=0.3.2",
        "numpy >=1.13.3",
        "python",
        "six >=1.10.0"
    ],
    "license": "Apache-2.0",
    "license_family": "Apache",
    "md5": "b75aec7464f6679a1c3074ceeeb886ba",
    "name": "tensorflow-probability",
    "noarch": "python",
    "sha256": "e13b109a154d9f5f3af726e2d9105af4f13f5c0361098047cba5a7d036ae21b2",
    "size": 2383381,
    "subdir": "noarch",
    "timestamp": 1729807875915,
    "version": "0.24.0"
}
2024-11-06 15:16:20
2,tensorflow-probability-0.24.0-pyhd3eb1b0_1.tar.bz2 2 2 tensorflow-probability-0.24.0-pyhd3eb1b0_1.tar.bz2
{
    "build": "pyhd3eb1b0_1",
    "build_number": 1,
    "constrains": [
        "tf-keras >=2.16",
        "tensorflow-datasets >=2.2.0",
        "tensorflow >=2.16"
    ],
    "depends": [
        "absl-py",
        "cloudpickle >=1.3",
        "decorator",
        "dm-tree",
        "gast >=0.3.2",
        "numpy >=1.13.3",
        "python",
        "six >=1.10.0"
    ],
    "license": "Apache-2.0",
    "license_family": "Apache",
    "md5": "707c806bd644aaa9eb9d1f4c3b7ab775",
    "name": "tensorflow-probability",
    "noarch": "python",
    "sha256": "b14222abab175527f3cf73e52696d3722d3e3a297bfb24b4f2838b648deab3c8",
    "size": 2687713,
    "subdir": "noarch",
    "timestamp": 1729807875915,
    "version": "0.24.0"
}
2024-11-06 15:16:20

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE repodata_packages
        (repodata_id INTEGER NOT NULL,
        package TEXT NOT NULL,
        index_json TEXT NOT NULL,
        timestamp TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP,
        PRIMARY KEY (repodata_id, package),
        FOREIGN KEY (repodata_id) REFERENCES repodata(id));
Powered by Datasette · Queries took 78.816ms