home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Python 1.3 / source code / Tools / README
Encoding:
Text File  |  1995-12-17  |  494 b   |  15 lines  |  [TEXT/R*ch]

  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
  10.         module.  Works easiest if you have Tk.
  11.  
  12. scripts        A number of useful single-file programs, e.g. for
  13.         converting old Python sources to the current language
  14.         definition.
  15.