pyproject-hooks
A low-level library for calling build-backends in `pyproject.toml`-based project
Data packaging python
Minimal
Install package
Latest min add pyproject-hooks - Source archive SHA256
- 1e859bd5…a1f8
- Spec hash
- 66669997…ce1e
- Target
- amd64/linux
- Needs network
- No
- Closed source
- No
What is pyproject-hooks?
A low-level library for calling build-backends in `pyproject.toml`-based project
How to use this package
Quick install
Installs the package into the current environment for this session. Use --build or --runtime to persist it as a build-time or runtime dependency.
min add pyproject-hooks Declare as a task dependency in minimal.toml
Listing the package under tasks.<name>.packages makes it available inside that task’s sandbox.
[tasks.dev]
packages = ["pyproject-hooks"] Build-time vs runtime
Choose build-time for tools needed during compilation, runtime for dynamic libraries loaded at runtime.
min add --build pyproject-hooks
min add --runtime pyproject-hooks