Skip to content

datasette/datasette-enrichments-slow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datasette-enrichments-slow

PyPI Changelog Tests License

An enrichment on a slow loop to help debug progress bars

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-enrichments-slow

Usage

Select a table (or rows from a table) and run the enrichment. You can specify how many seconds to sleep for each row.

No changes will be recorded to your table. This plugin is for debugging purposes only.

Development

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

cd datasette-enrichments-slow
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

An enrichment on a slow loop to help debug progress bars

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages