python-pyquery
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.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-pyquery && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
make_webtest_optional.patch | 0000001115 1.09 KB | |
pyquery-2.0.0.tar.gz | 0000045210 44.2 KB | |
python-pyquery.changes | 0000009041 8.83 KB | |
python-pyquery.spec | 0000002640 2.58 KB |
Revision 22 (latest revision is 25)
Dominique Leuenberger (dimstar_suse)
accepted
request 1080484
from
Steve Kowalik (StevenK)
(revision 22)
- Update to 2.0.0: * Breaking change: inputs starting with "http://" or "https://" like PyQuery("http://example.com") will no longer fetch the contents of the URL. Users desiring the old behavior should switch to PyQuery(url="http://example.com"). * Add nextUntil method * .remove() no longer inserts a space in place of the removed element * Fix escaping of top-level element text in .html() output * Support (and require) cssselect 1.2+ * Drop support for python 3.5/3.6
Comments 0