Modern, extensible Python build backend
Project description
Hatchling
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hatchling-1.25.0.tar.gz
(64.6 kB
view hashes)
Built Distribution
hatchling-1.25.0-py3-none-any.whl
(84.1 kB
view hashes)
Close
Hashes for hatchling-1.25.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b47948e45d4d973034584dd4cb39c14b6a70227cf287ab7ec0ad7983408a882c |
|
MD5 | 796a9fdc59e2f665f4877807beabe7a6 |
|
BLAKE2b-256 | 0c8b90e80904fdc24ce33f6fc6f35ebd2232fe731a8528a22008458cf197bc4d |