python-wheel-build / fromager

Build your own wheels
https://pypi.org/project/fromager/
Apache License 2.0
3 stars 9 forks source link

Feat: entry points with override methods #195

Closed tiran closed 1 month ago

tiran commented 1 month ago

The new entry point fromager.override_methods lists all fromager override methods by name and their default implementation. This allows consumers to get a list of known override methods and compare function signatures.

Also address some typing issues in override methods and helpers.

dhellmann commented 1 month ago

I like this. We could document using entry_point_inspector for listing them.

This is relevant to #196, too, @shubhbapna