Metadata-Version: 2.1
Name: testcanarybot
Version: 1.0.7
Summary: asynchronous VK Bot Framework
Home-page: https://github.com/kensoi/testcanarybot/
Author: andprokofieff
Author-email: prokofieff@internet.ru
License: UNKNOWN
Description: ![https://pypi.org/project/testcanarybot/1.0.7/](https://img.shields.io/badge/pypi-1.00.007-blue?style=flat-square) ![](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9-blue?style=flat-square) ![](https://img.shields.io/badge/license-Apache%20License%202.0-green?style=flat-square)
        
        Asynchronous bot framework with perfect module library for VK API on Python 3.9 with aiohttp, asyncio and threading.
        
        ```python
        import testcanarybot
        
        bot = testcanarybot.app("token", 123456)
        bot.start_polling()
        ```
        
        * [Examples](https://github.com/kensoi/testcanarybot/tree/stable/library)
        * [Documentation](https://kensoi.github.io/testcanarybot)
        * [VK Community](https://vk.com/testcanarybot)
        * [VK Author blog](https://vk.com/crubbukket)
        
        ## Install
        
        ```bash
        $ pip3 install testcanarybot 
        ```
        
        |               | TESTCANARYBOT STABLE                   |
        | :------------ | :------------------------------------- |
        | Version       | 01.00.007                              |
        | Channel       | STABLE                                 |
        | Documentation | https://kensoi.github.io/testcanarybot |
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
