home / content

pypi_versions

9 rows where package = "git-history"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ package name
git-history:0.1 git-history 0.1
git-history:0.2 git-history 0.2
git-history:0.2.1 git-history 0.2.1
git-history:0.3 git-history 0.3
git-history:0.3.1 git-history 0.3.1
git-history:0.4 git-history 0.4
git-history:0.5 git-history 0.5
git-history:0.6 git-history 0.6
git-history:0.6.1 git-history 0.6.1

Advanced export

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

CSV options:

CREATE TABLE [pypi_versions] (
   [id] TEXT PRIMARY KEY,
   [package] TEXT REFERENCES [pypi_packages]([name]),
   [name] TEXT
);
CREATE INDEX [idx_pypi_versions_package]
    ON [pypi_versions] ([package]);
Powered by Datasette · Queries took 8.989ms