pyinvoke / invoke

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

Runtime lookup for top-level tasks #223

Open jhermann opened 9 years ago

jhermann commented 9 years ago

Please take a look at https://github.com/jhermann/rituals/commit/42f255b01a4b6de619c6e3e87f63295dfd3b97e0

This allows a task library author to call tasks like the end-user defined them in tasks.py, not like they defined them locally in their library (though both might be the same, depending on what a project developer imported from where).

Something for the core?

johnraz commented 5 years ago

@bitprophet this one should be either marked as a feature request or closed.