Metadata-Version: 2.1
Name: viber-botapi
Version: 1.0.0
Summary: Python api to Viber and async bot
Home-page: https://github.com/EdiBoba/viber-botapi
Author: Vyacheslav Rineisky
Author-email: rineisky@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
Requires-Dist: botapi (==1.1.0)
Provides-Extra: bot
Requires-Dist: aiohttp ; extra == 'bot'

============
Viber BotAPI
============

|PyPI| |Python| |Codecov| |build| |License| |Requirements|

.. |PyPI| image:: https://img.shields.io/pypi/v/viber-botapi?color=blue
    :target: https://pypi.org/project/viber-botapi
    :alt: PyPI

.. |License| image:: https://img.shields.io/github/license/EdiBoba/viber-botapi?color=brightgreen
    :target: https://github.com/EdiBoba/viber-botapi/blob/master/LICENSE.txt
    :alt: GitHub

.. |Build| image:: https://travis-ci.org/EdiBoba/viber-botapi.svg?branch=master
    :target: https://travis-ci.org/EdiBoba/viber-botapi

.. |Requirements| image:: https://requires.io/github/EdiBoba/botapi/requirements.svg?branch=master
    :target: https://requires.io/github/EdiBoba/viber-botapi/requirements/?branch=master
    :alt: Requirements Status

.. |Codecov| image:: https://codecov.io/gh/EdiBoba/viber-botapi/branch/master/graph/badge.svg?token=ZDWSJRS2HI
    :target: https://codecov.io/gh/EdiBoba/viber-botapi

.. |BlackCode| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. |Bandit| image:: https://img.shields.io/badge/security-bandit-yellow.svg
    :target: https://github.com/PyCQA/bandit
    :alt: Security Status

.. |Python| image:: https://img.shields.io/pypi/pyversions/botapi
    :target: https://pypi.org/project/viber-botapi
    :alt: PyPI - Python Version

Key Features
------------

- Serializable/deserializable viber types.
- Async bot (aiohttp).

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

.. code-block:: text

   pip install viber-botapi

Requirements
------------
- Python_ >= 3.6

*Optional:*

- aiohttp_ (for async viber bot)

.. _Python: https://www.python.org/
.. _aiohttp: https://github.com/aio-libs/aiohttp

License
-------

``Viber BotAPI`` is distributed under the `Apache License 2.0 license
<https://github.com/EdiBoba/viber-botapi/blob/master/LICENSE.txt>`_.

