xml-utils 1.22.2__tar.gz → 1.23.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. {xml_utils-1.22.2 → xml_utils-1.23.1}/PKG-INFO +1 -1
  2. xml_utils-1.23.1/requirements.txt +2 -0
  3. {xml_utils-1.22.2 → xml_utils-1.23.1}/setup.py +2 -3
  4. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xpath/test_unit.py +1 -2
  5. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_flattener/tests_unit.py +1 -2
  6. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_hash/tests_unit.py +1 -2
  7. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_tree/operations/tests_help_methods.py +1 -2
  8. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_tree/operations/tests_unit_annotation.py +1 -2
  9. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_tree/operations/tests_unit_appinfo.py +1 -2
  10. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_tree/operations/tests_unit_attribute.py +1 -2
  11. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_tree/operations/tests_unit_namespaces.py +1 -2
  12. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_tree/operations/tests_unit_output.py +1 -2
  13. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_tree/operations/tests_unit_xml_entities.py +1 -2
  14. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_tree/operations/tests_unit_xpath.py +1 -2
  15. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/commons/constants.py +1 -2
  16. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/commons/exceptions.py +1 -2
  17. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/html_tree/parser.py +1 -2
  18. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xml_validation/resolvers/default_uri_resolver.py +1 -2
  19. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xml_validation/validation.py +1 -1
  20. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xml_validation/xerces/client.py +1 -2
  21. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xml_validation/xerces/server.py +1 -2
  22. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xpath.py +1 -2
  23. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_flattener/xsd_flattener.py +1 -2
  24. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_flattener/xsd_flattener_url.py +1 -2
  25. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_hash/xsd_hash.py +1 -2
  26. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_tree/operations/annotation.py +1 -2
  27. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_tree/operations/appinfo.py +1 -2
  28. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_tree/operations/attribute.py +1 -2
  29. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_tree/operations/namespaces.py +1 -2
  30. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_tree/operations/xml_entities.py +1 -2
  31. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_tree/operations/xpath.py +1 -2
  32. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_tree/xsd_tree.py +1 -2
  33. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_types/xsd_types.py +1 -2
  34. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils.egg-info/PKG-INFO +1 -1
  35. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils.egg-info/requires.txt +2 -2
  36. xml_utils-1.22.2/requirements.txt +0 -2
  37. {xml_utils-1.22.2 → xml_utils-1.23.1}/LICENSE.md +0 -0
  38. {xml_utils-1.22.2 → xml_utils-1.23.1}/MANIFEST.in +0 -0
  39. {xml_utils-1.22.2 → xml_utils-1.23.1}/README.rst +0 -0
  40. {xml_utils-1.22.2 → xml_utils-1.23.1}/pyproject.toml +0 -0
  41. {xml_utils-1.22.2 → xml_utils-1.23.1}/setup.cfg +0 -0
  42. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/__init__.py +0 -0
  43. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/html_tree/__init__.py +0 -0
  44. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xml_validation/__init__.py +0 -0
  45. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xpath/__init__.py +0 -0
  46. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_flattener/__init__.py +0 -0
  47. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_hash/__init__.py +0 -0
  48. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_tree/__init__.py +0 -0
  49. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_tree/operations/__init__.py +0 -0
  50. {xml_utils-1.22.2 → xml_utils-1.23.1}/tests/xsd_types/__init__.py +0 -0
  51. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/__init__.py +0 -0
  52. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/commons/__init__.py +0 -0
  53. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/html_tree/__init__.py +0 -0
  54. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xml_validation/__init__.py +0 -0
  55. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xml_validation/resolvers/__init__.py +0 -0
  56. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xml_validation/xerces/__init__.py +0 -0
  57. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_flattener/__init__.py +0 -0
  58. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_hash/__init__.py +0 -0
  59. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_tree/__init__.py +0 -0
  60. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_tree/operations/__init__.py +0 -0
  61. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils/xsd_types/__init__.py +0 -0
  62. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils.egg-info/SOURCES.txt +0 -0
  63. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils.egg-info/dependency_links.txt +0 -0
  64. {xml_utils-1.22.2 → xml_utils-1.23.1}/xml_utils.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xml_utils
