Metadata-Version: 2.1
Name: metadata-utils
Version: 0.2.1
Summary: Lightweight Metadata Support
Home-page: https://github.com/jvanasco/metadata_utils
Author: Jonathan Vanasco
Author-email: jonathan@findmeon.com
License: MIT
Keywords: web
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

![Python package](https://github.com/jvanasco/metadata_utils/workflows/Python%20package/badge.svg)

metadata_utils
==============

This package offers lightweight tools for dealing with metadata in HTML.

The following functions are made available to streamline dealing with html encodings:

* `html_attribute_escape`
* `html_attribute_unescape`
* `force_clean_ascii_NFKD`
* `force_clean_ascii_NFKC`
