Install this plugin in the same environment as Datasette.
datasette install datasette-libfecUsage instructions go here.
To set up this plugin locally, first checkout the code. You can confirm it is available like this:
cd datasette-libfec
# Confirm the plugin is visible
uv run datasette pluginsTo run the tests:
uv run pytest