home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20_source / Tools / README
Encoding:
Text File  |  2000-10-25  |  1.0 KB  |  31 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. compiler        A Python source to bytecode compiler written in
  8.                 Python, including an interface for manipulating
  9.                 abstract syntax trees.  Still under development.
  10.  
  11. faqwiz        FAQ Wizard.
  12.         See http://grail.cnri.reston.va.us/cgi-bin/faqw.py
  13.         for a live example.
  14.  
  15. freeze        Create a stand-alone executable from a Python program.
  16.  
  17. modulator    Interactively generate boiler plate for an extension
  18.         module.  Works easiest if you have Tk.
  19.  
  20. scripts        A number of useful single-file programs, e.g. tabnanny.py
  21.         (by Tim Peters), which checks for inconsistent mixing
  22.         of tabs and spaces.
  23.  
  24. unicode        Tools used to generate unicode database files for
  25.         Python 2.0 (by Fredrik Lundh).
  26.  
  27. versioncheck    A tool to automate checking whether you have the latest
  28.         version of a package (by Jack Jansen).
  29.  
  30. webchecker    A link checker for web sites.
  31.