Metadata-Version: 2.1
Name: datasette-studio
Version: 0.1a0
Summary: Datasette pre-configured with useful plugins
Author: Simon Willison
License: Apache-2.0
Project-URL: Homepage, https://github.com/datasette/datasette-studio
Project-URL: Changelog, https://github.com/datasette/datasette-studio/releases
Project-URL: Issues, https://github.com/datasette/datasette-studio/issues
Project-URL: CI, https://github.com/datasette/datasette-studio/actions
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: datasette>=1.0a10
Requires-Dist: datasette-edit-schema
Requires-Dist: datasette-write-ui
Requires-Dist: datasette-configure-fts
Requires-Dist: datasette-write

# datasette-studio

[![PyPI](https://img.shields.io/pypi/v/datasette-studio.svg)](https://pypi.org/project/datasette-studio/)
[![Changelog](https://img.shields.io/github/v/release/datasette/datasette-studio?include_prereleases&label=changelog)](https://github.com/datasette/datasette-studio/releases)
[![Tests](https://github.com/datasette/datasette-studio/actions/workflows/test.yml/badge.svg)](https://github.com/datasette/datasette-studio/actions/workflows/test.yml)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/datasette/datasette-studio/blob/master/LICENSE)

Datasette pre-configured with useful plugins.

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

## 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](https://pipx.pypa.io/), since doing so will ensure that this version of Datasette has its own isolated environment.

```bash
pipx install datasette-studio
```

## Usage

For help, run:
```bash
datasette-studio --help
```
To list available plugins run:
```bash
datasette-studio plugins
```
To install additional plugins use:
```bash
datasette-studio install datasette-graphql
```
The `datasette-studio` command is an alias for regular `datasette`, so [consult the Datasette documentation](https://docs.datasette.io/en/latest/) for more information on how to use it.
