mirror of https://github.com/pypa/hatch.git
4e25463043 | ||
---|---|---|
.github | ||
backend | ||
docs | ||
release | ||
scripts | ||
src/hatch | ||
tests | ||
.gitattributes | ||
.gitignore | ||
.linkcheckerrc | ||
LICENSE.txt | ||
README.md | ||
hatch.toml | ||
mkdocs.insiders.yml | ||
mkdocs.yml | ||
pyoxidizer.bzl | ||
pyproject.toml | ||
ruff.toml | ||
ruff_defaults.toml |
README.md
Hatch
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
- Static analysis with sane defaults
- Easy publishing to PyPI or other indexes
- Version management
- Best practice project generation
- Responsive CLI, ~2-3x faster than equivalent tools
See the Why Hatch? page for more information.
Documentation
The documentation is made with Material for MkDocs and is hosted by GitHub Pages.
License
Hatch is distributed under the terms of the MIT license.