| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-elementpath | Distribution: SUSE Linux 16 |
| Version: 4.8.0 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 160000.2.2 | Build date: Wed Mar 19 08:53:13 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 3199316 | Source RPM: python-elementpath-4.8.0-160000.2.2.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/sissaschool/elementpath | |
| Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml | |
The proposal of this package is to provide XPath 1.0 and 2.0 selectors for Python's ElementTree XML data structures, both for the standard ElementTree library and for the `lxml.etree <http://lxml.de>`_ library.
MIT
* Wed Mar 19 2025 adrian.glaubitz@suse.com
- Update to 4.8.0
* Add full PSVI type labeling in XDM to solve type errors
with XSD 1.1 assertions
* Add *schema* optional argument to dynamic context
* Add a RootToken as a proxy of the parsed token tree for
compatibility with xmlschema<=3.4.3
* Extend XDM to split ElementTree/lxml processing from
schema nodes and to allow future extensions
* Thu Jan 23 2025 adrian.glaubitz@suse.com
- Update to 4.7.0
* Fix fragment argument usage (issue #81)
* Fix constructors nud() to skip argument check
with XP31+ arrow operator (issue #83)
* Mon Oct 28 2024 dmueller@suse.com
- update to 4.6.0:
* Fix XsdAttributeGroupProtocol
* Improve Unicode support with installable UnicodeData.txt
versions
* Extend names disambiguation with a fix for issue #78
* Refactor tree builders to fix document position of tails
(issue #79)
* Fix and clean node trees iteration methods (issue #72)
* Fix missing raw string for '[^rn]' (pull request #76)
* Full and more specific type annotations
* Tue Apr 02 2024 dmueller@suse.com
- update to 4.4.0:
* Improve stand-alone XPath functions builder (issue #70)
* Update tokens and parsers __repr__
* Fix static typing protocols to work with etree and XSD elements
* Change the purpose of the evaluation with a dynamic schema
context
* Add a tox.ini testenv with Python 3.13 pre-releases
* Fix dynamic context initialization with lxml a non-root element
(issue #71)
* Fix XP30+ function fn:function-lookup
* Fix XP30+ fn:unparsed-text, fn:unparsed-text-lines and
fn:unparsed-text-available
* Drop support for Python 3.7
* Add *uri* and *fragment* options to dynamic context
* Make context root node not mandatory (issue #63)
* Add function objects constructor (issue #70)
* Wed Aug 09 2023 dmueller@suse.com
- update to 4.1.5:
* Fix typed value of ElementNode() if self.elem.text is None
* Sat Jul 01 2023 dmueller@suse.com
- update to 4.1.4:
* Fix select of prefixed names
* Fix zero length *xs:base64Binary*
* Sun Jun 25 2023 dmueller@suse.com
- update to 4.1.3:
* Fix XP30+ fn:path
* Fix weak tests
* Fri May 12 2023 daniel.garcia@suse.com
- Remove BuildRequire xmlschema to avoid dependency cycle
* Wed May 10 2023 daniel.garcia@suse.com
- Update to 4.1.2:
* Add support for Python 3.12
* Fix self shortcut operator (adding is_schema_node() to node classes)
- 4.1.1:
* Simplify type annotations for XSD datatypes
* Full test coverage of sequence type functions with bugfixes
- 4.1.0:
* Refactor XPath function call (context=None only as keyword argument)
* Add external function support (issue #60)
* Some fixes to string representation and source property of tokens
* Extend documentation and tests
* Clean XSD datatypes hierarchy
- 4.0.1:
* Fix packaging: include py.typed in package data
* Revert to comparison between xs:QName instances and strings
* Fix atomization with XSD typed data (list types have to be atomized)
- 4.0.0:
* First XPath 3.1 implementation (without UCA collation support)
* Fri Apr 21 2023 dmueller@suse.com
- add sle15_python_module_pythons (jsc#PED-68)
* Tue Sep 27 2022 yarunachalam@suse.com
- update to v3.0.2 (2022-08-12)
* Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions)
* Begin XPath 3.1 implementation adding XPathMap and XPathArray
- update to v3.0.1 (2022-07-23)
* Fix of descendant path operator (issue #51)
* Add support for Python 3.11
- update to v3.0.0 (2022-07-16)
* Transition to full XPath node implementation (more memory usage but better control and overall faster)
* Add etree.py module with a safe XML parser (ported from xmlschema)
* Sat Jun 04 2022 dmueller@suse.com
- update to 2.5.3:
* Fix unary path step operator (issue #46)
* Fix sphinx warnings *'reference target not found'* (issue #45)
* Include PR #43 with fixes for `XPathContext.iter_siblings()` (issues #42 and #44)
* Fix for failed floats equality tests (issue #41)
* Static typing tested with mypy==0.950
* Sat Mar 26 2022 dmueller@suse.com
- update to 2.5.0:
* Add XPath 3.0 support
* Better use of lxml.etree features
* Full coverage of W3C tests
* Drop support for Python 3.6
* Mon Nov 29 2021 dmueller@suse.com
- update to 2.4.0:
* Fix type annotations and going strict on parsers and other public classes
* Add XPathConstructor token class (subclass of XPathFunction)
* Last release for Python 3.6
* Sat Oct 16 2021 dmueller@suse.com
- update to 2.3.2:
* Make ElementProtocol and LxmlElementProtocol runtime checkable
* Type annotations for all package public APIs
* Add LxmlElementProtocol
* Add pytest env to tox.ini (test issue #39)
* Add inline type annotations check support
* Add structural Protocol based type checks
* Add Python 3.10 in Tox and CI tests
* Apply __slots__ to TDOP and regex classes
* Tue May 18 2021 dmueller@suse.com
- update to 2.2.2:
* Fix issue sissaschool/xmlschema#243 (assert with xsi:nil usage)
* First implementation of XPath 3.0 fn:format-integer
* Add function signatures at token registration
* Some fixes to XPath tokens and more XPath 3.0 implementations
* Optimize TDOP parser's tokenizer
* Resolve ambiguities with operators and statements that are also names
* Merge with XPath 3.0/3.1 develop (to be completed)
* Add tests and apply small fixes to TDOP parser
* Fix wildcard selection of attributes (issue #35)
* Mon Feb 01 2021 dmueller@suse.com
- update to 2.1.3:
* Extend tests for XPath 2.0 with minor fixes
* Fix fn:round-half-to-even (issue #33)
* Extend tests for XPath 1.0/2.0 with minor fixes
* Fix for +/- prefix operators
* Fix for regex patterns anchors and binary datatypes
* Fix for issue #32 (test failure on missing locale setting)
* Extend tests for XPath 1.0 with minor fixes
* Create custom class hierarchy for XPath nodes that replaces named-tuples
* Bind attribute nodes, text nodes and namespace nodes to parent element (issue #31)
* Increase the speed of path step selection on large trees
* More tests and small fixes to XSD builtin datatypes
* Mon Nov 09 2020 mcepl@suse.com
- Update to 2.0.4:
* Lazy tokenizer for parser classes in order to minimize import time
* Wed Oct 07 2020 steven.kowalik@suse.com
- Update to 2.0.3:
* Fix context handling in cycle statements
* Change constructor's label to 'constructor function'
* Add regex translator to package API
* More than 99% of W3C XPath 2.0 tests pass
* Add regex transpiler (for XPath/XQuery and XML Schema regular expressions)
* Hotfix for issue #30
* Extensive testing with W3C XPath 2.0 tests (~98% passed)
* Split context variables from in-scope variables (types)
* Add other XSD builtin atomic types
* Wed Jun 24 2020 steven.kowalik@suse.com
- Update to 1.4.6:
* Fix XPathContext to let the subclasses replace the XPath nodes iterator function
* Fix tokenizer and parsers for ambiguities between symbols and names
* Improve XPath context and axes processing
* Integrate pull requests and fix bug on predicate selector
* Mon Apr 06 2020 mcalabkova@suse.com
- update to 1.4.3
* Fix PyPy 3 tests on xs:base64Binary and xs:hexBinary
* Separated the tests of schema proxy API and other schemas based tests
* Multiple XSD type associations on a token
* Extend xs:untypedAtomic type usage
* Increase the tests coverage to 95%
* Thu Feb 06 2020 mcalabkova@suse.com
- update to 1.4.1
* Remove Python 2 support
* Add TextNode node type
* fixed: test_datatypes.(Duration|Timezone)TypesTest.test_hashing fails on 32bit arches
* Wed Oct 30 2019 tchvatal@suse.com
- Update to 1.3.1:
* Improved schema proxy
* Improved XSD type matching using paths
* Cached parent path for XPathContext (only Python 3)
* Improve typed selection with TypedAttribute and TypedElement named-tuples
* Add iter_results to XPathContext
* Remove XMLSchemaProxy from package
* Fix descendant shortcut operator '//'
* Fix text() function
* Fix typed select of '(name)' token
* Fix 24-hour time for DateTime
* Mon Sep 09 2019 tchvatal@suse.com
- Skip test_hashing to fix 32bit builds
* Mon Sep 09 2019 tchvatal@suse.com
- Initial commit needed by python-xmlschema
/usr/lib/python3.13/site-packages/elementpath /usr/lib/python3.13/site-packages/elementpath-4.8.0-py3.13.egg-info /usr/lib/python3.13/site-packages/elementpath-4.8.0-py3.13.egg-info/PKG-INFO /usr/lib/python3.13/site-packages/elementpath-4.8.0-py3.13.egg-info/SOURCES.txt /usr/lib/python3.13/site-packages/elementpath-4.8.0-py3.13.egg-info/dependency_links.txt /usr/lib/python3.13/site-packages/elementpath-4.8.0-py3.13.egg-info/requires.txt /usr/lib/python3.13/site-packages/elementpath-4.8.0-py3.13.egg-info/top_level.txt /usr/lib/python3.13/site-packages/elementpath/__init__.py /usr/lib/python3.13/site-packages/elementpath/__pycache__ /usr/lib/python3.13/site-packages/elementpath/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/_typing.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/_typing.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/aliases.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/aliases.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/collations.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/collations.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/compare.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/compare.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/decoder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/decoder.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/etree.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/etree.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/helpers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/helpers.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/namespaces.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/namespaces.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/protocols.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/protocols.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/schema_proxy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/schema_proxy.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/sequence_types.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/sequence_types.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/serialization.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/serialization.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/tdop.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/tdop.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/tree_builders.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/tree_builders.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/xpath3.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/xpath3.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/xpath_context.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/xpath_context.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/xpath_nodes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/xpath_nodes.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/xpath_selectors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/xpath_selectors.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/xpath_tokens.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/__pycache__/xpath_tokens.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/_typing.py /usr/lib/python3.13/site-packages/elementpath/aliases.py /usr/lib/python3.13/site-packages/elementpath/collations.py /usr/lib/python3.13/site-packages/elementpath/compare.py /usr/lib/python3.13/site-packages/elementpath/datatypes /usr/lib/python3.13/site-packages/elementpath/datatypes/__init__.py /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__ /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/atomic_types.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/atomic_types.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/binary.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/binary.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/datetime.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/datetime.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/numeric.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/numeric.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/proxies.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/proxies.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/qname.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/qname.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/string.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/string.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/untyped.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/untyped.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/uri.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/__pycache__/uri.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/datatypes/atomic_types.py /usr/lib/python3.13/site-packages/elementpath/datatypes/binary.py /usr/lib/python3.13/site-packages/elementpath/datatypes/datetime.py /usr/lib/python3.13/site-packages/elementpath/datatypes/numeric.py /usr/lib/python3.13/site-packages/elementpath/datatypes/proxies.py /usr/lib/python3.13/site-packages/elementpath/datatypes/qname.py /usr/lib/python3.13/site-packages/elementpath/datatypes/string.py /usr/lib/python3.13/site-packages/elementpath/datatypes/untyped.py /usr/lib/python3.13/site-packages/elementpath/datatypes/uri.py /usr/lib/python3.13/site-packages/elementpath/decoder.py /usr/lib/python3.13/site-packages/elementpath/etree.py /usr/lib/python3.13/site-packages/elementpath/exceptions.py /usr/lib/python3.13/site-packages/elementpath/helpers.py /usr/lib/python3.13/site-packages/elementpath/namespaces.py /usr/lib/python3.13/site-packages/elementpath/protocols.py /usr/lib/python3.13/site-packages/elementpath/py.typed /usr/lib/python3.13/site-packages/elementpath/regex /usr/lib/python3.13/site-packages/elementpath/regex/__init__.py /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__ /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/character_classes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/character_classes.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/codepoints.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/codepoints.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/patterns.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/patterns.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/unicode_blocks.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/unicode_blocks.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/unicode_categories.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/unicode_categories.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/unicode_subsets.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/regex/__pycache__/unicode_subsets.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/regex/character_classes.py /usr/lib/python3.13/site-packages/elementpath/regex/codepoints.py /usr/lib/python3.13/site-packages/elementpath/regex/patterns.py /usr/lib/python3.13/site-packages/elementpath/regex/unicode_blocks.py /usr/lib/python3.13/site-packages/elementpath/regex/unicode_categories.py /usr/lib/python3.13/site-packages/elementpath/regex/unicode_subsets.py /usr/lib/python3.13/site-packages/elementpath/schema_proxy.py /usr/lib/python3.13/site-packages/elementpath/sequence_types.py /usr/lib/python3.13/site-packages/elementpath/serialization.py /usr/lib/python3.13/site-packages/elementpath/tdop.py /usr/lib/python3.13/site-packages/elementpath/tree_builders.py /usr/lib/python3.13/site-packages/elementpath/validators /usr/lib/python3.13/site-packages/elementpath/validators/__init__.py /usr/lib/python3.13/site-packages/elementpath/validators/__pycache__ /usr/lib/python3.13/site-packages/elementpath/validators/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/validators/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/validators/analyze-string.xsd /usr/lib/python3.13/site-packages/elementpath/validators/schema-for-json.xsd /usr/lib/python3.13/site-packages/elementpath/xpath1 /usr/lib/python3.13/site-packages/elementpath/xpath1/__init__.py /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__ /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__/_xpath1_axes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__/_xpath1_axes.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__/_xpath1_functions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__/_xpath1_functions.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__/_xpath1_operators.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__/_xpath1_operators.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__/xpath1_parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath1/__pycache__/xpath1_parser.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath1/_xpath1_axes.py /usr/lib/python3.13/site-packages/elementpath/xpath1/_xpath1_functions.py /usr/lib/python3.13/site-packages/elementpath/xpath1/_xpath1_operators.py /usr/lib/python3.13/site-packages/elementpath/xpath1/xpath1_parser.py /usr/lib/python3.13/site-packages/elementpath/xpath2 /usr/lib/python3.13/site-packages/elementpath/xpath2/__init__.py /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__ /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__/_xpath2_constructors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__/_xpath2_constructors.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__/_xpath2_functions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__/_xpath2_functions.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__/_xpath2_operators.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__/_xpath2_operators.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__/xpath2_parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath2/__pycache__/xpath2_parser.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath2/_xpath2_constructors.py /usr/lib/python3.13/site-packages/elementpath/xpath2/_xpath2_functions.py /usr/lib/python3.13/site-packages/elementpath/xpath2/_xpath2_operators.py /usr/lib/python3.13/site-packages/elementpath/xpath2/xpath2_parser.py /usr/lib/python3.13/site-packages/elementpath/xpath3.py /usr/lib/python3.13/site-packages/elementpath/xpath30 /usr/lib/python3.13/site-packages/elementpath/xpath30/__init__.py /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__ /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/_translation_maps.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/_translation_maps.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/_xpath30_functions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/_xpath30_functions.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/_xpath30_operators.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/_xpath30_operators.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/xpath30_helpers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/xpath30_helpers.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/xpath30_parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/__pycache__/xpath30_parser.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath30/_translation_maps.py /usr/lib/python3.13/site-packages/elementpath/xpath30/_xpath30_functions.py /usr/lib/python3.13/site-packages/elementpath/xpath30/_xpath30_operators.py /usr/lib/python3.13/site-packages/elementpath/xpath30/xpath30_helpers.py /usr/lib/python3.13/site-packages/elementpath/xpath30/xpath30_parser.py /usr/lib/python3.13/site-packages/elementpath/xpath31 /usr/lib/python3.13/site-packages/elementpath/xpath31/__init__.py /usr/lib/python3.13/site-packages/elementpath/xpath31/__pycache__ /usr/lib/python3.13/site-packages/elementpath/xpath31/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath31/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath31/__pycache__/_xpath31_functions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath31/__pycache__/_xpath31_functions.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath31/__pycache__/_xpath31_operators.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath31/__pycache__/_xpath31_operators.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath31/__pycache__/xpath31_parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/elementpath/xpath31/__pycache__/xpath31_parser.cpython-313.pyc /usr/lib/python3.13/site-packages/elementpath/xpath31/_xpath31_functions.py /usr/lib/python3.13/site-packages/elementpath/xpath31/_xpath31_operators.py /usr/lib/python3.13/site-packages/elementpath/xpath31/xpath31_parser.py /usr/lib/python3.13/site-packages/elementpath/xpath_context.py /usr/lib/python3.13/site-packages/elementpath/xpath_nodes.py /usr/lib/python3.13/site-packages/elementpath/xpath_selectors.py /usr/lib/python3.13/site-packages/elementpath/xpath_tokens.py /usr/share/doc/packages/python313-elementpath /usr/share/doc/packages/python313-elementpath/CHANGELOG.rst /usr/share/doc/packages/python313-elementpath/README.rst /usr/share/licenses/python313-elementpath /usr/share/licenses/python313-elementpath/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 28 22:33:35 2025