accessing libcurl from Python
All you need to do is to install the pycurl package and then you'll be able
to access libcurl from within your Python programs!
Visit the pycurl homepage.
zopelabs.com has a page that describes how you can use the pycurl
binding to add curl
functionality to zope!
How to Install
Install curl and libcurl first.
Examples
Here's a few example
scripts from the pycurl CVS.
Binding documentation
None available right now.
Download
Get it from the pycurl web page or straight
from the pycurl CVS
repository.
Credits
The Python binding was written by Kjetil Jacobsen.
What is Python?
You'll find more info on the official
Python web page.