hatch 1.7.0
Python project management
Hatch is a modern, extensible Python project manager.
Features
Standardized build system with reproducible builds by default
Robust environment management with support for custom scripts
Configurable Python distribution management
Easy publishing to PyPI or other indexes
Version management
Configurable project generation with sane defaults
Responsive CLI, ~2-3x faster than equivalent tools
- Website: https://hatch.pypa.io/latest/
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install hatch 1.7.0
as follows:
guix install hatch@1.7.0
Or install the latest version:
guix install hatch
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.