blob: dcb12d20a98ee51378c742d8912a205d6c5e49d4 [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
16scripts A number of useful single-file programs, e.g. for
17 converting old Python sources to the current language
18 definition.
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.