Skip to content

A plugin for datasets that fetches some basic diagnostics info on a set of query results

License

Notifications You must be signed in to change notification settings

davefowler/datasette-diagnostics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datasette-diagnostics

PyPI Changelog Tests License

!WARNING - heavy Work In Progress

Run diagnostics on query results in Datasette.

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-diagnostics

Usage

When you view a table or run a query you'll see a "diagnostics" option in the export ("This data as") menu

Diagnostics Datasette view

Development

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

cd datasette-diagnostics
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

About

A plugin for datasets that fetches some basic diagnostics info on a set of query results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages