Pyquery

Latest version: v2.0.0

Safety actively analyzes 621892 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

2.0.1

------------------

- Nothing changed yet.

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

1.4.3

------------------

- No longer use a universal wheel

1.4.2

------------------

- Fix exception raised when calling `PyQuery("<textarea></textarea>").text()`

- python2 is no longer supported

1.4.1

------------------

- This is the latest release with py2 support

- Remove py33, py34 support

- web scraping improvements: default timeout and session support

- Add API methods to serialize form-related elements according to spec

- Include HTML markup when querying textarea text/value

1.4.0

------------------

- Refactoring of `.text()` to match firefox behavior.

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.