Major features
Stateful programmatic web browsing in Python
The browser class mechanize.Browser implements the interface of urllib2.OpenerDirector, so any URL can be opened not just http.
Easy HTML form filling.
Convenient link parsing and following.
Browser history (.back() and .reload() methods).
The Referer HTTP header is added properly (optional).
Automatic observance of robots.txt.
Automatic handling of HTTP-Equiv and Refresh.
Installation
To install for normal usage:
pip3 install mechanize
To install for development:
git clone https://github.com/python-mechanize/mechanize.git
cd mechanize
pip3 install -e .
To install manually, simply add the mechanize sub-directory somewhere on your PYTHONPATH.
Documentation
Credits
python-mechanize was the creation of John J. Lee. Maintenance was taken over by Kovid Goyal in 2017.
Much of the code was originally derived from the work of the following people:
Gisle Aas – [libwww-perl]
Jeremy Hylton (and many others) – [urllib2]
Andy Lester – [WWW::Mechanize]
Johnny Lee (coincidentally-named) – MSIE CookieJar Perl code from which mechanize’s support for that is derived.
Also:
Gary Poster and Benji York at Zope Corporation – contributed significant changes to the HTML forms code
Ronald Tschalar – provided help with Netscape cookies
Thanks also to the many people who have contributed bug reports and patches.
Release files for mechanize 0.4.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mechanize-0.4.10.tar.gz | 218.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mechanize-0.4.10-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 328.7 kB
Release files / mechanize-0.4.10.tar.gz
| Download URL | mechanize-0.4.10.tar.gz |
|---|---|
| Size | 218.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1dea947f9be7ea0ab610f7bbc4a4e36b45d6bfdfceea29ad3d389a88a1957ddf
|
|
BLAKE2b-256 checksum How to use checksums |
f5ce35d356959be6d8cdd5a3c8b6ea74548281ea9ae71c4d4538c076c4c986a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|
Release files / mechanize-0.4.10-py2.py3-none-any.whl
| Download URL | mechanize-0.4.10-py2.py3-none-any.whl |
|---|---|
| Size | 110.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
246e21aa30a74ca608c2a06a922454e699fcb37edc9b79fcbba0c67712c2ec79
|
|
BLAKE2b-256 checksum How to use checksums |
5135fabdeabeb9c0d72f0d21b3022a0f003e5c3722f4f80a13a416b06bc2a0a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|