Metadata-Version: 2.1
Name: saya
Version: 0.2.4
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
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
Requires-Dist: requests
Requires-Dist: regex
Requires-Dist: beautifulsoup4
Requires-Dist: retranslator
Requires-Dist: websocket-client
Requires-Dist: aiohttp

<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/logo1.png)

## Getting started
*Installation*:  
`pip install saya --upgade` or `pip install git+git://github.com/Ethosa/saya.git`

*Import*:
```python
from saya import Vk
```

## Currently available
-   calling any method from VK Api.
-   convenient interaction with Longpoll.
-   convenient work with keyboards.
-   translator Python code in the code on the VK Script (Beta).

## 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:


