Robobrowser

Latest version: v0.5.3

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

Scan your dependencies

0.5.3

++++++++++++++++++
* Improve documentation. Thanks tpugsley and rcutmore for improvements!
* Improve messages in error handling. Thanks again rcutmore!
* Fix default values for <select> fields. Thanks pohmelie for reporting!
* Simplify value property of field elements; delete `FieldMeta`.
* Move retry logic to requests and urllib3.

0.5.2

++++++++++++++++++
* Remove requirements parsing from `setup.py`.
* Don't pin to exact requirements versions. Thanks StuntsPT!
* Don't install tests along with package. Thanks voyageur!
* Handle empty select fields. Thanks pratyushmittal!
* Parse partial document correctly when lxml is installed. Thanks again pratyushmittal!
* Lint code with flake8.

0.5.0

++++++++++++++++++
* Add optional `session` argument to `RoboBrowser::__init__`
* Add optional `timeout` and `allow_redirects` options to `RoboBrowser::__init__`
* Allow `RoboBrowser::open`, `RoboBrowser::follow_link`, and `RoboBrowser::submit_form` to accept optional keyword arguments to requests (`timeout`, `verify`, etc.)
* *Backwards-incompatible*: Remove `auth`, `headers`, and `verify` arguments `from RoboBrowser::__init__`; session configuration should instead be passed in `session`
* *Backwards-incompatible*: Restrict `RoboBrowser::follow_link` to `link` argument; text strings and BeautifulSoup arguments no longer accepted

0.4.1

++++++++++++++++++
* Handle multi-option fields without "value" attributes

0.4.0

++++++++++++++++++
* Fix modeling of form fields to handle non-unique field names.
* Allow selection of submit button if multiple submits are present.

0.1.0

++++++++++++++++++

* First release on PyPI.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.