Skip to main content

Print Datasette events to standard error

Project description

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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page