Home

Python Module Manager for Tcl

This Tcl module will provide, via libtclpy, an import facility to import python modules which:
  1. Creates a namespace for the module.
  2. Creates wrapper procedures in the namespace for all functions in the module.
  3. Creates TclOO wrapper classes in the namespace for all classes in the module.
Click here for a list of releases.
Click here for how to use the package.

Click here for an example using the package.

Click here for directions on how to clone this repository.

Click here for a pending list of "to do" items.

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.