Metadata-Version: 2.1
Name: aaiopay
Version: 0.2.5
Summary: Asynchronous module for working with the aaio API
Author: VoXDoX
Requires-Python: >=3.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.8.3,<3.9.0)
Requires-Dist: certifi (>=2022.9.24,<2022.10.0)
Requires-Dist: pydantic (>=1.10.7,<1.11.0)
Description-Content-Type: text/markdown

# Installation | Установка

## Windows
```
pip install aaiopay
```
## Linux
```
pip3 install aaiopay
```


# Information | Информация
ENG: The current version of AaioPay is 0.2.4
RU: Актуальная версия AaioPay 0.2.4

# Methods | Фyнкции
## ENG
```
Asynchronous module for working with the Aaio API

What can?
- Getting a balance
- Creating a payment form
- Getting up-to-date transactions
 ```

## RU
```
Асинхронный модуль для работы с API Aaio

Что может?
- Получение баланса
- Создание формы оплаты
- Получение актуальных транзакций
```
