Metadata-Version: 2.0
Name: tapioca-otter
Version: 0.2
Summary: otter API wrapper using tapioca
Home-page: https://github.com/vu3jej/tapioca-otter
Author: Jithesh E J
Author-email: mail@jithesh.net
License: MIT
Keywords: otter
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: tapioca-wrapper (<0.7.0)

Tapioca otter
=============

Installation
------------

::

    pip install tapioca-otter

Documentation
-------------

.. code:: python

    from tapioca_otter import Otter


    api = Otter(apikey = 'APIKEY')

No more documentation needed.

-  Learn how Tapioca works
   `here <http://tapioca-wrapper.readthedocs.org/en/latest/quickstart/>`__
-  Explore this package using iPython
-  Have fun!



