/yam-python

A python wrapper around the Yammer API.

Primary LanguagePythonOtherNOASSERTION

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