- Notifications
You must be signed in to change notification settings - Fork3
A simple Python wheel builder for simple projects.
License
NotificationsYou must be signed in to change notification settings
repo-helper/whey
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple Python wheel builder for simple projects.
whey
:
- supportsPEP 621 metadata.
- can be used as aPEP 517 build backend.
- createsPEP 427wheels.
- handles type hint files(py.typed and
*.pyi
stubs). - is distributed under theMIT License.
- is the liquid remaining after milk has been curdled and strained.It is a byproduct of the manufacture of cheese and has several commercial uses.
Seethe documentation forconfiguration andusage information.
Docs | |
---|---|
Tests | |
PyPI | |
Anaconda | |
Activity | |
QA | |
Other |
whey
can be installed from PyPI or Anaconda.
To install withpip
:
$ python -m pip install whey
To install withconda
:
$ conda install -c conda-forge whey
whey
also has an optional README validation feature, which checks the README will render correctly on PyPI.This requires that thereadme
extra is installed:
$ python -m pip install whey[readme]
and inpyproject.toml
:
[build-system]requires = ["whey[readme]",]build-backend ="whey"
About
A simple Python wheel builder for simple projects.