home / content

pypi_versions

24 rows where package = "shot-scraper"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ package name
shot-scraper:0.1 shot-scraper 0.1
shot-scraper:0.10 shot-scraper 0.10
shot-scraper:0.11 shot-scraper 0.11
shot-scraper:0.12 shot-scraper 0.12
shot-scraper:0.13 shot-scraper 0.13
shot-scraper:0.14 shot-scraper 0.14
shot-scraper:0.14.1 shot-scraper 0.14.1
shot-scraper:0.14.2 shot-scraper 0.14.2
shot-scraper:0.14.3 shot-scraper 0.14.3
shot-scraper:0.15 shot-scraper 0.15
shot-scraper:0.15.1 shot-scraper 0.15.1
shot-scraper:0.16 shot-scraper 0.16
shot-scraper:0.17 shot-scraper 0.17
shot-scraper:0.1a0 shot-scraper 0.1a0
shot-scraper:0.2 shot-scraper 0.2
shot-scraper:0.3 shot-scraper 0.3
shot-scraper:0.4 shot-scraper 0.4
shot-scraper:0.5 shot-scraper 0.5
shot-scraper:0.6 shot-scraper 0.6
shot-scraper:0.7 shot-scraper 0.7
shot-scraper:0.8 shot-scraper 0.8
shot-scraper:0.9 shot-scraper 0.9
shot-scraper:1.0 shot-scraper 1.0
shot-scraper:1.0.1 shot-scraper 1.0.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 7.866ms