Skip to content

datasette/datasette-debug-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datasette-debug-events

PyPI Changelog Tests License

Print Datasette events to standard error

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-debug-events

Usage

Once installed, any events fired by the Datasette events mechanism (introduced in Datasette 1.0a8) will be sent to standard error and should display in your terminal.

Development

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

cd datasette-debug-events
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

About

Print Datasette events to standard error

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages