Metadata-Version: 2.4
Name: kaithem-plugin-datasette
Version: 0.2.0
Summary: Add your description here
License-Expression: GPL-3.0-or-later
Requires-Python: <4.0,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kaithem>=0.96.0
Requires-Dist: kaithem
Requires-Dist: datasette==1.0a37
Requires-Dist: datasette-checkbox
Dynamic: license-file

# kaithem_plugin_datasette
WIP plugin to integrate kaithem with datasette. Very early WIP.



## Install
If you did a pipx install of Kaithem, you should just be able to do:

`pipx inject kaithem kaithem-plugin-datasette`

and reboot or restart kaithem.

The new UV way is

`uv tool install --with kaithem-plugin-datasette kaithem`

## Dev Install
For testing/, activate your kaithem virtual environment and do:

```bash
pip install -e  ../kaithem-plugin-datasette
```

## Use

You will then have access to the datasette resource type in any module. Create one, and
on the modules page you will find a link to a datasette instance, with editing plugins enabled, security integrated with Kaithem's user auth, and cluster map tiles cached by the server.

The database will then appear on the apps page.

There will also be an app to inspe
