datasette-sandstorm-support by simonw

15 downloads this week        Star

README source code

datasette-sandstorm-support

PyPI Changelog Tests License

Authentication and permissions for Datasette on Sandstorm

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-sandstorm-support

Usage

This plugin is part of datasette-sandstorm.

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd datasette-sandstorm-support
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest