Metadata-Version: 2.1
Name: aiotapioca-yandex-metrika
Version: 2022.11.7
Summary: Python asynchronous I/O client for API Yandex Metrika
License: MIT
Keywords: async,asyncio,aiotapioca,tapioca,wrapper,api,yandex,metrika
Author-email: Pavel Maksimov <vur21@ya.ru>,Andrey Ilin <andreyilin@fastmail.com>
Requires-Python: >=3.7
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiotapioca-wrapper>=4.0.1
Description-Content-Type: text/markdown

# Python client for all [API Yandex Metrika](https://yandex.com/dev/metrika/doc/api2/concept/about-docpage/)

![Supported Python Versions](https://img.shields.io/static/v1?label=python&message=>=3.7&color=red)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ilindrey/aiotapioca-yandex-metrikar/master/LICENSE)
[![Codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

It's an asynchronous fork of [tapi-yandex-metrika](https://github.com/pavelmaksimov/tapi-yandex-metrika) library.

## Installation

    pip install aiotapioca-yandex-metrika

## Documentation

[Management API](docs/management_api.md)

[Reports API](docs/reports_api.md)

[Logs API](docs/logs_api.md)

## Dependencies
- [aiohttp](https://docs.aiohttp.org/en/stable/)
- [aiotapioca-wrapper](https://github.com/ilindrey/aiotapioca-wrapper)

## Help

[Andrey Ilin](https://t.me/ilindrey)


## Author
Pavel Maksimov

Good luck friend! Star the repo ;)

Удачи тебе, друг! Поставь звездочку ;)

Copyright (c) Pavel Maksimov.

The author of this modification Andrey Ilin.

