Skip to content

datasette/datasette-debug-actors-from-ids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datasette-debug-actors-from-ids

PyPI Changelog Tests License

A Datasette plugin for debugging the new actors_from_ids plugin hook.

Installation

datasette install datasette-debug-actors-from-ids

Usage

Adds a URL at /-/debug-actors-from-ids. Call it with ?ids=1,3,4 to exercise the plugin hook.

Development

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

cd datasette-debug-actors-from-ids
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'
To run the tests:
```bash
pytest

About

Datasette plugin for trying out the actors_from_ids hook

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages