Metadata-Version: 1.1
Name: python-rest-client
Version: 0.0.svn.13.1
Summary: Python REST Client.
Home-page: https://github.com/easel/python-rest-client
Author: Erik LaBianca
Author-email: erik.labianca@gmail.com
License: FedoraCommons
Description: Description
        A REST Client for use in python, using httplib2 and urllib2.
        
        Includes a version that is suitable for use in the Google App Engine environment.
        
        See httplib2 documentation here:
        
        Update 3 June 2008
        Added in HTTP Basic, Digest authentication (re-using code from httplib2) to the version of the client that can run in the Google App Engine environment.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Fedora Commons
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
