Metadata-Version: 2.4
Name: xml-sanitizer
Version: 0.1.0
Summary: Safely escape ampersands in XML without double-encoding
Author-email: Tanveer Mustafa <tanveermustafa94@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/android4561/xml-sanitizer
Keywords: xml,escaping,regex,parsing
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# xml-sanitizer

Safely escape illegal ampersands in XML without double-encoding.

## Installation

```bash
pip install xml-sanitizer
```
