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()
=======
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
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 details)
File details
Details for the file Gcurl-1.0.tar.gz
.
File metadata
- Download URL: Gcurl-1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 412501ac0badf0eb0d77755bc2f548798c82bcf8da343ec29e81829209b41cb8 |
|
MD5 | e9a110b951f3efefafedbffe321fd683 |
|
BLAKE2b-256 | ec32bec4d2cd8973d566e3675e1ee460243a9db37afb621a4b812dd4d6d2ffbf |