Metadata-Version: 1.1
Name: kik
Version: 1.2.0
Summary: UNKNOWN
Home-page: https://dev.kik.com
Author: kik
Author-email: bots@kik.com
License: UNKNOWN
Description: Kik Python API
        ==============
        
        |PyPIImage|_ |DocsImage|_
        
        This library provides tools to build bots that communicate with the Kik API.
        Find out more and create your bot at `dev.kik.com <https://dev.kik.com>`_.
        
        This package can be imported using pip by adding the following to your ``requirements.txt``::
        
            kik==<version>
        
        Docs
        ----
        
        Our docs are available on `readthedocs.io <https://kik.readthedocs.io>`_.
        
        Contributing
        ------------
        
        If you're looking to contribute the the `kik` package, check out the `Contributing Guide <https://github.com/kikinteractive/kik-python/blob/master/CONTRIBUTING.md>`_.
        
        This project adheres to the `Contributor Covenant Code of Conduct <https://github.com/kikinteractive/kik-python/blob/master/CODE_OF_CONDUCT.md>`_.
        By participating, you are expected to uphold this code. Please report unacceptable behavior to bots@kik.com.
        
        License
        -------
        
        The kik library is released under the terms of the MIT license.
        See `LICENSE.md <https://github.com/kikinteractive/kik-python/blob/master/LICENSE.md>`_ for more information or see https://opensource.org/licenses/MIT.
        
        .. |DocsImage| image:: https://readthedocs.org/projects/kik/badge/?version=latest
        .. _DocsImage: https://kik.readthedocs.io
        
        .. |PyPIImage| image:: https://img.shields.io/pypi/v/kik.svg
        .. _PyPIImage: https://pypi.python.org/pypi/kik
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
