home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Tools / README
Encoding:
Text File  |  2000-06-23  |  759 b   |  24 lines

  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. faqwiz        FAQ Wizard.
  8.         See http://grail.cnri.reston.va.us/cgi-bin/faqw.py
  9.         for a live example.
  10.  
  11. freeze        Create a stand-alone executable from a Python program.
  12.  
  13. modulator    Interactively generate boiler plate for an extension
  14.         module.  Works easiest if you have Tk.
  15.  
  16. scripts        A number of useful single-file programs, e.g. tabnanny.py
  17.         (by Tim Peters), which checks for inconsistent mixing
  18.         of tabs and spaces.
  19.  
  20. versioncheck    A tool to automate checking whether you have the latest
  21.         version of a package (by Jack Jansen).
  22.  
  23. webchecker    A link checker for web sites.
  24.