Metadata-Version: 2.1
Name: aiotapioca-yandex-metrika
Version: 2022.5.16
Summary: Python client for API Yandex Metrika
Home-page: https://github.com/ilindrey/aiotapioca-yandex-metrika
Author: Pavel Maksimov
Author-email: vur21@ya.ru
License: MIT
Keywords: aiotapioca,wrapper,yandex,metrika,api,async,asyncio
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# 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.6&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! Put an asterisk;)

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

Copyright (c) Pavel Maksimov.

The author of this modification Andrey Ilin.
