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 wheyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Build a wheel from your project directory. Replace 'path/to/your_project' with the actual path.
Use build or setuptools directly for complex projects.
Consider using build (PyPA) or flit for actively maintained wheel building.