Skip to content

simonw/datasette-plugin-template-repository-demo-old

Repository files navigation

datasette-plugin-template-repository-demo

PyPI Changelog Tests License

Demo of simonw/datasette-plugin-template-repository

Installation

Install this plugin in the same environment as Datasette.

$ datasette install datasette-plugin-template-repository-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-repository-demo
python3 -mvenv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

About

Demo of simonw/datasette-plugin-template-repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages