# datasette-enrichments
[![PyPI](https://img.shields.io/pypi/v/datasette-enrichments.svg)](https://pypi.org/project/datasette-enrichments/)
[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-enrichments?include_prereleases&label=changelog)](https://github.com/simonw/datasette-enrichments/releases)
[![Tests](https://github.com/simonw/datasette-enrichments/workflows/Test/badge.svg)](https://github.com/simonw/datasette-enrichments/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-enrichments/blob/main/LICENSE)
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](https://enrichments.datasette.io/)**.
## Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
```bash
cd datasette-enrichments
python3 -mvenv venv
source venv/bin/activate
```
Or if you are using `pipenv`:
```bash
pipenv shell
```
Now install the dependencies and test dependencies:
```bash
pip install -e '.[test]'
```
To run the tests:
```bash
pytest
```
Raw data
{
"_id": null,
"home_page": "https://github.com/simonw/datasette-enrichments",
"name": "datasette-enrichments",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": null,
"author": "Simon Willison",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/5b/50/00bfec52b278a188e43a5c13bd9e22124c79258a3613ff6258e74c6fcfda/datasette_enrichments-0.4.3.tar.gz",
"platform": null,
"description": "# datasette-enrichments\n\n[![PyPI](https://img.shields.io/pypi/v/datasette-enrichments.svg)](https://pypi.org/project/datasette-enrichments/)\n[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-enrichments?include_prereleases&label=changelog)](https://github.com/simonw/datasette-enrichments/releases)\n[![Tests](https://github.com/simonw/datasette-enrichments/workflows/Test/badge.svg)](https://github.com/simonw/datasette-enrichments/actions?query=workflow%3ATest)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-enrichments/blob/main/LICENSE)\n\nTools for running enrichments against data stored in Datasette\n\nPotential use-cases for enrichments include:\n\n- Geocoding an address and populating a latitude and longitude column\n- Executing a template to generate output based on the values in each row\n- Fetching data from a URL and populating a column with the result\n- Executing OCR against a linked image or PDF file\n\nDocumentation for this plugin lives at **[enrichments.datasette.io](https://enrichments.datasette.io/)**.\n\n## Development\n\nTo set up this plugin locally, first checkout the code. Then create a new virtual environment:\n```bash\ncd datasette-enrichments\npython3 -mvenv venv\nsource venv/bin/activate\n```\nOr if you are using `pipenv`:\n```bash\npipenv shell\n```\nNow install the dependencies and test dependencies:\n```bash\npip install -e '.[test]'\n```\nTo run the tests:\n```bash\npytest\n```\n",
"bugtrack_url": null,
"license": "Apache License, Version 2.0",
"summary": "Tools for running enrichments against data stored in Datasette",
"version": "0.4.3",
"project_urls": {
"CI": "https://github.com/simonw/datasette-enrichments/actions",
"Changelog": "https://github.com/simonw/datasette-enrichments/releases",
"Homepage": "https://github.com/simonw/datasette-enrichments",
"Issues": "https://github.com/simonw/datasette-enrichments/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4bb035f92fa5650b88369ec90ce88a656bd57acab77d38e9b0bcd775913202d7",
"md5": "bf7751c4079b409fb25746a688fe81ee",
"sha256": "a3c8c8c3ac7a2a0a93fe72f084aa26a2c384a110fae6056fee4482399df46db6"
},
"downloads": -1,
"filename": "datasette_enrichments-0.4.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bf7751c4079b409fb25746a688fe81ee",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 15990,
"upload_time": "2024-09-03T17:32:19",
"upload_time_iso_8601": "2024-09-03T17:32:19.439067Z",
"url": "https://files.pythonhosted.org/packages/4b/b0/35f92fa5650b88369ec90ce88a656bd57acab77d38e9b0bcd775913202d7/datasette_enrichments-0.4.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5b5000bfec52b278a188e43a5c13bd9e22124c79258a3613ff6258e74c6fcfda",
"md5": "1266c30f0b6c7140b7856482b144eb2e",
"sha256": "7eaa158eaa2cce3aac12a55dc6c6c42b29b22212e5b57920268c04eb18594146"
},
"downloads": -1,
"filename": "datasette_enrichments-0.4.3.tar.gz",
"has_sig": false,
"md5_digest": "1266c30f0b6c7140b7856482b144eb2e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 17130,
"upload_time": "2024-09-03T17:32:20",
"upload_time_iso_8601": "2024-09-03T17:32:20.828499Z",
"url": "https://files.pythonhosted.org/packages/5b/50/00bfec52b278a188e43a5c13bd9e22124c79258a3613ff6258e74c6fcfda/datasette_enrichments-0.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-03 17:32:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "simonw",
"github_project": "datasette-enrichments",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "datasette-enrichments"
}