summaryrefslogtreecommitdiffstats
path: root/python/pycurl/README
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2011-03-16 01:13:49 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-03-20 12:33:01 -0500
commit7a1b4848a3d34a263544fadf08178c91c12fbad0 (patch)
tree8987d0fc908e371dfa87445425f59c7514075b37 /python/pycurl/README
parent987d45e99a299c3b24418b2976e8ec9d5f3bf404 (diff)
downloadslackbuilds-7a1b4848a3d34a263544fadf08178c91c12fbad0.tar.gz
slackbuilds-7a1b4848a3d34a263544fadf08178c91c12fbad0.tar.xz
python/*: Moved a lot of Python stuff here
The criteria for whether something "belongs" in Development or Libraries or Python or ... is admittedly arbitrary. As a general rule, if it could be either Libraries or Python, it's Python. Otherwise, pick one and we'll go from there... Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pycurl/README')
-rw-r--r--python/pycurl/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pycurl/README b/python/pycurl/README
new file mode 100644
index 0000000000..f8b0bfb2c3
--- /dev/null
+++ b/python/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.