internal/tools/: pyproject-hooks-1.1.0 metadata and description

Simple index

Wrappers to call pyproject.toml-based build backend hooks.

author_email Thomas Kluyver <thomas@kluyver.me.uk>
classifiers
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
description_content_type text/x-rst
project_urls
  • Changelog, https://pyproject-hooks.readthedocs.io/en/latest/changelog.html
  • Documentation, https://pyproject-hooks.readthedocs.io/
  • Source, https://github.com/pypa/pyproject-hooks
requires_python >=3.7
File Tox results History
pyproject_hooks-1.1.0-py3-none-any.whl
Size
9 KB
Type
Python Wheel
Python
3
pyproject_hooks-1.1.0.tar.gz
Size
8 KB
Type
Source

This is a low-level library for calling build-backends in pyproject.toml-based project. It provides the basic functionality to help write tooling that generates distribution files from Python projects.

If you want a tool that builds Python packages, you’ll want to use https://github.com/pypa/build instead. This is an underlying piece for pip, build and other “build frontends” use to call “build backends” within them.

You can read more in the documentation.

Note: The pep517 project has been replaced by this project (low level) and the build project (high level).