/Tools/modulator/README

http://unladen-swallow.googlecode.com/ · #! · 25 lines · 18 code · 7 blank · 0 comment · 0 complexity · 7f87c63e9aa074981dae61fa2393e865 MD5 · raw file

  1. This is release 1.2 of modulator, a generator of boilerplate code for
  2. modules to be written in C.
  3. Difference between 1.2 and 1.1: __doc__ templates are now generated
  4. (thanks to Jim Fulton).
  5. Difference between 1.1 and 1.0: the templates now use "new-style"
  6. naming conventions. Many thanks to Chak Tan <tan@ee.rochester.edu> for
  7. supplying them.
  8. Usage when you have tk is *really* simple: start modulator, fill out
  9. the forms specifying all the objects and methods, tell modulator
  10. whether objects should also be accessible as sequences, etc and press
  11. 'generate code'. It will write a complete skeleton module for you.
  12. Usage when you don't have tk is slightly more difficult. Look at
  13. EXAMPLE.py for some details (to run, use "python EXAMPLE.py"). Don't
  14. bother with EXAMPLE.py if you have Tkinter!!!
  15. Oh yeah: you'll probably want to change Templates/copyright, or all
  16. your code ends up as being copyrighted to CWI:-)
  17. Let me know what you think,
  18. Jack Jansen, jack@cwi.nl