Metadata-Version: 1.1
Name: webobtoolkit
Version: 0.1.3.2
Summary: UNKNOWN
Home-page: https://github.com/Batterii/webobtoolkit
Author: Batterii
Author-email: tom@batterii.com
License: UNKNOWN
Description: ===============
         Webob Toolkit
        ===============
        
        An http client api that leverages the power of webob.
        
        
        .. literalinclude:: doc/source/client_usage.py
           :language: python
        
        
        ================
         Change History
        ================
        
        0.1.3.2
        =======
        
           - client handles multidict to querystring better
        
        0.1.3.1
        =======
        
           - option for enabling auto redirect in test client
        
        
        0.1.3
        =====
        
           - added sugar for the HTTP OPTIONS method
        
        
        0.1.2
        =====
        
           - added preconfigured test client that is similar to webtest
        
        0.1.1
        =====
        
           - added file upload support
           - changed handling of query_string to look at the url if it is not
             passed in as a separate param.
        
        
        0.1
        ===
        
        initial release because I need this in my day job
        
        0.0
        ===
        
        first pass at a client, and first pass at docs.
        
        
Keywords: webob HTTP client
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
