Last set of CW Pro 5 projects (probably)
[python/dscho.git] / Tools / README
bloba0f5972bd139c55a1d407a7798f2d82928064ce0
1 This directory contains a number of Python programs that are useful
2 while building or extending Python.
4 bgen            Generate complete extension modules from a
5                 description.  Still under development!
7 compiler        A Python source to bytecode compiler written in
8                 Python, including an interface for manipulating
9                 abstract syntax trees.  Still under development.
11 faqwiz          FAQ Wizard.
12                 See http://grail.cnri.reston.va.us/cgi-bin/faqw.py
13                 for a live example.
15 freeze          Create a stand-alone executable from a Python program.
17 modulator       Interactively generate boiler plate for an extension
18                 module.  Works easiest if you have Tk.
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.
24 versioncheck    A tool to automate checking whether you have the latest
25                 version of a package (by Jack Jansen).
27 webchecker      A link checker for web sites.