Simon Willison’s Weblog

Subscribe
Atom feed for datasette Random

1,478 posts tagged “datasette”

Datasette is an open source tool for exploring and publishing data.

2020

Release datasette-saved-queries 0.2 — Datasette plugin that lets users save and execute queries
Release datasette-glitch 0.1 — Utilities to help run Datasette on Glitch

Datasette 0.45: The annotated release notes

Datasette 0.45, out today, features magic parameters for canned queries, a log out feature, improved plugin documentation and four new plugin hooks.

[... 863 words]

Release datasette 0.45 — An open source multi-tool for exploring and publishing data
Release datasette-auth-tokens 0.2.1 — Datasette plugin for authenticating access using API tokens
Release datasette-auth-tokens 0.2 — Datasette plugin for authenticating access using API tokens
Release datasette 0.45a5 — An open source multi-tool for exploring and publishing data
Release datasette-allow-permissions-debug 0.1 — Always allow access to /-/permissions, for debugging
Release datasette-init 0.1a3 — Ensure specific tables and views exist on startup
Release datasette-debug-asgi 0.1.1 — Datasette plugin for dumping out the ASGI scope
Release datasette-write 0.1a — Datasette plugin providing a UI for executing SQL writes against the database
Release datasette 0.45a4 — An open source multi-tool for exploring and publishing data
Release datasette-init 0.1a2 — Ensure specific tables and views exist on startup
Release datasette-init 0.1a — Ensure specific tables and views exist on startup
Release datasette-glitch 0.1a — Utilities to help run Datasette on Glitch
Release datasette 0.45a3 — An open source multi-tool for exploring and publishing data

Weeknotes: cookiecutter templates, better plugin documentation, sqlite-generate

I spent this week spreading myself between a bunch of smaller projects, and finally getting familiar with cookiecutter. I wrote about my datasette-plugin cookiecutter template earlier in the week; here’s what else I’ve been working on.

[... 703 words]

Release datasette 0.45a2 — An open source multi-tool for exploring and publishing data
Release datasette-block-robots 0.1.1 — Datasette plugin that blocks robots and crawlers using robots.txt

datasette-block-robots. Another little Datasette plugin: this one adds a /robots.txt page with Disallow: / to block all indexing of a Datasette instance from respectable search engine crawlers. I built this in less than ten minutes from idea to deploy to PyPI thanks to the datasette-plugin cookiecutter template.

# 23rd June 2020, 3:28 am / projects, robots-txt, plugins, seo, datasette, crawling

Release datasette-block-robots 0.1 — Datasette plugin that blocks robots and crawlers using robots.txt

A cookiecutter template for writing Datasette plugins

Datasette’s plugin system is one of the most interesting parts of the entire project. As I explained to Matt Asay in this interview, the great thing about plugins is that Datasette can gain new functionality overnight without me even having to review a pull request. I just need to get more people to write them!

[... 914 words]

Release datasette-saved-queries 0.1 — Datasette plugin that lets users save and execute queries

Weeknotes: Datasette alphas for testing new plugin hooks

A relatively quiet week this week, compared to last week’s massive push to ship Datasette 0.44 with authentication, permissions and writable canned queries. I can now ship alpha releases, such as today’s Datasette 0.45a1, which means I can preview new plugin features before they are completely ready and stable.

[... 728 words]

Release datasette 0.45a1 — An open source multi-tool for exploring and publishing data

Datasette: A Developer, a Shower and a Data-Inspired Moment (via) Matt Asay interviewed me over Zoom last month. This captures a lot of my thinking around open source really well: “Datasette is aggressively open source for a bunch of reasons. Most of them are very selfish reasons.”

# 18th June 2020, 11:32 pm / interview, open-source, datasette

Release datasette 0.45a0 — An open source multi-tool for exploring and publishing data
Release datasette-render-images 0.2 — Datasette plugin that renders binary blob images using data-uris
Release datasette-render-images 0.2a0 — Datasette plugin that renders binary blob images using data-uris
Release datasette-auth-tokens 0.1.2 — Datasette plugin for authenticating access using API tokens