3
- Version: 1.22.2
3
+ Version: 1.23.1
4
4
  Summary: XML utils for the curator core project
5
5
  Home-page: https://github.com/usnistgov/xml_utils
6
6
  Author: NIST IT Lab
@@ -0,0 +1,2 @@
1
+ lxml==6.1.*
2
+ xmltodict==1.0.*
@@ -1,5 +1,4 @@
1
- """ Setup xml utils
2
- """
1
+ """Setup xml utils"""
3
2
 
4
3
  from os import chdir, pardir
5
4
  from os.path import join, exists, dirname, normpath, abspath
@@ -26,7 +25,7 @@ chdir(normpath(join(abspath(__file__), pardir)))
26
25
 
27
26
  setup(
28
27
  name="xml_utils",
29
- version="1.22.2",
28
+ version="1.23.1",
30
29
  description="XML utils for the curator core project",
31
30
  long_description=long_desc,
32
31
  author="NIST IT Lab",
@@ -1,5 +1,4 @@
1
- """ Unit test for xpath module
2
- """
1
+ """Unit test for xpath module"""
3
2
 
4
3
  from unittest import TestCase
5
4
 
@@ -1,5 +1,4 @@
1
- """ tests unit
2
- """
1
+ """tests unit"""
3
2
 
4
3
  from os.path import join, dirname
5
4
  from unittest import TestCase
@@ -1,5 +1,4 @@
1
- """ Unit tests for XSD hash function
2
- """
1
+ """Unit tests for XSD hash function"""
3
2
 
4
3
  from os.path import join, dirname, abspath
5
4
  from unittest import TestCase
@@ -1,5 +1,4 @@
1
- """ Unit tests for additional methods
2
- """
1
+ """Unit tests for additional methods"""
3
2
 
4
3
  from unittest import TestCase
5
4
  from unittest import skip
@@ -1,5 +1,4 @@
1
- """Unit tests for annotation operations
2
- """
1
+ """Unit tests for annotation operations"""
3
2
 
4
3
  from unittest import TestCase
5
4
 
@@ -1,5 +1,4 @@
1
- """ Unit tests for appinfo operations
2
- """
1
+ """Unit tests for appinfo operations"""
3
2
 
4
3
  from unittest import TestCase
5
4
 
@@ -1,5 +1,4 @@
1
- """Unit tests for attributes operations
2
- """
1
+ """Unit tests for attributes operations"""
3
2
 
4
3
  from unittest import TestCase
5
4
 
@@ -1,5 +1,4 @@
1
- """ Unit tests for namespaces operations
2
- """
1
+ """Unit tests for namespaces operations"""
3
2
 
4
3
  from unittest import TestCase
5
4
 
@@ -1,5 +1,4 @@
1
- """ Unit tests for output method
2
- """
1
+ """Unit tests for output method"""
3
2
 
4
3
  import logging
5
4
  from unittest import TestCase
@@ -1,5 +1,4 @@
1
- """Unit tests for XmlEntities operation
2
- """
1
+ """Unit tests for XmlEntities operation"""
3
2
 
4
3
  from unittest import TestCase
5
4
 
@@ -1,5 +1,4 @@
1
- """Unit tests for xpath operations
2
- """
1
+ """Unit tests for xpath operations"""
3
2
 
4
3
  from unittest import TestCase
5
4
 
@@ -1,5 +1,4 @@
1
- """ All constants needed for xml operation, can be called outside of this package
2
- """
1
+ """All constants needed for xml operation, can be called outside of this package"""
3
2
 
4
3
  XML_NAMESPACE = "http://www.w3.org/XML/1998/namespace"
5
4
  XSL_NAMESPACE = "http://www.w3.org/1999/XSL/Transform"
@@ -1,5 +1,4 @@
1
- """ Xml Utils Exceptions
2
- """
1
+ """Xml Utils Exceptions"""
3
2
 
4
3
 
5
4
  class XMLError(Exception):
@@ -1,5 +1,4 @@
1
- """ Package parsing HTML
2
- """
1
+ """Package parsing HTML"""
3
2
 
4
3
  from lxml import html
5
4
  from lxml.html.diff import htmldiff
@@ -1,5 +1,4 @@
1
- """ Default URI Resolver
2
- """
1
+ """Default URI Resolver"""
3
2
 
4
3
  from lxml import etree
5
4
 
@@ -1,5 +1,5 @@
1
1
  """
2
- Api for XSD and XML validation using xerces server or lxml library
2
+ Api for XSD and XML validation using xerces server or lxml library
3
3
  """
4
4
 
5
5
  import json
@@ -1,5 +1,4 @@
1
- """ Client library for Xerces validator.
2
- """
1
+ """Client library for Xerces validator."""
3
2
 
4
3
  import logging
5
4
 
@@ -1,5 +1,4 @@
1
- """ Server code for Xerces validator.
2
- """
1
+ """Server code for Xerces validator."""
3
2
 
4
3
  import argparse
5
4
  import json
@@ -1,5 +1,4 @@
1
- """ XPath related functions
2
- """
1
+ """XPath related functions"""
3
2
 
4
3
  import re
5
4
  from copy import deepcopy
@@ -1,5 +1,4 @@
1
- """ XSD Flattener abstract class
2
- """
1
+ """XSD Flattener abstract class"""
3
2
 
4
3
  from abc import ABCMeta, abstractmethod
5
4
 
@@ -1,5 +1,4 @@
1
- """XSD Flattener URL class
2
- """
1
+ """XSD Flattener URL class"""
3
2
 
4
3
  import urllib.error
5
4
  import urllib.parse
@@ -1,5 +1,4 @@
1
- """ Package computing the hash a XML string.
2
- """
1
+ """Package computing the hash a XML string."""
3
2
 
4
3
  import hashlib
5
4
  import json
@@ -1,5 +1,4 @@
1
- """XSD Tree operations on annotations
2
- """
1
+ """XSD Tree operations on annotations"""
3
2
 
4
3
  from xml_utils.commons import constants as xml_utils_constants
5
4
 
@@ -1,5 +1,4 @@
1
- """XSD Tree operations on appinfo
2
- """
1
+ """XSD Tree operations on appinfo"""
3
2
 
4
3
  from lxml import etree
5
4
 
@@ -1,5 +1,4 @@
1
- """XSD Tree operations on attributes
2
- """
1
+ """XSD Tree operations on attributes"""
3
2
 
4
3
  from xml_utils.xsd_tree.operations.namespaces import get_namespaces
5
4
  from xml_utils.xsd_tree.operations.xpath import get_element_by_xpath
@@ -1,5 +1,4 @@
1
- """XSD Tree operations on namespaces
2
- """
1
+ """XSD Tree operations on namespaces"""
3
2
 
4
3
  from xml_utils.commons import constants as xml_utils_constants
5
4
  from xml_utils.xsd_tree.xsd_tree import XSDTree
@@ -1,5 +1,4 @@
1
- """Predefined xml entities operations
2
- """
1
+ """Predefined xml entities operations"""
3
2
 
4
3
  import re
5
4
 
@@ -1,5 +1,4 @@
1
- """XSD Tree operations on xpath
2
- """
1
+ """XSD Tree operations on xpath"""
3
2
 
4
3
  from xml_utils.commons import constants as xml_utils_constants
5
4
  from xml_utils.commons.exceptions import XMLError
@@ -1,5 +1,4 @@
1
- """ XSD tree operation, build, parse
2
- """
1
+ """XSD tree operation, build, parse"""
3
2
 
4
3
  from io import BytesIO
5
4
 
@@ -1,5 +1,4 @@
1
- """XSD types utils
2
- """
1
+ """XSD types utils"""
3
2
 
4
3
 
5
4
  def get_xsd_types(namespace_prefix=""):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xml-utils
3
- Version: 1.22.2
3
+ Version: 1.23.1
4
4
  Summary: XML utils for the curator core project
5
5
  Home-page: https://github.com/usnistgov/xml_utils
6
6
  Author: NIST IT Lab
@@ -1,5 +1,5 @@
1
- lxml==5.4.*
2
- xmltodict==0.14.*
1
+ lxml==6.1.*
2
+ xmltodict==1.0.*
3
3
 
4
4
  [Xerces]
5
5
  pyzmq==18.1.0
@@ -1,2 +0,0 @@
1
- lxml==5.4.*
2
- xmltodict==0.14.*
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes