https://github.com/rtmigo/rcd_xml_py
Reusable code for handling XML files, making XPath and CSS queries
https://github.com/rtmigo/rcd_xml_py
css lxml package python xml
Last synced: 7 months ago
JSON representation
Reusable code for handling XML files, making XPath and CSS queries
- Host: GitHub
- URL: https://github.com/rtmigo/rcd_xml_py
- Owner: rtmigo
- License: mit
- Created: 2021-07-03T19:20:20.000Z (over 4 years ago)
- Default Branch: staging
- Last Pushed: 2022-07-01T19:42:54.000Z (over 3 years ago)
- Last Synced: 2025-01-21T15:32:14.183Z (9 months ago)
- Topics: css, lxml, package, python, xml
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [rcd_xml](https://github.com/rtmigo/rcd_xml_py)
Reusable code for handling XML files, making XPath and CSS queries.
This package is hastily made, barely documented, and is not intended to
be used by anyone.# Install
``` bash
$ pip3 install git+https://github.com/rtmigo/rcd_xml_py#egg=rcd_xml
```