0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 09:39:56 +01:00
cpython/Tools
1997-07-13 03:36:53 +00:00
..
bgen
faqwiz Upped version to 0.6. 1997-07-13 03:36:53 +00:00
freeze
modulator
scripts
webchecker Tiny script to play with it on a Mac. 1997-05-28 16:09:02 +00:00
world
README

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!

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.