sissaschool / elementpath
XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml
☆80Updated last week
Alternatives and similar repositories for elementpath:
Users that are interested in elementpath are comparing it to the libraries listed below
- Resolve JSON Pointers in Python☆142Updated 9 months ago
- (not ready yet) A simple but powerful job scheduler for Trio programs☆66Updated 4 years ago
- Complete lxml external type annotation☆58Updated this week
- Capture the outcome of Python function calls☆32Updated last month
- Naive XML & JSON Bindings for python pydantic classes!☆70Updated last month
- ☆45Updated 8 months ago
- Static analysis of Python import statements☆123Updated 3 months ago
- ☆61Updated this week
- Cross-specification JSON referencing (JSON Schema, OpenAPI, and the one you just made up!)☆46Updated this week
- Type stubs for the lxml package☆46Updated 11 months ago
- ☆55Updated last month
- Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking pur…☆68Updated 7 months ago
- Safely evaluate AST nodes without side effects☆44Updated 9 months ago
- A modern CSS selector implementation for BeautifulSoup☆234Updated this week
- ☆84Updated last week
- A Python Enum that inherits from str.☆117Updated last year
- Advanced Enumerations for Python☆192Updated 2 weeks ago
- modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph …☆43Updated last year
- Sniff out which async library your code is running under☆133Updated last year
- Proof-of-concept `record` type for Python