urls
9,130,029 rows
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE urls(
project_id int,
url text,
upload_time text,
package_type text,
python_version text,
requires_python text,
size int,
yanked int,
yanked_reason text,
foreign key(project_id) REFERENCES projects(id)
);