abravalheri / build

A simple, correct PEP 517 package builder

Home Page:https://pypa-build.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build

CI codecov Documentation Status PyPI version Discord

A simple, correct PEP517 package builder.

See the documentation for more information.

Installation

build can be installed via pip or an equivalent via:

$ pip install build

Usage

python -m build --sdist --wheel .

This will build the package in an isolated environment, generating a source-distribution and wheel in the directory dist/. See the documentation for full information.

Code of Conduct

Everyone interacting in the build's codebase, issue trackers, chat rooms, and mailing lists is expected to follow the PSF Code of Conduct.

About

A simple, correct PEP 517 package builder

https://pypa-build.readthedocs.io/en/stable/

License:MIT License


Languages

Language:Python 100.0%