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.
Provides
Requires
License
BSD-3-Clause
Changelog
* Wed Sep 24 2025 pgajdos@suse.com
- temporarily disable tests that fails because of libxml2 version
bump to 2.14
https://github.com/gawel/pyquery/issues/257
* Wed Jun 11 2025 Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
* Fri Nov 15 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.0.1
* Breaking change: its seems no longer possible to use the
html parser with a xml file so its no longer tested