Update of "Python Module Manager for Tcl"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: b6c45ef8885ab78ec199639d6cb46a8bf62a6e0e9da111fed5565a404b60ee58
Page Name:Python Module Manager for Tcl
Date: 2018-02-05 22:32:51
Original User: gwlester
Parent: 00f09290b9cf4e9687e6cf7dc340235e50d287bd9a9eb6f74d90c6c6e4a426b2 (diff)
Content

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.