python-hatchling
Port variant v14
Summary Modern, extensible Python build backend (3.14)
Package version 1.28.0
Homepage https://hatch.pypa.io/latest/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v13
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 28 NOV 2025, 14:21:09 UTC
Port created 22 MAR 2025, 15:13:13 UTC
Subpackage Descriptions
single # Hatchling
[image] | | | | --- | --- | | Package | [![PyPI - Version]](https://pypi.org/project/hatchling/) [![PyPI - Downloads]](https://pypi.org/project/hatchling/) [![PyPI - Python Version]](https://pypi.org/project/hatchling/) | | Meta | [Hatch project] [![linting - Ruff]](https://github.com/astral-sh/ruff) [![code style - Black]](https://github.com/psf/black) [![types - Mypy]](https://github.com/python/mypy) [![License - MIT]](https://spdx.org/licenses/) [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: ```toml [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: ```console # install using pip pip install /path/to/project # build python -m build /path/to/project # build with Hatch hatch build /path/to/project ``` ## Documentation - [Project metadata] - [Dependencies] - [Packaging]
Configuration Switches (platform-specific settings discarded)
PY313 OFF Build using Python 3.13 PY314 ON Build using Python 3.14
Package Dependencies by Type
Build (only) python314:dev:std
python-pip:single:v14
autoselect-python:single:std
Build and Runtime python314:primary:std
Runtime (only) python-packaging:single:v14
python-pathspec:single:v14
python-pluggy:single:v14
python-trove-classifiers:single:v14
Download groups
main mirror://PYPIWHL/0d/a5/48cb7efb8b4718b1a4c0c331e3364a3a33f614ff0d6afd2b93ee883d3c47
Distribution File Information
dc48722b68b3f4bbfa3ff618ca07cdea6750e7d03481289ffa8be1521d18a961 76075 python-src/hatchling-1.28.0-py3-none-any.whl
Ports that require python-hatchling:v14
python-backrefs:v14 Back references for re and regex modules (3.14)