Metadata-Version: 1.0
Name: restlib
Version: 0.9
Summary: Extensions for the standard urllib2 to support RESTful client applications
Home-page: http://asibsync.sourceforge.net
Author: Eemeli Kantola
Author-email: eemeli.kantola@iki.fi
License: BSD
Description: Extensions for the standard urllib2 to support RESTful client applications.
        
        Usage:
        - See urllib2 documentation (docs.python.org/library/urllib2.html).
        - Example: req = RestfulRequest('http://test.domain', data='Spam', method='PUT')
        
        Changelog
        =========
        
        0.9 - Released 2009-12-23
        ----------------
        * Initial standalone release.
        
Keywords: HTTP REST
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
