neo-importer is custom Python importer tracking changes of Python source files ".py" and reloading them at the next import statement. This enables the developer to make changes to its files and see the result of these changes the next time these modules are imported. This a useful tool for Python development and debugging.
Installation
This a standard Python module. Make sure the module is available somewhere in your Python path. Try to install the custom importer at the beginning of your application. See the documentation for more details on how to use the module.
2011-05-21: First release.
Requirements: Python 2.5 and higher (excluding Python 3).
Comments or questions? Join the user group
Author: Pierre Thibault (pierre.thibault1 -at- gmail.com)
License: MIT
Since: 2011-05-21
Project page: https://github.com/Pierre-Thibault/neo-importer