hatchling

Modern, extensible Python build backend

80 个版本 Python >=3.10
安装
pip install hatchling
poetry add hatchling
pipenv install hatchling
conda install hatchling
描述

Hatchling

Hatch logo
Package PyPI - Version PyPI - Downloads PyPI - Python Version
Meta Hatch project linting - Ruff code style - Black types - Mypy License - MIT GitHub Sponsors

This is the extensible, standards compliant build backend used by Hatch.

Usage

The following snippet must be present in your project's pyproject.toml file in order to use Hatchling as your build backend:

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

Then a build frontend like pip, build, or Hatch itself can build or install your project automatically:

# install using pip
pip install /path/to/project

# build
python -m build /path/to/project

# build with Hatch
hatch build /path/to/project

Documentation

版本列表
1.30.1 2026-06-02
1.30.0 2026-06-01
1.29.0 2026-02-23
1.28.0 2025-11-27
1.27.0 2024-12-15
1.26.3 2024-11-12
1.26.2 2024-11-12
1.26.1 2024-11-10
1.26.0 2024-11-10
1.25.0 2024-06-22
1.24.2 2024-04-22
1.24.1 2024-04-18
1.24.0 2024-04-16
1.23.0 2024-04-14
1.22.5 2024-04-04
1.22.4 2024-03-24
1.22.3 2024-03-19
1.22.2 2024-03-16
1.22.1 2024-03-16
1.22.0 2024-03-16
1.21.1 2024-01-25
1.21.0 2023-12-18
1.20.0 2023-12-13
1.19.1 2023-12-12
1.19.0 2023-12-11
1.18.0 2023-06-12
1.17.1 2023-06-03
1.17.0 2023-05-12
1.16.1 2023-05-11
1.16.0 2023-05-11
1.15.0 2023-05-09
1.14.1 2023-04-23
1.14.0 2023-04-02
1.13.0 2023-02-09
1.12.2 2023-01-05
1.12.1 2022-12-31
1.12.0 2022-12-30
1.11.1 2022-10-19
1.11.0 2022-10-08
1.10.0 2022-09-19
1.9.0 2022-09-10
1.8.1 2022-08-25
1.8.0 2022-08-16
1.7.1 2022-08-13
1.7.0 2022-08-13
1.6.0 2022-07-23
1.5.0 2022-07-11
1.4.1 2022-07-05
1.4.0 2022-07-03
1.3.1 2022-05-30
1.3.0 2022-05-23
1.2.0 2022-05-21
1.1.0 2022-05-20
1.0.0 2022-05-18
0.25.1 2022-06-14
0.25.0 2022-05-16
0.24.0 2022-04-28
0.23.0 2022-04-28
0.22.0 2022-03-26
0.21.1 2022-03-22
0.21.0 2022-03-18
0.20.1 2022-03-07
0.20.0 2022-03-07
0.19.0 2022-03-06
0.18.0 2022-02-28
0.17.0 2022-02-27
0.16.0 2022-02-26
0.15.0 2022-02-23
0.14.0 2022-02-17
0.13.0 2022-02-16
0.12.0 2022-02-14
0.11.3 2022-02-13
0.11.2 2022-02-05
0.11.1 2022-02-05
0.11.0 2022-02-05
0.10.0 2022-01-21
0.9.0 2022-01-19
0.8.2 2022-01-16
0.8.1 2022-01-14
0.8.0 2022-01-09