Registry / devops / whey
library0.1.1pypypi✓ verified 81d ago

A simple Python wheel builder for simple projects. Current version 0.1.1, requires Python >=3.6.1. Release cadence is sporadic; last release in 2024.

pip install whey
INSTALL
IMPORT
SIG · WHEY
W
whey
devopspythonv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

build_wheel
from whey import build_wheel
from whey import build

Build a wheel from your project directory. Replace 'path/to/your_project' with the actual path.

from whey import build build('dist', 'path/to/your_project')
whey --version
Debug
Known issues
gotchawhey is designed for simple projects; it may not handle complex build configurations (e.g., C extensions).
fix
Use build or setuptools directly for complex projects.
affects: all
gotchaThe library is not actively maintained; last release was in 2024. Check for alternatives if you need ongoing support.
fix
Consider using build (PyPA) or flit for actively maintained wheel building.
affects: all
Upgrade
Version history
0.1.1latest on PyPI · released May 21, 2024
Audit
Dependencies
setuptoolsoptionalRequired for building wheels if using setuptools-based projects.
Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
whey — pip install whey · libregistry