Guido van Rossum | 5f85880 | 1995-03-02 15:51:27 +0000 | [diff] [blame] | 1 | This directory contains a number of Python programs that are useful |
| 2 | while building or extending Python. |
| 3 | |
| 4 | bgen Generate complete extension modules from a |
| 5 | description. Still under development! |
| 6 | |
| 7 | freeze Create a stand-alone executable from a Python program. |
| 8 | |
| 9 | modulator Interactively generate boiler plate for an extension |
Jack Jansen | 5214a29 | 1995-06-20 12:32:43 +0000 | [diff] [blame] | 10 | module. Works easiest if you have Tk. |
Guido van Rossum | 5f85880 | 1995-03-02 15:51:27 +0000 | [diff] [blame] | 11 | |
| 12 | scripts A number of useful single-file programs, e.g. for |
| 13 | converting old Python sources to the current language |
| 14 | definition. |