Metadata-Version: 1.0
Name: dogbutler
Version: 0.0.1
Summary: Make HTTP/HTTPS requests with cache, cookie, and redirect support
Home-page: UNKNOWN
Author: The Sirisanthana Team
Author-email: vsirisanthana@gmail.com
License: GPL-3.0
Description: ====================
         READ ME, READ ME!!
        ====================
        
        all the interesting & useful info goes here!!!
        
        ====================
            INSTALLATION
        ====================
        to use dogbutler simply just do:
        >> pip install dogbutler
        
        ====================
               USAGE
        ====================
        >> import dogbutler
        >> r = dogbutler.get('http://www.google.com', headers={'name': 'value')
        >> r.status_code
        200
        >> r.content
Keywords: HTTP HTTPS request python cache cookie redirect
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
