Python Module Manager for Tcl
This Tcl module will provide, via
libtclpy, an import facility
to import python modules which:
- Creates a namespace for the module.
- Creates wrapper procedures in the namespace for all functions in the module.
- Creates TclOO wrapper classes in the namespace for all classes in the module.
NOTE:
libtclpy is currently limited to only working with Python 2.x, thus pyman is currently limited to working with 2.x That being said, pyman should require little or no changes to work with Python 3.x once libtclpy works with it.