Metadata-Version: 2.1
Name: fuo_kuwo
Version: 0.2.1
Summary: Kuwo music provider for FeelUOwn music player
Home-page: https://github.com/feeluown/feeluown-kuwo
License: GPL
Keywords: feeluown,plugin,kuwo
Author: feeluown team
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: feeluown (>=3.8.12)
Requires-Dist: marshmallow
Requires-Dist: requests
Description-Content-Type: text/markdown

# Kuwo music provider for FeelUOwn player

## Installation

### Arch Linux
`pacman -S feeluown-kuwo`

### Install from pypi
`pip install --user feeluown-kuwo`

### Install with pip
`pip install --user .`

## Development with poetry
`poetry install` to create venv and start development.
`poetry run pre-commit install` to setup git pre-commit hooks.
`poetry run poetry2setup > setup.py` before commit.

## Run tests
`pytest -v`

test_kuwo_api.py -- Kuwo API tests

## Changelog

### v0.2.2 (2024-01-04)
* 适配 FeelUOwn 最新代码（兼容 v3.8.15 及以上）
* API 仍然不可用

### v0.2.1 (2023-07-15)
* 修复 API 不可用的问题

### v0.2.0 (2023-07-13)
* 修复 API 不可用的问题
* 适配 feeluown v2 model，废弃 v1 models

### v0.1.6 (2022-06-08)
* 修复获取歌曲/mv播放链接有一定概率会失败的问题

### v0.1.5 (2021-11-06)
* 处理 html 字符实体

### v0.1.4 (2021-05-27)
* 处理 html 字符实体

### v0.1.3 (2021-04-23)
* 加了个图标
* 支持网页登录
* 支持加载个人收藏的播放列表

### v0.1.2 (2020-10-18)
* 使用 SequentialReader

### v0.1.1 (2020-06-05)
* fix the issue that fuo-kuwo can't be installed without install_requries

### v0.1 (2020-06-05)
* support fetching song/artist/album/playlist detail
* support searching

