4 Star 9 Fork 7

Gitee 极速下载/musescore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/musescore/MuseScore
克隆/下载
pyproject.toml 736 Bytes
一键复制 编辑 原始数据 按行查看 历史
[project]
description = "Python scripts for MuseScore Studio development."
readme = "https://github.com/musescore/MuseScore/wiki/Running-Python-scripts"
requires-python = ">=3.9"
dependencies = [
"requests>=2.32.3",
"markdown>=3.6",
]
# Show files that use these dependencies, e.g. for requests: rg -lt py "import requests"
# Useful PDM commands:
# --------------------
# pdm install Install all dependencies into a virtual environment (venv).
# pdm run <script> Run a Python script with access to venv.
# pdm add <package> Add new dependency on a PyPi package.
# pdm venv remove in-project Remove the venv (e.g. to test installation from scratch).
[tool.pdm]
distribution = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/musescore.git
git@gitee.com:mirrors/musescore.git
mirrors
musescore
musescore
master

搜索帮助