Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba891e0

Browse files
committed
update
1 parent fb03069 commit ba891e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ It covers not only packaging, but also how to create test scripts and documentat
105105

106106
:::{tip}
107107
Besides using the Python default tools there are other ways and great tools for packaging. Check e.g.:
108+
* [HATCH](https://hatch.pypa.io/latest/) Hatch is a modern, extensible Python project manager. Standardized build system with reproducible builds by default.
108109
* [Mamba](https://mamba.readthedocs.io/en/latest/) or
109110
* [uv](https://docs.astral.sh/uv/) A fast package and dependency manager created in RUSTlang. Imho hard to maintain or create an easy fix for non-rust lang developers. But try it out.
110111
* [pex](https://docs.pex-tool.org/index.html). Tool to create Python Executables.

0 commit comments

Comments
 (0)