datasette-plugin-template-demo

Demonstrating https://github.com/simonw/datasette-plugin

APACHE-2.0 License

Downloads
34
Stars
0
Committers
2

datasette-plugin-template-demo

Demonstrating https://github.com/simonw/datasette-plugin

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-plugin-template-demo

Usage

Usage instructions go here.

Development

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

cd datasette-plugin-template-demo
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

python -m pytest
Package Rankings
Top 29.72% on Pypi.org
Badges
Extracted from project README
PyPI Changelog Tests License