Poetry

Ztm0929留言 | 贡献2025年5月27日 (二) 13:25的版本 (创建页面,内容为“Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. Poetry offers a lockfile to ensure repeatable installs, and can build your project for distribution. 一体化的 Python 项目管理方案。 https://github.com/python-poetry/poetry 分类:开源项目”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. Poetry offers a lockfile to ensure repeatable installs, and can build your project for distribution.

一体化的 Python 项目管理方案。

https://github.com/python-poetry/poetry