home / content

pypi_releases

2 rows where version = "django-sql-dashboard:0.9a0"

✎ 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
842296edf7af7b079ecbd0b4cc03edbd django-sql-dashboard 0.9a0 django-sql-dashboard:0.9a0 bdist_wheel django_sql_dashboard-0.9a0-py3-none-any.whl   {"md5": "842296edf7af7b079ecbd0b4cc03edbd", "sha256": "6de3f53886a4e3f6017401c3927a56bfee955ab7ceff2df538cf2bc0808eafe9"} 0 py3 >=3.6 22479 2021-04-25T17:06:19 2021-04-25T17:06:19.737657Z https://files.pythonhosted.org/packages/30/65/e63894622deed1d37d69cd947ce4fefea112403cfb4497f2ec7b566c94d0/django_sql_dashboard-0.9a0-py3-none-any.whl 0  
9cf02b27777ada62c135309e0a8784f5 django-sql-dashboard 0.9a0 django-sql-dashboard:0.9a0 sdist django-sql-dashboard-0.9a0.tar.gz   {"md5": "9cf02b27777ada62c135309e0a8784f5", "sha256": "720ef5a191e80a59159f8a266d8e95d72e4acdb3562566a45ec6cafc4236724f"} 0 source >=3.6 12535 2021-04-25T17:06:20 2021-04-25T17:06:20.757496Z https://files.pythonhosted.org/packages/80/88/1e411dc404d3db296992f74981e2c6d635b0347a0408288c8414cc7a4991/django-sql-dashboard-0.9a0.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 103.417ms