Metadata-Version: 1.0
Name: webobtoolkit
Version: 0.1.1
Summary: UNKNOWN
Home-page: https://github.com/Batterii/webobtoolkit
Author: Batterii
Author-email: tom@batterii.com
License: UNKNOWN
Description: ===============
         Webob Toolkit
        ===============
        
        This was written as an experiment to explore how much effort it takes
        to use the webob library as an http client.
        
        
        .. literalinclude:: doc/source/client_usage.py
           :language: python
        
        
        ================
         Change History
        ================
        
        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
