1 Star 0 Fork 0

Sync.Nep / djc_helper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
download_latest_version_caller_demo.py 418 Bytes
一键复制 编辑 原始数据 按行查看 历史
风之凌殇 提交于 2022-08-11 16:04 . fix: lint
import subprocess
py_path = ".\\.venv_dev\\Scripts\\python.exe"
script_path = ".\\download_latest_version.py"
cmd = [py_path, script_path]
output = subprocess.check_output(cmd).decode("utf-8").strip()
print(output)
boundary_mark = "$$boundary$$"
# temp = output.split(boundary_mark)
# for idx, item in enumerate(temp):
# print(f"\t{idx}: {item}")
result = output.split(boundary_mark)[1].strip()
print(result)
1
https://gitee.com/a915646637/djc_helper.git
git@gitee.com:a915646637/djc_helper.git
a915646637
djc_helper
djc_helper
master

搜索帮助