Metadata-Version: 1.1
Name: yampy2
Version: 2.1
Summary: The (un)official Python client for Yammer's API
Home-page: http://github.com/tonybaloney/yampy2
Author: Yammer
Author-email: anthonyshaw@apache.org
License: Apache
Description: # Yampy2
        
        Yampy 2 is a Python library extending the original official Yampy package with a number of improvements and updates.
        
        I created this project because the official package has not been updated in 3 years and pull-requests are not being merged. 
        
        Yampy ("Yam Pie") is the official Python library for interacting with Yammer's
        API.
        
        
        ## Installation
        
        Install with pip::
        
            pip install yampy2
        
        Or manually::
        
            git clone git://github.com/tonybaloney/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
