blob: 202cc50d163003f51e8cad875be5e0cecf220311 [file] [log] [blame]
Guido van Rossum5f858801995-03-02 15:51:27 +00001This directory contains a number of Python programs that are useful
2while building or extending Python.
3
4bgen Generate complete extension modules from a
5 description. Still under development!
6
Guido van Rossuma11b0411997-08-28 02:41:33 +00007faqwiz FAQ Wizard.
8 See http://grail.cnri.reston.va.us/cgi-bin/faqw.py
9 for a live example.
10
Guido van Rossum5f858801995-03-02 15:51:27 +000011freeze Create a stand-alone executable from a Python program.
12
13modulator Interactively generate boiler plate for an extension
Jack Jansen5214a291995-06-20 12:32:43 +000014 module. Works easiest if you have Tk.
Guido van Rossum5f858801995-03-02 15:51:27 +000015
Guido van Rossum9cd9fbb1998-04-10 20:58:53 +000016scripts 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.
Guido van Rossuma11b0411997-08-28 02:41:33 +000019
Guido van Rossumc4b9af71997-12-23 19:03:42 +000020versioncheck A tool to automate checking whether you have the latest
21 version of a package (by Jack Jansen).
22
Guido van Rossuma11b0411997-08-28 02:41:33 +000023webchecker A link checker for web sites.