home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2020 < prev    next >
Encoding:
Python egg package info  |  2009-02-02  |  2.8 KB  |  58 lines

  1. Metadata-Version: 1.0
  2. Name: mechanize
  3. Version: 0.1.10
  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.10.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 :: 5 - Production/Stable
  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: Programming Language :: Python :: 2
  37. Classifier: Programming Language :: Python :: 2.4
  38. Classifier: Programming Language :: Python :: 2.5
  39. Classifier: Programming Language :: Python :: 2.6
  40. Classifier: Topic :: Internet
  41. Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
  42. Classifier: Topic :: Internet :: WWW/HTTP
  43. Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
  44. Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
  45. Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
  46. Classifier: Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking
  47. Classifier: Topic :: Software Development :: Libraries
  48. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  49. Classifier: Topic :: Software Development :: Testing
  50. Classifier: Topic :: Software Development :: Testing :: Traffic Generation
  51. Classifier: Topic :: System :: Archiving :: Mirroring
  52. Classifier: Topic :: System :: Networking :: Monitoring
  53. Classifier: Topic :: System :: Systems Administration
  54. Classifier: Topic :: Text Processing
  55. Classifier: Topic :: Text Processing :: Markup
  56. Classifier: Topic :: Text Processing :: Markup :: HTML
  57. Classifier: Topic :: Text Processing :: Markup :: XML
  58.