Metadata-Version: 2.1
Name: nh3
Version: 0.2.7
Summary: Ammonia HTML sanitizer Python binding
Author: messense <messense@icloud.com>
Author-email: messense <messense@icloud.com>
License: MIT
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/messense/nh3

# nh3

![CI](https://github.com/messense/nh3/workflows/CI/badge.svg)
[![PyPI](https://img.shields.io/pypi/v/nh3.svg)](https://pypi.org/project/nh3)
[![Documentation Status](https://readthedocs.org/projects/nh3/badge/?version=latest)](https://nh3.readthedocs.io/en/latest/?badge=latest)

[ammonia](https://github.com/rust-ammonia/ammonia) Python binding.

## Installation

```bash
pip install nh3
```

## Usage

```python
import nh3

print(nh3.clean("<b><img src=\"\">I'm not trying to XSS you</b>"))
```

## License

This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.

