Expose some helper functions in WheelSource #116
Labels
component: sources
Related to WheelSource and friends
type: feature
A self-contained enhancement or new feature
When I extend
installer
to support custom installation logic, I found the following methods or attributes very useful and worth exposing as a public method:root_scheme
. Currently retrieved by an unexported function_process_WHEEL_file
, would be good to make it a property ofWheelSource
_determine_scheme(path, source, root_scheme)
. Currently, it is an unexported function, would be good to make it a method ofWheelSource
:WheelSource.determine_scheme(path)
. This, IMO, can achieve high cohesion.The text was updated successfully, but these errors were encountered: