LICENSE.md
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.py
tests/__init__.py
tests/html_tree/__init__.py
tests/xml_validation/__init__.py
tests/xpath/__init__.py
tests/xpath/test_unit.py
tests/xsd_flattener/__init__.py
tests/xsd_flattener/tests_unit.py
tests/xsd_hash/__init__.py
tests/xsd_hash/tests_unit.py
tests/xsd_tree/__init__.py
tests/xsd_tree/operations/__init__.py
tests/xsd_tree/operations/tests_help_methods.py
tests/xsd_tree/operations/tests_unit_annotation.py
tests/xsd_tree/operations/tests_unit_appinfo.py
tests/xsd_tree/operations/tests_unit_attribute.py
tests/xsd_tree/operations/tests_unit_namespaces.py
tests/xsd_tree/operations/tests_unit_output.py
tests/xsd_tree/operations/tests_unit_xml_entities.py
tests/xsd_tree/operations/tests_unit_xpath.py
tests/xsd_types/__init__.py
xml_utils/__init__.py
xml_utils/xpath.py
xml_utils.egg-info/PKG-INFO
xml_utils.egg-info/SOURCES.txt
xml_utils.egg-info/dependency_links.txt
xml_utils.egg-info/requires.txt
xml_utils.egg-info/top_level.txt
xml_utils/commons/__init__.py
xml_utils/commons/constants.py
xml_utils/commons/exceptions.py
xml_utils/html_tree/__init__.py
xml_utils/html_tree/parser.py
xml_utils/xml_validation/__init__.py
xml_utils/xml_validation/validation.py
xml_utils/xml_validation/resolvers/__init__.py
xml_utils/xml_validation/resolvers/default_uri_resolver.py
xml_utils/xml_validation/xerces/__init__.py
xml_utils/xml_validation/xerces/client.py
xml_utils/xml_validation/xerces/server.py
xml_utils/xsd_flattener/__init__.py
xml_utils/xsd_flattener/xsd_flattener.py
xml_utils/xsd_flattener/xsd_flattener_url.py
xml_utils/xsd_hash/__init__.py
xml_utils/xsd_hash/xsd_hash.py
xml_utils/xsd_tree/__init__.py
xml_utils/xsd_tree/xsd_tree.py
xml_utils/xsd_tree/operations/__init__.py
xml_utils/xsd_tree/operations/annotation.py
xml_utils/xsd_tree/operations/appinfo.py
xml_utils/xsd_tree/operations/attribute.py
xml_utils/xsd_tree/operations/namespaces.py
xml_utils/xsd_tree/operations/xml_entities.py
xml_utils/xsd_tree/operations/xpath.py
xml_utils/xsd_types/__init__.py
xml_utils/xsd_types/xsd_types.py