Metadata-Version: 2.4
Name: datasette-allow-permissions-debug
Version: 0.2a0
Summary: Always allow access to /-/permissions, for debugging
Home-page: https://github.com/simonw/datasette-allow-permissions-debug
Author: Simon Willison
License: Apache License, Version 2.0
Project-URL: Issues, https://github.com/simonw/datasette-allow-permissions-debug/issues
Project-URL: CI, https://github.com/simonw/datasette-allow-permissions-debug/actions
Project-URL: Changelog, https://github.com/simonw/datasette-allow-permissions-debug/releases
Description-Content-Type: text/markdown
Requires-Dist: datasette>=1.0a20
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: httpx; extra == "test"
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# datasette-allow-permissions-debug

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

Always allow access to `/-/permissions`, for debugging.

## Installation

Install this plugin in the same environment as Datasette.

    $ pip install datasette-allow-permissions-debug

## Usage

Once installed, all access to `/-/permissions` will be allowed even if you are not signed in.
