此目录中包含 dandanplay-resource-service 的 Python 相关实现。
个人推荐使用 poetry 进行依赖管理。
$ cd python
# 安装依赖
$ poetry install
# 或
$ poetry install --no-dev
# 运行脚本,如
$ poetry run python dandanplay-resource-service.py proxy=http://127.0.0.1:10809
# 或
$ poetry run python dandanplay-resource-service.py host=0.0.0.0 port=34543 proxy=""
# 打包
$ poetry run poe build