Metadata-Version: 2.1
Name: metadata-utils
Version: 0.1.3
Summary: Lightweight Metadata Support
Home-page: https://github.com/jvanasco/metadata_utils
Author: Jonathan Vanasco
Author-email: jonathan@findmeon.com
License: MIT
Description: ![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`
        
Keywords: web
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Provides-Extra: testing
