| 1 |
Metadata-Version: 1.0
|
| 2 |
Name: mechanize
|
| 3 |
Version: 0.1.2b
|
| 4 |
Summary: Stateful programmatic web browsing.
|
| 5 |
Home-page: http://wwwsearch.sourceforge.net/mechanize/
|
| 6 |
Author: John J. Lee
|
| 7 |
Author-email: jjl@pobox.com
|
| 8 |
License: BSD
|
| 9 |
Download-URL: http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.2b.tar.gz
|
| 10 |
Description: Stateful programmatic web browsing, after Andy Lester's Perl module
|
| 11 |
WWW::Mechanize.
|
| 12 |
|
| 13 |
The library is layered: mechanize.Browser (stateful web browser),
|
| 14 |
mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.
|
| 15 |
|
| 16 |
Features include: ftp:, http: and file: URL schemes, browser history,
|
| 17 |
high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV and
|
| 18 |
Refresh, Referer [sic] header, robots.txt, redirections, proxies, and
|
| 19 |
Basic and Digest HTTP authentication. mechanize's response objects are
|
| 20 |
(lazily-) .seek()able and still work after .close().
|
| 21 |
|
| 22 |
Much of the code originally derived from Perl code by Gisle Aas
|
| 23 |
(libwww-perl), Johnny Lee (MSIE Cookie support) and last but not least
|
| 24 |
Andy Lester (WWW::Mechanize). urllib2 was written by Jeremy Hylton.
|
| 25 |
|
| 26 |
|
| 27 |
Platform: any
|
| 28 |
Classifier: Development Status :: 3 - Alpha
|
| 29 |
Classifier: Intended Audience :: Developers
|
| 30 |
Classifier: Intended Audience :: System Administrators
|
| 31 |
Classifier: License :: OSI Approved :: BSD License
|
| 32 |
Classifier: License :: OSI Approved :: Zope Public License
|
| 33 |
Classifier: Natural Language :: English
|
| 34 |
Classifier: Operating System :: OS Independent
|
| 35 |
Classifier: Programming Language :: Python
|
| 36 |
Classifier: Topic :: Internet
|
| 37 |
Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
|
| 38 |
Classifier: Topic :: Internet :: WWW/HTTP
|
| 39 |
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
|
| 40 |
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
|
| 41 |
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
|
| 42 |
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking
|
| 43 |
Classifier: Topic :: Software Development :: Libraries
|
| 44 |
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
| 45 |
Classifier: Topic :: Software Development :: Testing
|
| 46 |
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
| 47 |
Classifier: Topic :: System :: Archiving :: Mirroring
|
| 48 |
Classifier: Topic :: System :: Networking :: Monitoring
|
| 49 |
Classifier: Topic :: System :: Systems Administration
|
| 50 |
Classifier: Topic :: Text Processing
|
| 51 |
Classifier: Topic :: Text Processing :: Markup
|
| 52 |
Classifier: Topic :: Text Processing :: Markup :: HTML
|
| 53 |
Classifier: Topic :: Text Processing :: Markup :: XML
|