aboutsummaryrefslogtreecommitdiff
path: root/python/pycurl/README
diff options
context:
space:
mode:
authorLukenShiro <lukenshiro@ngi.it>2011-12-14 16:27:46 -0600
committerNiels Horn <niels.horn@slackbuilds.org>2011-12-18 00:07:50 -0200
commitbd13c3c6503f92cf355ec795e3afa2fd5b84621c (patch)
tree3e6359ebf190fb3a6eaa90b2214ec4c8e1202bb9 /python/pycurl/README
parent3f6625a5c8b750a067f79ccc41518f4a55960b7f (diff)
python/pycurl: Misc. cleanup and maintainer change
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pycurl/README')
-rw-r--r--python/pycurl/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/python/pycurl/README b/python/pycurl/README
index f8b0bfb2c3..135071beb8 100644
--- a/python/pycurl/README
+++ b/python/pycurl/README
@@ -1,19 +1,3 @@
PycURL is a Python interface to libcurl. PycURL can be used to fetch
objects identified by a URL from a Python program, similar to the urllib
Python module. PycURL is mature, very fast, and supports a lot of features.
-Overview
-
- * libcurl is a free and easy-to-use client-side URL transfer library,
- supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and
- LDAP. libcurl supports HTTPS certificates, HTTP POST, HTTP PUT,
- FTP uploading, kerberos, HTTP form based upload, proxies, cookies,
- user+password authentication, file transfer resume, http proxy tunneling
- and more!
-
- * libcurl is highly portable, it builds and works identically on
- numerous platforms, including Solaris, NetBSD, FreeBSD, OpenBSD,
- Darwin, HPUX, IRIX, AIX, Tru64, Linux, Windows, Amiga, OS/2, BeOs,
- Mac OS X, Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more...
-
- * libcurl is free, thread-safe, IPv6 compatible, feature rich, well
- supported and fast.