# datasette-enrichments
[](https://pypi.org/project/datasette-enrichments/)
[](https://github.com/simonw/datasette-enrichments/releases)
[](https://github.com/simonw/datasette-enrichments/actions?query=workflow%3ATest)
[](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/36/14/9b43c86a34e71ee57cb222baef18c94f33176b937d4b2e6024089b17a97f/datasette_enrichments-0.5.tar.gz",
"platform": null,
"description": "# datasette-enrichments\n\n[](https://pypi.org/project/datasette-enrichments/)\n[](https://github.com/simonw/datasette-enrichments/releases)\n[](https://github.com/simonw/datasette-enrichments/actions?query=workflow%3ATest)\n[](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.5",
"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": "d2fadf28587b61a6cb366a015ca753df50bf454628cd98a1df3a75d0416e2e46",
"md5": "edf4794ae1415bb4bd5c9b97b082a877",
"sha256": "1711aa863764f40d757f5664254319367816ed6068f44193510f45de586ef65e"
},
"downloads": -1,
"filename": "datasette_enrichments-0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "edf4794ae1415bb4bd5c9b97b082a877",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 24161,
"upload_time": "2025-01-15T20:57:37",
"upload_time_iso_8601": "2025-01-15T20:57:37.710217Z",
"url": "https://files.pythonhosted.org/packages/d2/fa/df28587b61a6cb366a015ca753df50bf454628cd98a1df3a75d0416e2e46/datasette_enrichments-0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "36149b43c86a34e71ee57cb222baef18c94f33176b937d4b2e6024089b17a97f",
"md5": "815e96cd036681d696291f7787e0d529",
"sha256": "4781e020cd66efc2323eb0906cc6a9f662f76b20667c7990e1535b96d49cbf25"
},
"downloads": -1,
"filename": "datasette_enrichments-0.5.tar.gz",
"has_sig": false,
"md5_digest": "815e96cd036681d696291f7787e0d529",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 26048,
"upload_time": "2025-01-15T20:57:38",
"upload_time_iso_8601": "2025-01-15T20:57:38.783569Z",
"url": "https://files.pythonhosted.org/packages/36/14/9b43c86a34e71ee57cb222baef18c94f33176b937d4b2e6024089b17a97f/datasette_enrichments-0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-15 20:57:38",
"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"
}