pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.42k stars 370 forks source link

feat: add entry point loader #1009

Open kuwv opened 1 month ago

kuwv commented 1 month ago

@bitprophet This is a feature request to add a loader to load collections from entry points. It expands on the existing importlib implementation. Due to the types not aligning I had to remove some cruft that wouldn't align any longer.