Metadata-Version: 2.1
Name: glqiwiapi
Version: 2.16
Summary: The ultrarapid and multifunctional wrapper over QIWI and YooMoney
Home-page: https://github.com/GLEF1X/glQiwiApi
License: MIT
Keywords: qiwi,yoomoney,api,yoo_money,wrapper,asyncio
Author: Glib Garanin
Author-email: glebgar567@gmail.com
Maintainer: GLEF1X
Maintainer-email: glebgar567@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Typing :: Typed
Provides-Extra: docs
Provides-Extra: fast
Requires-Dist: Sphinx (>=4.3.2,<5.0.0); extra == "docs"
Requires-Dist: Sphinx-Substitution-Extensions (>=2020.9.30,<2023.0.0); extra == "docs"
Requires-Dist: aiofiles (>=22.1.0,<23.0.0); extra == "fast"
Requires-Dist: aiohttp (>=3.8.3,<4.0.0)
Requires-Dist: furo (>=2022.2.23,<2023.0.0); extra == "docs"
Requires-Dist: markdown-include (>=0.6,<0.8); extra == "docs"
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: pygments (>=2.4,<3.0); extra == "docs"
Requires-Dist: pymdown-extensions (>=9.4,<10.0); extra == "docs"
Requires-Dist: pytz (==2022.2.1)
Requires-Dist: sphinx-autobuild (>=2021.3.14,<2022.0.0); extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.5.0,<0.6.0); extra == "docs"
Requires-Dist: sphinx-intl (>=2.0.1,<3.0.0); extra == "docs"
Requires-Dist: sphinx-notfound-page; extra == "docs"
Requires-Dist: sphinx-prompt (>=1.5.0,<2.0.0); extra == "docs"
Requires-Dist: sphinxemoji; extra == "docs"
Requires-Dist: towncrier (>=21.9.0,<22.0.0); extra == "docs"
Requires-Dist: typing_extensions (>=4.0.1,<5.0.0); python_version <= "3.7"
Requires-Dist: uvloop (>=0.16.0,<0.17.0); (sys_platform == "darwin" or sys_platform == "linux") and (extra == "fast")
Project-URL: Documentation, https://glqiwiapi.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/GLEF1X/glQiwiApi
Description-Content-Type: text/markdown

<h2 align="center">
<img src="https://github.com/GLEF1X/glQiwiApi/blob/dev-2.x/docs/_static/logo.png?raw=true" width="200"></img>


[![PyPI version](https://img.shields.io/pypi/v/glQiwiApi.svg)](https://pypi.org/project/glQiwiApi/) [![Code Quality Score](https://api.codiga.io/project/20780/score/svg)](https://frontend.code-inspector.com/public/project/20780/glQiwiApi/dashboard) ![Downloads](https://img.shields.io/pypi/dm/glQiwiApi) ![docs](https://readthedocs.org/projects/pip/badge/?version=latest)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/GLEF1X/glQiwiApi.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/GLEF1X/glQiwiApi/context:python) [![CodeFactor](https://www.codefactor.io/repository/github/glef1x/glqiwiapi/badge)](https://www.codefactor.io/repository/github/glef1x/glqiwiapi)
![codecov](https://codecov.io/gh/GLEF1X/glQiwiApi/branch/dev-2.x/graph/badge.svg?token=OD538HKV15)
![CI](https://github.com/GLEF1X/glQiwiApi/actions/workflows/tests.yml/badge.svg) ![mypy](https://img.shields.io/badge/%20type_checker-mypy-%231674b1?style=flat) [![Downloads](https://pepy.tech/badge/glqiwiapi/month)](https://pepy.tech/project/glqiwiapi) [![Downloads](https://pepy.tech/badge/glqiwiapi)](https://pepy.tech/project/glqiwiapi)

<img src="https://github.com/GLEF1X/glQiwiApi/blob/dev-2.x/docs/static/demo.gif"/>
</h2>

## 🌎Official api resources:

* 🎓 __Documentation: [here](https://glqiwiapi.readthedocs.io/en/latest/)__
* 🖱️ __Telegram chat: [![Dev-Telegram](https://img.shields.io/badge/Telegram-blue.svg?style=flat-square&logo=telegram)](https://t.me/glQiwiAPIOfficial)__

## Benchmarks

```bash
hint: smaller is better
glQiwiApi      90.9925 (1.0)      103.3993 (1.0)       95.4082 (1.0)      5.3941 (1.0)       92.4023 (1.0)       8.2798 (1.0)
pyQiwiP2P     112.2819 (1.23)     135.0227 (1.31)     123.7498 (1.30)     9.9919 (1.85)     127.5926 (1.38)     17.2723 (2.09)
```

## 🐦Dependencies

| Library |                       Description                       |
|:-------:|:-------------------------------------------------------:|
|aiohttp  | Asynchronous HTTP Client/Server for asyncio and Python. |
|pydantic |    Json data validator. Very fast instead of custom     |

