Metadata-Version: 2.1
Name: aiotapioca-yandex-metrika
Version: 2022.6.21
Summary: Python client for API Yandex Metrika
Home-page: https://github.com/ilindrey/aiotapioca-yandex-metrika
Author: Pavel Maksimov, Andrey Ilin
Author-email: vur21@ya.ru
License: MIT
Keywords: aiotapioca,wrapper,yandex,metrika,api,async,asyncio
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp (>=3.0)
Requires-Dist: aiotapioca-wrapper (>=4.0.1)
Requires-Dist: orjson (>=3.0.0)
Provides-Extra: dev
Requires-Dist: pytest (>=7.0) ; extra == 'dev'
Requires-Dist: pytest-asyncio (>=0.18) ; extra == 'dev'
Requires-Dist: aioresponses (>=0.7) ; extra == 'dev'
Requires-Dist: async-solipsism (<1.0,>=0.5) ; extra == 'dev'
Requires-Dist: black (>=22.0) ; extra == 'dev'
Requires-Dist: isort (>=5.10.0) ; extra == 'dev'

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