免费编程教程

Python poetry 依赖管理

Poetry 是 Python 依赖和打包工具 pyproject.toml 声明依赖。poetry.lock 锁定版本。构建和发布到 PyPI。本文用 Poetry 管理项目并打包发布。

29 0 0
2026-07-10
Poetry 依赖管理

使用 Poetry 管理项目依赖、虚拟环境和发布包,替代传统 setup.py 流程。

23 0 0
2026-06-16