类似pip, peotry依赖管理工具

天问 78a86f5d2f Update 'README.md' 4 weeks ago
README.md 78a86f5d2f Update 'README.md' 4 weeks ago

README.md

hatch

类似pip, peotry依赖管理工具 + setuptools ,包含打包部署命令

Usage

pip install hatch

# 创建demo项目
hatch new "demo"

pyproject.toml

# 现有项目添加hatch支持
hatch new --init

hatch build

hatch run docs:build

hatch publish --no-prompt
hatch run docs:deploy