Skip to content

abitrolly/build

 
 

Repository files navigation

build

CI codecov Documentation Status PyPI version

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 PEP517 package builder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%