File: PKG-INFO

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