home / content

pypi_releases

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

✎ 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
6b8db6d940025186265ae736f7625841 django-sql-dashboard 0.15.1 django-sql-dashboard:0.15.1 bdist_wheel django_sql_dashboard-0.15.1-py3-none-any.whl   {"md5": "6b8db6d940025186265ae736f7625841", "sha256": "c3f77a53213c164c30132cc77889a38325d87c08d26acff08f8a5ab2be3d0994"} 0 py3 >=3.6 32435 2021-06-03T16:29:09 2021-06-03T16:29:09.357976Z https://files.pythonhosted.org/packages/62/83/4a25d850c9fa57bbc960a09dce3216cd1a76b68dbbba699b405466b82505/django_sql_dashboard-0.15.1-py3-none-any.whl 0  
6c7ca93de2239d92031a7808e2b45f9e django-sql-dashboard 0.15.1 django-sql-dashboard:0.15.1 sdist django-sql-dashboard-0.15.1.tar.gz   {"md5": "6c7ca93de2239d92031a7808e2b45f9e", "sha256": "a75b26059b3de014a7a13cb51d19c1368ea13717272f2807adade17e717277f0"} 0 source >=3.6 24774 2021-06-03T16:29:10 2021-06-03T16:29:10.434338Z https://files.pythonhosted.org/packages/55/64/fac4d84e63a5a9c3ac1ffc631be2dafa789e555a3cdef12d4ad9e776293b/django-sql-dashboard-0.15.1.tar.gz 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 19.719ms