/usr/lib64/python2.6/site-packages/modulator
NameSizeModeActions
Templates/-0755rm
EXAMPLE.py13600644editdlrm
EXAMPLE.pyc10400644editdlrm
EXAMPLE.pyo10400644editdlrm
genmodule.py48240644editdlrm
genmodule.pyc53700644editdlrm
genmodule.pyo53700644editdlrm
modulator.py144410755editdlrm
modulator.pyc126060644editdlrm
modulator.pyo126060644editdlrm
README9800644editdlrm
ScrolledListbox.py14770644editdlrm
ScrolledListbox.pyc13890644editdlrm
ScrolledListbox.pyo13890644editdlrm
Tkextra.py74970755editdlrm
Tkextra.pyc68390644editdlrm
Tkextra.pyo68390644editdlrm
varsubst.py14460644editdlrm
varsubst.pyc23230644editdlrm
varsubst.pyo23230644editdlrm
Edit: /usr/lib64/python2.6/site-packages/modulator/README (980B)
This is release 1.2 of modulator, a generator of boilerplate code for modules to be written in C. Difference between 1.2 and 1.1: __doc__ templates are now generated (thanks to Jim Fulton). Difference between 1.1 and 1.0: the templates now use "new-style" naming conventions. Many thanks to Chak Tan for supplying them. Usage when you have tk is *really* simple: start modulator, fill out the forms specifying all the objects and methods, tell modulator whether objects should also be accessible as sequences, etc and press 'generate code'. It will write a complete skeleton module for you. Usage when you don't have tk is slightly more difficult. Look at EXAMPLE.py for some details (to run, use "python EXAMPLE.py"). Don't bother with EXAMPLE.py if you have Tkinter!!! Oh yeah: you'll probably want to change Templates/copyright, or all your code ends up as being copyrighted to CWI:-) Let me know what you think, Jack Jansen, jack@cwi.nl