Metadata-Version: 1.0
Name: socialgraph
Version: 0.2.2
Summary: Python wrapper for Google's Social Graph API
Home-page: http://www.peter-hoffmann.com/code/python-socialgraph/
Author: Peter Hoffmann
Author-email: ph@peter-hoffmann.com
License: GPL
Description: 
        ============================================================
        socialgraph - a python wrapper for google's Social Graph API
        ============================================================
        
        The `Google Social Graph API <http://code.google.com/apis/socialgraph/>`_
        makes information about the public connections between people on the web more
        easily available. **socialgraph** is a python wrapper for the web api.
        
        
        Installation
        ------------
        
        **development version**::
        
        git clone git@github.com:hoffmann/python-socialgraph.git
        cd python-socialgraph
        sudo python setup.py install
        
        **from pypi.python.org**::
        
        pip install socialgraph
        
Platform: any
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
