Metadata-Version: 2.4
Name: randomize-songs
Version: 1.0.2
Summary: Utility for randomizing songs
Project-URL: repository, https://github.com/Cujoko/randomize-songs
Author-email: Cujoko <cujoko@gmail.com>
Keywords: mp3,music,song
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Utility for randomizing songs

## Разработка

Проект использует `uv` для окружения, lock-файла и запуска dev-инструментов.

```powershell
uv sync --project .dev
uv run --project .dev pytest
uv run --project .dev ruff check .
```

## Установка CLI для локальной разработки

Для рабочего editable-окружения запускай из корня проекта:

```powershell
uv tool install --editable .dev --force
```
