hard_reload
is a simple qt menu for flushing python packages from memory on
the fly, it features autocompletion and should be used within Autodesk Maya
(it's quite useful for develoment!).
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()