hatchling (1.27.0)

Published 2025-02-18 15:33:46 +00:00 by codeking

Installation

pip install --index-url  hatchling

About this package

Modern, extensible Python build backend

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

Requirements

Requires Python: >=3.8
Details
PyPI
2025-02-18 15:33:46 +00:00
16
74 KiB
Assets (1)
Versions (1) View all
1.27.0 2025-02-18