Metadata-Version: 1.1
Name: yampy2
Version: 2.8.0
Summary: The (un)official Python client for Yammer's API
Home-page: http://github.com/tonybaloney/yampy2
Author: Anthony Shaw
Author-email: anthonyshaw@apache.org
License: Apache License (2.0)
Description: ======
        yampy2
        ======
        
        .. image:: https://img.shields.io/pypi/v/yampy2.svg
                :target: https://pypi.python.org/pypi/yampy2
        
        .. image:: https://img.shields.io/travis/tonybaloney/yampy2.svg
                :target: https://travis-ci.org/tonybaloney/yampy2
        
        .. image:: https://readthedocs.org/projects/yampy2/badge/?version=latest
                :target: http://yampy2.readthedocs.io/en/latest/
                :alt: Documentation Status
                
        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/yampy2.git
            cd yampy2
            python setup.py install
        
        
        Usage
        ~~~~~
        
        See the docs
        http://yampy2.readthedocs.io/en/latest/
        
        Contributing
        ~~~~~~~~~~~~
        
        See the contributing guide:
        http://pythonhosted.org/yampy/contributing.html
        
        
        2.6.0 - 25th September 2019
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - Catch missing ``older_available`` property
        - Fix undefined parameters in ``about_topic`` and ``find``
        
        2.5.0 - 7th November 2017
        ~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - Added support for HTTP proxies
        
        2.3.0 - 24th Jan 2017
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Added paging support for all message related APIs
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
