[ 原始碼: 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