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.
12 See http://grail.cnri.reston.va.us/cgi-bin/faqw.py
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
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.