ANN: pycurl-7.10.1

Kjetil Jacobsen kjetilja@cs.uit.no
16 Oct 2002 02:57:30 -0700


pycurl -- A Python interface to the curl library

Version 7.10.1

What is it?
-----------

The pycurl package is a Python interface to the curl library
(http://curl.haxx.se/libcurl/).  pycurl has been successfully built
and tested with Python versions from 1.5.2 to 2.2.2 on various Unix
platforms and Windows.

The curl library is a client-side URL transfer library supporting FTP,
FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP.  The curl
library also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP
uploads, proxies, cookies, basic authentication, file transfer resume
of FTP sessions, HTTP proxy tunneling and more.  For information on
how the curl library works, please consult the curl library web pages
(http://curl.haxx.se/libcurl/using/).

All the functionality provided by the curl library can used through
the pycurl interface.


Download
--------

The latest version of pycurl can be obtained at:

    http://pycurl.sourceforge.net/


Changes since the last version
------------------------------

 * Added new module-level function version_info() from
   libcurl-7.10.


Licence
-------

Copyright (c) 2001-2002 by Kjetil Jacobsen
Copyright (c) 2001-2002 by Markus F.X.J. Oberhumer

pycurl is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.