redraw / datasette-proxy-image-tags

Datasette plugin to proxy and render blocked cross-origin image tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datasette-proxy-image-tags

PyPI Changelog Tests License

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

About

Datasette plugin to proxy and render blocked cross-origin image tags

License:Apache License 2.0


Languages

Language:Python 100.0%