Metadata-Version: 2.1
Name: xml-utils
Version: 1.22.2
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
Provides-Extra: Xerces
License-File: LICENSE.md

=========
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',
    ]
