代码拉取完成,页面将自动刷新
from setuptools import setup, find_packages
setup(
classifiers=[
# 发展时期
# 'Development Status :: 3 - Alpha',
"Development Status :: 4 - Beta",
# "Development Status :: 5 - Production/Stable",
# 开发的目标用户
"Intended Audience :: Customer Service",
"Intended Audience :: Developers",
# "Intended Audience :: End Users/Desktop",
# 属于什么类型
"Topic :: Communications :: File Sharing",
"Topic :: Internet",
"Topic :: Multimedia",
"Topic :: Multimedia :: Graphics",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Sound/Audio :: CD Audio",
"Topic :: Multimedia :: Sound/Audio :: Editors",
# 许可证信息
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# 目标 Python 版本
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
],
name="class163",
version="0.7.7.1",
description="网易云音乐部分常用开放信息类API调用和部分需要用户凭证的API调用,包括音乐、歌单、搜索结果的获取,以及音乐的获取及信息写入。",
author="CooooldWind_",
url="https://gitee.com/CooooldWind/class163",
packages=find_packages(),
install_requires=[
"netease_encode_api",
"typing_extensions",
"mutagen",
"pillow",
],
entry_points={},
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。