0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Tools
Guido van Rossum a16a509dfc tabnanny stuff
1998-04-10 19:15:27 +00:00
..
bgen
faqwiz This really needs python 1.5 now... 1998-04-08 21:37:13 +00:00
freeze
idle Tim's version 4, with my mods 1998-04-10 19:14:59 +00:00
modulator tabnanny stuff 1998-04-10 19:15:27 +00:00
pynche
scripts Tim's version 4, with my mods 1998-04-10 19:14:59 +00:00
versioncheck
webchecker Give in to tabnanny 1998-04-06 14:29:28 +00:00
world
README Added Jack Jansen's versioncheck to the README file. 1997-12-23 19:03:42 +00:00

This directory contains a number of Python programs that are useful
while building or extending Python.

bgen		Generate complete extension modules from a
		description.  Still under development!

faqwiz		FAQ Wizard.
		See http://grail.cnri.reston.va.us/cgi-bin/faqw.py
		for a live example.

freeze		Create a stand-alone executable from a Python program.

modulator	Interactively generate boiler plate for an extension
		module.  Works easiest if you have Tk.

scripts		A number of useful single-file programs, e.g. for
		converting old Python sources to the current language
		definition.

versioncheck	A tool to automate checking whether you have the latest
		version of a package (by Jack Jansen).

webchecker	A link checker for web sites.