Metadata-Version: 2.1
Name: saya
Version: 0.3.10
Summary: The framework for vk
Home-page: https://github.com/Ethosa/saya
Author: Ethosa
Author-email: social.ethosa@gmail.com
License: LGPLv3
Project-URL: Github, https://github.com/Ethosa/saya
Project-URL: Documentation, https://github.com/Ethosa/saya/blob/master/README.md
Description: <h1 align="center">Saya</h1>
        
        Python framework for VK
        
        [![CodeFactor](https://www.codefactor.io/repository/github/ethosa/saya/badge)](https://www.codefactor.io/repository/github/ethosa/saya)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/d99e1d9e2eb340aabeea968926dbb0f0)](https://www.codacy.com/manual/Ethosa/saya?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Ethosa/saya&amp;utm_campaign=Badge_Grade)
        [![PyPI version](https://badge.fury.io/py/saya.svg)](https://badge.fury.io/py/saya)
        
        ![logo](https://github.com/Ethosa/saya/blob/master/logo2.png)
        
        ## Getting started
        *Installation*:  
        `pip install saya --upgrade` or `pip install git+git://github.com/Ethosa/saya.git`
        
        *Import*:
        ```python
        from saya import Vk
        ```
        
        ## Currently available
        -   Sync, async and multithreading.
        -   Calling any method from VK Api.
        -   Convenient interaction with Longpoll.
        -   Convenient work with keyboards.
        -   Working with Streaming API (sync/async).
        -   Translator Python code in the code on the VK Script (Beta). You can read more about it [here](https://github.com/Ethosa/saya/wiki/VkScript#now-support)
        
        ## FAQ
        *Q*: Where can I learn this?  
        *A*: You can explore the library on the [wiki page](https://github.com/Ethosa/saya/wiki)
        
        *Q*: How can I help develop the library?  
        *A*: You can put a star on this repository! (ВґвЂў П‰ вЂў`) :star:
        
Keywords: vk api framework python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
