Tools for running enrichments against data stored in Datasette
Project description
datasette-enrichments
Tools for running enrichments against data stored in Datasette
Potential use-cases for enrichments include:
- Geocoding an address and populating a latitude and longitude column
- Executing a template to generate output based on the values in each row
- Fetching data from a URL and populating a column with the result
- Executing OCR against a linked image or PDF file
Documentation for this plugin lives at enrichments.datasette.io.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-enrichments
python3 -mvenv venv
source venv/bin/activate
Or if you are using pipenv
:
pipenv shell
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
datasette_enrichments-0.4.tar.gz
(16.9 kB
view details)
Built Distribution
File details
Details for the file datasette_enrichments-0.4.tar.gz
.
File metadata
- Download URL: datasette_enrichments-0.4.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bbc454a72f238b49cfdc9a01df70626d92b04abae81851010d150eb895168a9 |
|
MD5 | f742c4125ce23daf4648645dbedb9c8a |
|
BLAKE2b-256 | 890fcae6f2512a708e1ebe5a519eef3f9b62996e6000530d3413e86b369b1f12 |
File details
Details for the file datasette_enrichments-0.4-py3-none-any.whl
.
File metadata
- Download URL: datasette_enrichments-0.4-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b9ca617dcd1e01e6f8fc281c81aaeb5817a8e6a74018e78fefb398b246cfbf4 |
|
MD5 | e23e15c686ca8a004aeb025be63a585f |
|
BLAKE2b-256 | a8a94736dde68b355ce4fa128bd9a57ab64cee4f3b65704b55d15ee2756c5dc2 |