Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 751 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 751 Bytes

dandanplay-resource-service: py-impl

此目录中包含 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