[ 源代码: python-mechanize ]
软件包:python3-mechanize(1:0.4.10+ds-1)
python3-mechanize 的相关链接
Debian 的资源:
下载源码包 python-mechanize:
- [python-mechanize_0.4.10+ds-1.dsc]
- [python-mechanize_0.4.10+ds.orig.tar.xz]
- [python-mechanize_0.4.10+ds-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
stateful programmatic web browsing
A library for browsing the web in Python. Mechanize acts like a browser allowing you to do web scraping, functional testing of web sites and things no one has thought of yet.
Among other things, mechanize:
* Follows links * Fills in HTML forms * Automatically observes robots.txt * Has a browser history
It was modelled after the Perl module WWW::Mechanize.
其他与 python3-mechanize 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-html5lib
- HTML parser/tokenizer based on the WHATWG HTML5 specification