Metadata-Version: 2.1
Name: datasette-glitch
Version: 0.1
Summary: Utilities to help run Datasette on Glitch
Home-page: https://github.com/simonw/datasette-glitch
Author: Simon Willison
License: Apache License, Version 2.0
Project-URL: Issues, https://github.com/simonw/datasette-glitch/issues
Project-URL: CI, https://github.com/simonw/datasette-glitch/actions
Project-URL: Changelog, https://github.com/simonw/datasette-glitch/releases
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: datasette (>=0.45)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: httpx ; extra == 'test'

# datasette-glitch

[![PyPI](https://img.shields.io/pypi/v/datasette-glitch.svg)](https://pypi.org/project/datasette-glitch/)
[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-glitch?label=changelog)](https://github.com/simonw/datasette-glitch/releases)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-glitch/blob/master/LICENSE)

Utilities to help run Datasette on Glitch

## Installation

Install this plugin in the same environment as Datasette.

    $ pip install datasette-glitch

## Usage

This plugin outputs a special link which will sign you into Datasette as the root user.

Click Tools -> Logs in the Glitch editor interface after your app starts to see the link.


