repos

79 rows where language = "Python" and topics = "[]" sorted by organization

View and edit SQL

topics

language

  • Python · 7
id node_id name full_name private owner html_url description fork created_at updated_at pushed_at homepage size stargazers_count watchers_count language has_issues has_projects has_downloads has_wiki has_pages forks_count archived disabled open_issues_count license topics forks open_issues watchers default_branch permissions allow_squash_merge allow_merge_commit allow_rebase_merge network_count subscribers_count organization ▼
185437153 MDEwOlJlcG9zaXRvcnkxODU0MzcxNTM= now-python-asgi simonw/now-python-asgi 0 simonw 9599 https://github.com/simonw/now-python-asgi Python builder for ASGI applications on Zeit Now 1 2019-05-07T16:10:08Z 2019-05-07T16:10:11Z 2019-05-07T16:10:31Z   62 0 0 Python 0 1 1 1 0 0 0 0 0 MIT License mit [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
191044204 MDEwOlJlcG9zaXRvcnkxOTEwNDQyMDQ= disaster-scrapers simonw/disaster-scrapers 0 simonw 9599 https://github.com/simonw/disaster-scrapers Scrapers for disaster data - writes to https://github.com/simonw/disaster-data 0 2019-06-09T19:01:38Z 2019-10-16T17:20:40Z 2019-09-02T20:16:54Z   26 12 12 Python 1 1 1 1 0 0 0 0 0   [] 0 0 12 master {"admin": true, "push": true, "pull": true}            
191397032 MDEwOlJlcG9zaXRvcnkxOTEzOTcwMzI= delta-scraper simonw/delta-scraper 0 simonw 9599 https://github.com/simonw/delta-scraper Python library for scraping data sources and creating readable deltas 0 2019-06-11T15:11:49Z 2019-06-28T16:40:07Z 2019-06-11T15:31:27Z   15 5 5 Python 1 1 1 1 0 0 0 0 0 Apache License 2.0 apache-2.0 [] 0 0 5 master {"admin": true, "push": true, "pull": true}            
191843021 MDEwOlJlcG9zaXRvcnkxOTE4NDMwMjE= filetype.py simonw/filetype.py 0 simonw 9599 https://github.com/simonw/filetype.py Small, dependency-free, fast Python package to infer file types checking the magic numbers signature 1 2019-06-13T22:49:48Z 2019-06-13T22:49:51Z 2019-03-01T09:20:54Z https://h2non.github.io/filetype.py 840 0 0 Python 0 1 1 1 0 0 0 0 0 MIT License mit [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
192215634 MDEwOlJlcG9zaXRvcnkxOTIyMTU2MzQ= daphne simonw/daphne 0 simonw 9599 https://github.com/simonw/daphne Django Channels HTTP/WebSocket server 1 2019-06-16T16:55:01Z 2019-06-16T16:55:03Z 2019-07-03T17:58:32Z   395 0 0 Python 0 1 1 0 0 0 0 0 0 Other other [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
195738647 MDEwOlJlcG9zaXRvcnkxOTU3Mzg2NDc= asgi-debug simonw/asgi-debug 0 simonw 9599 https://github.com/simonw/asgi-debug Debugging middleware for ASGI applications 0 2019-07-08T04:51:59Z 2019-07-10T13:41:54Z 2019-07-10T18:22:20Z   7 3 3 Python 1 1 1 1 0 1 0 0 1 Apache License 2.0 apache-2.0 [] 1 1 3 master {"admin": true, "push": true, "pull": true}            
207685403 MDEwOlJlcG9zaXRvcnkyMDc2ODU0MDM= django-redis-cache simonw/django-redis-cache 0 simonw 9599 https://github.com/simonw/django-redis-cache A Redis cache backend for django 1 2019-09-11T00:06:19Z 2019-09-11T00:11:55Z 2019-09-11T00:11:53Z http://django-redis-cache.readthedocs.org/en/latest/ 305 0 0 Python 0 1 1 1 0 0 0 0 0 Other other [] 0 0 0 master {"admin": true, "push": true, "pull": true}            

Advanced export

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

CSV options:

CREATE TABLE [repos] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [name] TEXT,
   [full_name] TEXT,
   [private] INTEGER,
   [owner] INTEGER REFERENCES [users]([id]),
   [html_url] TEXT,
   [description] TEXT,
   [fork] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [pushed_at] TEXT,
   [homepage] TEXT,
   [size] INTEGER,
   [stargazers_count] INTEGER,
   [watchers_count] INTEGER,
   [language] TEXT,
   [has_issues] INTEGER,
   [has_projects] INTEGER,
   [has_downloads] INTEGER,
   [has_wiki] INTEGER,
   [has_pages] INTEGER,
   [forks_count] INTEGER,
   [archived] INTEGER,
   [disabled] INTEGER,
   [open_issues_count] INTEGER,
   [license] TEXT,
   [topics] TEXT,
   [forks] INTEGER,
   [open_issues] INTEGER,
   [watchers] INTEGER,
   [default_branch] TEXT,
   [permissions] TEXT, [allow_squash_merge] INTEGER, [allow_merge_commit] INTEGER, [allow_rebase_merge] INTEGER, [network_count] INTEGER, [subscribers_count] INTEGER, [organization] TEXT,
   FOREIGN KEY(license) REFERENCES licenses(key)
)
Powered by Datasette · Query took 56.146ms · About: github-to-sqlite