blob: 30b5622034b64cf487b378ea1db89b8cb21c6abd [file] [log] [blame]
Jack Jansen138497d1995-06-20 12:32:15 +00001This is release 1.2 of modulator, a generator of boilerplate code for
Guido van Rossumd2112201995-03-02 14:05:29 +00002modules to be written in C.
3
Jack Jansen138497d1995-06-20 12:32:15 +00004Difference between 1.2 and 1.1: __doc__ templates are now generated
5(thanks to Jim Fulton).
6
7Difference between 1.1 and 1.0: the templates now use "new-style"
8naming conventions. Many thanks to Chak Tan <tan@ee.rochester.edu> for
9supplying them.
Jack Jansenebed7511995-05-16 13:47:03 +000010
11Usage when you have tk is *really* simple: start modulator, fill out
Guido van Rossumd2112201995-03-02 14:05:29 +000012the forms specifying all the objects and methods, tell modulator
13whether objects should also be accessible as sequences, etc and press
14'generate code'. It will write a complete skeleton module for you.
15
16Usage when you don't have tk is slightly more difficult. Look at
17EXAMPLE.py for some details.
18
19Oh yeah: you'll probably want to change Templates/copyright, or all
20your code ends up as being copyrighted to CWI:-)
21
22Let me know what you think,
23 Jack Jansen, jack@cwi.nl
24