Metadata-Version: 2.1
Name: xml-utils
Version: 1.14.0
Summary: XML utils for the curator core project
Home-page: https://github.com/usnistgov/xml_utils
Author: NIST IT Lab
Author-email: itl_inquiries@nist.gov
License: UNKNOWN
Description: =========
        Xml Utils
        =========
        
        XML utils for the curator core project.
        
        Quick start
        ===========
        
        1. Add "xml_utils" to your INSTALLED_APPS setting
        -------------------------------------------------
        
        .. code:: python
        
            INSTALLED_APPS = [
              ...
              'xml_utils',
            ]
        
Platform: UNKNOWN
Provides-Extra: Xerces
