xpath 0.0.1
Latest version
Released:
A python library to extract objects from an object tree.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 or later (GPLv3+) (GPLv3+)
- Author: metagriffin
- Tags xpath , object , tree , extraction , walk
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
Apply XPath expressions to extract objects from any Python objects.
For XML-based objects, this library defers to the standard ElementTree implementation.
For non-XML-based objects, it provides a pure-Python implementation of the XPath spec… with some “caveats”. Since Python objects are not XML objects, things like a “namespace” need to be adapted in terms of exactly what they mean.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 or later (GPLv3+) (GPLv3+)
- Author: metagriffin
- Tags xpath , object , tree , extraction , walk
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic