python-pyquery 2.0.1
Make jQuery-like queries on xml documents
pyquery allows you to make jQuery queries on xml documents. The API is as much as possible the similar to jQuery. pyquery uses lxml for fast xml and html manipulation.
- Outputs:
out
- Website: https://github.com/gawel/pyquery
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-pyquery 2.0.1
as follows:
guix install python-pyquery@2.0.1
Or install the latest version:
guix install python-pyquery
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.