cpython/Tools/modulator
Fred Drake cd694c44a9 Use string.ascii_letters instead of string.letters (SF bug #226706).
Move computation of sets of characters out of the body of the function that
uses them.
2001-07-20 18:58:42 +00:00
..
Templates REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
EXAMPLE.py Made the example slightly more complete 1995-05-16 13:43:09 +00:00
README Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not 1999-02-16 17:19:39 +00:00
ScrolledListbox.py checkin of Jack's original version 1995-03-02 14:05:29 +00:00
Tkextra.py tabnanny stuff 1998-04-10 19:15:27 +00:00
genmodule.py tabnanny stuff 1998-04-10 19:15:27 +00:00
modulator.py Use string.ascii_letters instead of string.letters (SF bug #226706). 2001-07-20 18:58:42 +00:00
varsubst.py tabnanny stuff 1998-04-10 19:15:27 +00:00

README

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 <tan@ee.rochester.edu> 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