Metadata-Version: 2.1
Name: vkmusix
Version: 3.0.10
Summary: Библиотека для взаимодействия с VK Music. Документация: vkmusix.ru/docs.
Home-page: https://github.com/to4no4sv/vkmusix
Author: thswq
Author-email: admin@vkmusix.ru
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# VKMusix [![PyPI version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&r=r&ts=1683906897&type=6e&v=3.0.9&x2=0)](https://pypi.org/project/vkmusix)

## Установка и обновление
```bash
pip install --upgrade vkmusix
```

## Быстрый старт
```python
from vkmusix import Client

client = Client()

result = client.searchArtists("prombl")
print(result)

client.close()
```


