Thursday, November 1, 2012

PycURL: programmatically use cURL library via Python


By Vasudev Ram

PycURL is the Python binding to the cURL library (libcurl, the multi-protocol file transfer library) for accessing Internet resources programmatically.

I've been trying out the requests Python library for HTTP access lately (and it's good, so far), but must check out PycURL too, since it has support for a much wider variety of protocols; see the libcurl site linked above.

- Vasudev Ram - Dancing Bison Enterprises


No comments: