Skip to content

Pierre-Thibault/neo-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo-importer

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

About

Custom Python module importer tracking file changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages