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