Metadata-Version: 2.4
Name: qqmusic-api-python
Version: 0.5.3
Summary: QQ音乐API封装库
Project-URL: documentation, https://l-1124.github.io/QQMusicApi/
Project-URL: homepage, https://l-1124.github.io/QQMusicApi/
Project-URL: repository, https://github.com/l-1124/QQMusicApi
Author-email: Luren <68656403+luren-dc@users.noreply.github.com>
Maintainer-email: Luren <68656403+luren-dc@users.noreply.github.com>
License-File: LICENSE
Keywords: api,music,qqmusic,tencentmusic
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AnyIO
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
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 :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: anyio>=4.12.1
Requires-Dist: cryptography>=46.0.3
Requires-Dist: httpx-retries>=0.4.6
Requires-Dist: httpx[http2]>=0.27.0
Requires-Dist: jsonpath-ng>=1.8.0
Requires-Dist: orjson>=3.10.15
Requires-Dist: paho-mqtt>=2.1.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: tarsio>=0.5.1
Requires-Dist: typing-extensions>=4.12.2
Description-Content-Type: text/markdown

<div align="center">
    <a>
        <img src="https://socialify.git.ci/L-1124/QQMusicApi/image?font=JetBrains+Mono&language=1&name=1&pattern=Transparent&theme=Auto&logo=https%3A%2F%2Fraw.githubusercontent.com%2FL-1124%2FQQMusicApi%2Frefs%2Fheads%2Fmain%2Fassets%2Fqq-music.svg" alt="QQMusicApi" width="640" height="320" />
    </a>
    <br/>
    <a href="https://www.python.org">
        <img src="https://img.shields.io/badge/Python-3.10|3.11|3.12|3.13|3.14-blue" alt="Python">
    </a>
    <a href="https://github.com/l-1124/QQMusicApi/blob/main/LICENSE">
        <img src="https://img.shields.io/github/license/l-1124/QQMusicApi" alt="GitHub license">
    </a>
    <a href="https://github.com/l-1124/QQMusicApi/stargazers">
        <img src="https://img.shields.io/github/stars/l-1124/QQMusicApi?color=yellow&label=Github%20Stars" alt="STARS">
    </a>
    <a href="https://github.com/l-1124/QQMusicApi/actions/workflows/testing.yml">
        <img src="https://github.com/l-1124/QQMusicApi/actions/workflows/testing.yml/badge.svg?branch=main" alt="Testing">
    </a>
</div>

---

> [!IMPORTANT]
> **音乐平台不易, 请尊重版权, 支持正版**。

---

## 📚 快速链接

* **[📖 完整文档](https://l-1124.github.io/QQMusicApi)**

## 📖 介绍

使用 Python 编写的用于调用 [QQ音乐](https://y.qq.com/) 各种 API 的库。

## ✨ 项目特色

* 🎵 涵盖常见 API
* 🚀 调用简便，函数命名易懂，代码注释详细
* ⚡ 完全异步操作

## 📄 许可证

本项目当前采用 **[GNU General Public License v3.0 or later](https://github.com/l-1124/QQMusicApi/blob/main/LICENSE)**。

本项目仅用于对技术可行性的探索及研究，请勿将其用于任何商业用途或侵犯版权的行为。

## ⚠️ 免责声明

由于使用本项目产生的包括由于本协议或由于使用或无法使用本项目而引起的任何性质的任何直接、间接、特殊、偶然或结果性损害（包括但不限于因商誉损失、停工、计算机故障或故障引起的损害赔偿，或任何及所有其他商业损害或损失）由使用者负责。

## 👥 贡献者

[![Contributor](https://contrib.rocks/image?repo=l-1124/QQMusicApi)](https://github.com/l-1124/QQMusicApi/graphs/contributors)
