Metadata-Version: 2.1
Name: datasette-proxy-image-tags
Version: 0.4
Summary: Proxy and render blocked cross-origin images in datasette cells
Home-page: https://github.com/redraw/datasette-proxy-image-tags
Author: redraw
License: Apache License, Version 2.0
Project-URL: Issues, https://github.com/redraw/datasette-proxy-image-tags/issues
Project-URL: CI, https://github.com/redraw/datasette-proxy-image-tags/actions
Project-URL: Changelog, https://github.com/redraw/datasette-proxy-image-tags/releases
Classifier: Framework :: Datasette
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# datasette-proxy-image-tags

[![PyPI](https://img.shields.io/pypi/v/datasette-proxy-image-tags.svg)](https://pypi.org/project/datasette-proxy-image-tags/)
[![Changelog](https://img.shields.io/github/v/release/redraw/datasette-proxy-image-tags?include_prereleases&label=changelog)](https://github.com/redraw/datasette-proxy-image-tags/releases)
[![Tests](https://github.com/redraw/datasette-proxy-image-tags/workflows/Test/badge.svg)](https://github.com/redraw/datasette-proxy-image-tags/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/redraw/datasette-proxy-image-tags/blob/main/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
