datasette-studio

March 28, 2024 ยท View on GitHub

PyPI Changelog Tests License

Datasette pre-configured with useful plugins.

Experimental alpha release. This is an early experiment at the moment.

Try this out in GitHub Codespaces

Installation

This tool makes Datasette (currently the 1.0 alpha series) available as datasette-studio with a set of useful plugins pre-installed.

It is strongly recommended to install this using pipx, since doing so will ensure that this version of Datasette has its own isolated environment.

pipx install datasette-studio

Usage

For help, run:

datasette-studio --help

To list available plugins run:

datasette-studio plugins

To install additional plugins use:

datasette-studio install datasette-graphql

The datasette-studio command is an alias for regular datasette, so consult the Datasette documentation for more information on how to use it.