summaryrefslogtreecommitdiff
path: root/libraries/pycurl/README
diff options
context:
space:
mode:
authorgrissiom <chaos.proton@gmail.com>2010-05-12 23:31:08 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-12 23:31:08 +0200
commitb5aaa1770b660aaa12b39980e6acb29edd91f25f (patch)
tree1ea0efa8d060ccc0115a707380854b97b86429b1 /libraries/pycurl/README
parent0eda190f4e451ddef4c208488a0d204a3653b6d5 (diff)
downloadslackbuilds-b5aaa1770b660aaa12b39980e6acb29edd91f25f.tar.gz
libraries/pycurl: Added to 12.2 repository
Diffstat (limited to 'libraries/pycurl/README')
-rw-r--r--libraries/pycurl/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/pycurl/README b/libraries/pycurl/README
new file mode 100644
index 0000000000..f8b0bfb2c3
--- /dev/null
+++ b/libraries/pycurl/README
@@ -0,0 +1,19 @@
+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.