/Mac/Modules/ae/README

http://unladen-swallow.googlecode.com/ · #! · 24 lines · 23 code · 1 blank · 0 comment · 0 complexity · 52fadf6ef9783a90fea751a75f92d29f MD5 · raw file

  1. A quick note on what all the files here are, currently (16-7-95),
  2. and whether they really are source or generated.
  3. aegen.py Generated by aescan, temporary file
  4. AEModule.c Generated by aescan, from AppleEvents.h
  5. AEObjects.py Generated by aescan, from AEObjects.h
  6. aepack.py Routines to convert python objects <-> AEDesc record
  7. (formerly part of aetools, now imported there)
  8. AERegistry.py Generated by aescan, from AERegistry.h
  9. aescan.py Program to scan headers and generate AE modules
  10. aesupport.py Helper code for aescan
  11. aetools.py Routines/classes to create and send appleevents
  12. aetypes.py Classes for python objects corresponding to AEDesc types
  13. (formerly part of aetools, now imported there)
  14. AppleEvents.py Generated by aescan, from AppleEvents.h
  15. AppleScript_Suite.py Generated by gensuitemodule
  16. echo.py Old test program (may still work) to echo events back to sender
  17. gensuitemodule.py Program to scan aete/aeut resources and generate python
  18. interface modules
  19. Required_Suite.py Generated by gensuitemodule
  20. Standard_Suite.py Generated by gensuitemodule
  21. tae.py Old test program (may still work) to send an appleevent
  22. tell.py Old test program (may still work) to send an appleevent
  23. test_suite.py Test program to test bits of the _Suite modules and aetools/etc