Metadata-Version: 1.1
Name: openbot
Version: 0.1.0
Summary: Python library for openbot
Home-page: https://github.com/wwj718/openbot
Author: wenjiewu
Author-email: wuwenjie718@gmail.com
License: MIT license
Description: ===============================
        openbot
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/openbot.svg
                :target: https://pypi.python.org/pypi/openbot
        
        .. image:: https://img.shields.io/travis/wwj718/openbot.svg
                :target: https://travis-ci.org/wwj718/openbot
        
        .. image:: https://readthedocs.org/projects/openbot/badge/?version=latest
                :target: https://openbot.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/wwj718/openbot/shield.svg
             :target: https://pyup.io/repos/github/wwj718/openbot/
             :alt: Updates
        
        
        Python library for openbot
        
        
        * Free software: MIT license
        * Documentation: https://openbot.readthedocs.io.
        
        Overview
        --------
        
        The openbot Python SDK makes it easy to  use openbot
        
        Features
        --------
        
        *  chat
        *  train
        
        
        Installation
        ---------
        
        To install openbot, simply:
        
        .. code-block:: bash
        
            $ pip install openbot
        
        or install it from repo:
        
        .. code-block:: bash
        
             $ pip install https://github.com/wwj718/openbot-python.git
        
        
        Running examples
        --------
        
        1. Find examples from 'examples' path.
        2. Insert API key.
        
        .. code-block:: python
        
            >>> CLIENT_ACCESS_TOKEN = '<YOUR_CLIENT_ACCESS_TOKEN>'
            ...
        
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2016-11-27)
        ------------------
        
        * First release on PyPI.
        
Keywords: openbot
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
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
