repos

8 rows where has_wiki = 0 and license = "other" sorted by has_wiki

View and edit SQL

Suggested facets: homepage, stargazers_count, watchers_count, language, has_downloads, watchers, default_branch, created_at (date), updated_at (date), pushed_at (date)

license

  • Other · 8

has_wiki

has_pages

  • 0 8

subscribers_count

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
187586 MDEwOlJlcG9zaXRvcnkxODc1ODY= django-shorturls simonw/django-shorturls 0 simonw 9599 https://github.com/simonw/django-shorturls A URL shortening app for Django. 1 2009-04-28T14:27:10Z 2019-08-13T14:22:03Z 2009-04-28T14:30:25Z   83 10 10 Python 0 1 0 0 0 0 0 0 0 Other other [] 0 0 10 master {"admin": true, "push": true, "pull": true}            
53901432 MDEwOlJlcG9zaXRvcnk1MzkwMTQzMg== django simonw/django 0 simonw 9599 https://github.com/simonw/django The Web framework for perfectionists with deadlines. 1 2016-03-15T00:15:12Z 2018-07-18T22:19:15Z 2018-08-22T16:07:44Z https://www.djangoproject.com/ 174109 0 0 Python 0 1 1 0 0 0 0 0 0 Other other [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
99045870 MDEwOlJlcG9zaXRvcnk5OTA0NTg3MA== django-rest-framework simonw/django-rest-framework 0 simonw 9599 https://github.com/simonw/django-rest-framework Web APIs for Django. 1 2017-08-01T21:47:49Z 2017-08-01T21:47:54Z 2017-07-31T13:01:48Z www.django-rest-framework.org 35511 0 0 Python 0 1 1 0 0 0 0 0 0 Other other [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
108305050 MDEwOlJlcG9zaXRvcnkxMDgzMDUwNTA= cpython simonw/cpython 0 simonw 9599 https://github.com/simonw/cpython The Python programming language 1 2017-10-25T17:50:26Z 2017-10-25T17:50:53Z 2019-07-18T00:13:50Z https://www.python.org/ 273282 0 0 Python 0 1 1 0 0 0 0 0 0 Other other [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
154207477 MDEwOlJlcG9zaXRvcnkxNTQyMDc0Nzc= 2018.djangocon.us simonw/2018.djangocon.us 0 simonw 9599 https://github.com/simonw/2018.djangocon.us :desert_island: The DjangoCon US 2018 conference website 1 2018-10-22T19:54:24Z 2018-10-22T19:54:27Z 2018-10-22T18:06:57Z https://2018.djangocon.us 146960 0 0 HTML 0 1 1 0 0 0 0 0 0 Other other [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
183561368 MDEwOlJlcG9zaXRvcnkxODM1NjEzNjg= asgiref simonw/asgiref 0 simonw 9599 https://github.com/simonw/asgiref ASGI in-memory channel layer 1 2019-04-26T05:14:37Z 2019-04-26T05:14:40Z 2019-06-14T14:45:32Z https://asgi.readthedocs.io/en/latest/ 255 0 0 Python 0 1 1 0 0 0 0 0 0 Other other [] 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}            
215892356 MDEwOlJlcG9zaXRvcnkyMTU4OTIzNTY= feedparser simonw/feedparser 0 simonw 9599 https://github.com/simonw/feedparser Parse feeds in Python 1 2019-10-17T21:56:28Z 2019-10-17T21:56:29Z 2019-10-16T19:18:57Z   6329 0 0   0 1 1 0 0 0 0 0 0 Other other [] 0 0 0 develop {"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 100.027ms · About: github-to-sqlite