home / content

pypi_releases

2 rows where version = "django-sql-dashboard:1.0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: upload_time (date), upload_time_iso_8601 (date)

md5_digest ▼ package version packagetype filename comment_text digests has_sig python_version requires_python size upload_time upload_time_iso_8601 url yanked yanked_reason
2aeafa4c7b19e132bc6b7192b98d3694 django-sql-dashboard 1.0 django-sql-dashboard:1.0 sdist django-sql-dashboard-1.0.tar.gz   {"md5": "2aeafa4c7b19e132bc6b7192b98d3694", "sha256": "2c965619ccb3ea532bcc179a10337773148ebedec6b1cf1a084473df4df4fe18"} 0 source >=3.6 26856 2021-07-01T04:00:01 2021-07-01T04:00:01.395150Z https://files.pythonhosted.org/packages/ed/c0/ffb00c54b08c56ed32120311c71a516fbdf653f6583e75da4c8ea42c2ff6/django-sql-dashboard-1.0.tar.gz 0  
90a7713bde78a0d8a6ce57e47ebab58a django-sql-dashboard 1.0 django-sql-dashboard:1.0 bdist_wheel django_sql_dashboard-1.0-py3-none-any.whl   {"md5": "90a7713bde78a0d8a6ce57e47ebab58a", "sha256": "46fff8c57851a1df75db6efec853f9f425d6871b8008ae5f1571a78b68983922"} 0 py3 >=3.6 35019 2021-07-01T04:00:00 2021-07-01T04:00:00.212403Z https://files.pythonhosted.org/packages/2b/01/e68fef97c1690d2300a8656e55c979e0fcf7b950dea0cdd172a82d62bb60/django_sql_dashboard-1.0-py3-none-any.whl 0  

Advanced export

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

CSV options:

CREATE TABLE [pypi_releases] (
   [md5_digest] TEXT PRIMARY KEY,
   [package] TEXT REFERENCES [pypi_packages]([name]),
   [version] TEXT REFERENCES [pypi_versions]([id]),
   [packagetype] TEXT,
   [filename] TEXT,
   [comment_text] TEXT,
   [digests] TEXT,
   [has_sig] INTEGER,
   [python_version] TEXT,
   [requires_python] TEXT,
   [size] INTEGER,
   [upload_time] TEXT,
   [upload_time_iso_8601] TEXT,
   [url] TEXT,
   [yanked] INTEGER,
   [yanked_reason] TEXT
);
CREATE INDEX [idx_pypi_releases_version]
    ON [pypi_releases] ([version]);
CREATE INDEX [idx_pypi_releases_package]
    ON [pypi_releases] ([package]);
Powered by Datasette · Queries took 40.736ms