Metadata-Version: 1.1
Name: Gcurl
Version: 1.0
Summary: The descusr web application development framework, a gevent curl project
Home-page: http://www.piadu.com
Author: descusr
Author-email: descusr@163.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
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() 
        
Keywords: gevent curl,Gcurl
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
