Metadata-Version: 1.1
Name: between
Version: 0.0.2
Summary: Between of VCNC for Python
Home-page: https://github.com/carpedm20/between/
Author: Taehoon Kim
Author-email: carpedm20@gmail.com
License: BSD License
Description: ========
        betweeen
        ========
        
        `Between <https://between.us/?lang=en>`__ of `VCNC <https://between.us/about>`__ for Python.
        
        
        Installation
        ============
        
        To install betweeen, simply: 
        
        .. code-block:: console
        
            $ pip install betweeen
        
        Or, you can use:
        
        .. code-block:: console
        
            $ pip install betweeen
        
        Or, you can also install manually:
        
        .. code-block:: console
        
            $ git clone git://github.com/carpedm20/betweeen.git
            $ cd betweeen
            $ python setup.py install
        
        
        Echo bot example
        ================
        
        .. code-block:: console
        
            import betweeen
        
            client = betweeen.Client("YOUR_ID", "YOUR_PASSWORD")
            client.send("Carpe diem!")
        
        
        Authors
        =======
        
        Taehoon Kim / `@carpedm20 <http://carpedm20.github.io/about/>`__
Keywords: between vcnc chat
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Communications :: Chat
