Proxy and render blocked cross-origin images in datasette cells
Project description
datasette-proxy-image-tags
Installation
Install this plugin in the same environment as Datasette.
datasette install datasette-proxy-image-tags
Usage
Usage instructions go here.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-proxy-image-tags
python3 -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.