datasette/datasette
Simon Willison bb87cf8730
Added /-/versions and /-/versions.json, closes #244
Sample output:

    {
      "python": {
        "version": "3.6.3",
        "full": "3.6.3 (default, Oct  4 2017, 06:09:38) \n[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37)]"
      },
      "datasette": {
        "version": "0.20"
      },
      "sqlite": {
        "version": "3.23.1",
        "extensions": {
          "json1": null,
          "spatialite": "4.3.0a"
        }
      }
    }
2018-05-03 11:09:27 -03:00
..
static Add column name classes to <td>s, make PK bold 2018-04-17 18:13:02 -07:00
templates Added class=rows-and-columns to custom query results table 2018-04-25 20:24:22 -07:00
__init__.py Start of the plugin system, based on pluggy (#210) 2018-04-15 17:56:15 -07:00
app.py Added /-/versions and /-/versions.json, closes #244 2018-05-03 11:09:27 -03:00
cli.py datasette publish/package --install option, closes #223 2018-04-18 07:55:36 -07:00
hookspecs.py New plugin hooks: extra_css_urls() and extra_js_urls() 2018-04-17 20:12:21 -07:00
utils.py FTS tables now detected by inspect(), closes #240 2018-04-28 17:04:32 -07:00
version.py Datasette 0.20: static assets and templates for plugins 2018-04-20 07:32:02 -07:00