Metadata-Version: 1.0
Name: yampy
Version: 1.0
Summary: The official Python client for Yammer's API
Home-page: http://github.com/yammer/yam-python
Author: Yammer
Author-email: blyttle@yammer-inc.com
License: Apache
Description: Yampy
        =====
        
        Yampy ("Yam Pie") is the official Python library for interacting with Yammer's
        API.
        
        
        Installation
        ------------
        
        Install with pip::
        
            pip install yampy
        
        Or with easy_install::
        
            easy_install yampy
        
        Or manually::
        
            git clone git://github.com/yammer/yam-python.git
            cd yam-python
            python setup.py install
        
        
        Usage
        -----
        
        See the quickstart guide:
        http://pythonhosted.org/yampy/quickstart.html
        
        
        Contributing
        ------------
        
        See the contributing guide:
        http://pythonhosted.org/yampy/contributing.html
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
