hard_reload
is a Maya Qt widget for reloading python packages, useful for develoment!
Type in the module name you want to reload, and press enter.
Copy or symlink hard_reload.py
to your maya/scripts directory or clone
this repo and install the package by typing in a terminal:
python setup.py install
Last method might require root access
Once installed you can launch hard_reload
by typing:
import hard_reload
hard_reload.show()