Skip to main content

The descusr web application development framework, a gevent curl project

Project description

Gcurl
=======

Gcurl written in Python, for human beings.

This module is based on pycurl2 and gevent,so it surport multi-threading of gevent.


1.0

e.g.
>>>from Gcurl import Curl
>>>curl = Curl('http://www.piadu.com')
>>>curl.run()
>>>try:
html = curl.html
except:
curl.close()
return 'bad'
>>>curl.close()

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Gcurl-1.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page