Developer tools
WheelForge
Problem
The problem
Python wheels and source distributions can be difficult to inspect, validate, and prepare across platforms.
Approach
How I approached it
I built a package inspection engine with a CLI, REST API, and drag-and-drop web interface. It identifies distribution formats, inspects build feasibility, checks wheel metadata and compatibility tags, and verifies RECORD entries with SHA-256 hashes.
Details
What I built
- Archive extraction with path-traversal protections.
- Wheel integrity and metadata checks.
- A shared engine exposed through command-line and web workflows.