diff options
author | 2007-06-30 06:01:21 +0000 | |
---|---|---|
committer | 2007-06-30 06:01:21 +0000 | |
commit | 87411daaf9fbd3b120c3c285588a735cd37f2bf0 (patch) | |
tree | 1988a74acf4b077b6229660ea0a958b7012a7770 /dev-python/mechanize/metadata.xml | |
parent | Change comment regarding pcsc-lite mask (diff) | |
download | historical-87411daaf9fbd3b120c3c285588a735cd37f2bf0.tar.gz historical-87411daaf9fbd3b120c3c285588a735cd37f2bf0.tar.bz2 historical-87411daaf9fbd3b120c3c285588a735cd37f2bf0.zip |
Initial ebuild (bug #166914)
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'dev-python/mechanize/metadata.xml')
-rw-r--r-- | dev-python/mechanize/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/mechanize/metadata.xml b/dev-python/mechanize/metadata.xml new file mode 100644 index 000000000000..311f16b043c5 --- /dev/null +++ b/dev-python/mechanize/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <maintainer> + <email>hawking@gentoo.org</email> + <name>Ali Polatel</name> + </maintainer> + <longdescription lang="en"> + mechanize is a Python module for static programmatic web browsing in + Python, after Andy Lester's Perl module WWW::Mechanize. With the Browser + subclass any url can be opened - not just http - and UserAgentBase + offers easy dynamic configuration of user-agent features like protocol, + cookie, redirection and robots.txt handling. Other functionalities + include easy HTML form filling using ClientForm interface, convenient + link parsing and following, browser history with .back() and .reload() + methods and automatic handling of HTTP-Equiv and Refresh. + </longdescription> +</pkgmetadata> + |