[ Bron: python-mechanicalsoup ]
Pakket: python3-mechanicalsoup (1.3.0-2)
Verwijzigingen voor python3-mechanicalsoup
Debian bronnen:
Het bronpakket python-mechanicalsoup downloaden:
- [python-mechanicalsoup_1.3.0-2.dsc]
- [python-mechanicalsoup_1.3.0.orig.tar.gz]
- [python-mechanicalsoup_1.3.0-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
library for automating interaction with websites (Python 3)
A Python library for automating interaction with websites. MechanicalSoup automatically stores and sends cookies, follows redirects, and can follow links and submit forms. It doesn't do Javascript.
MechanicalSoup provides a similar API to the Mechanize library using Requests (for http sessions) and BeautifulSoup (for document navigation).
This package provides the modules for Python 3.
Andere aan python3-mechanicalsoup gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-bs4 (>= 4.7)
- error-tolerant HTML parser for Python 3
-
- dep: python3-lxml
- pythonic binding for the libxml2 and libxslt libraries
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings