diff options
author | Guido van Rossum <guido@python.org> | 1995-03-02 14:05:29 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-02 14:05:29 (GMT) |
commit | d211220cd2ea4e51f58cd30fb8fa22a1a62b3b2d (patch) | |
tree | 64cc091fbaf5531ea833bdc2cad32f4731617a7e /Tools/modulator/README | |
parent | df804f8591bcb38ffd4a915c76bd6277ce766a5e (diff) | |
download | cpython-d211220cd2ea4e51f58cd30fb8fa22a1a62b3b2d.zip cpython-d211220cd2ea4e51f58cd30fb8fa22a1a62b3b2d.tar.gz cpython-d211220cd2ea4e51f58cd30fb8fa22a1a62b3b2d.tar.bz2 |
checkin of Jack's original version
Diffstat (limited to 'Tools/modulator/README')
-rw-r--r-- | Tools/modulator/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Tools/modulator/README b/Tools/modulator/README new file mode 100644 index 0000000..7ed09c8 --- /dev/null +++ b/Tools/modulator/README @@ -0,0 +1,17 @@ +This is release 1.0 of modulator, a generator of boilerplate code for +modules to be written in C. + +Usage when you have tk is *reall* 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. + +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 + |