source: vendor/python/2.5/Tools/README

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 1.5 KB
Line 
1This directory contains a number of Python programs that are useful
2while building or extending Python.
3
4audiopy Audiopy is a program to control the Solaris audio
5 device, allowing you to choose both the input and
6 output devices, and to set the output volume, that can
7 be run either as a command-line script, or as a
8 Tkinter application.
9
10bgen Generate complete extension modules from a
11 description. Still under development!
12
13compiler Tools used to maintain the compiler package in the
14 standard library.
15
16faqwiz FAQ Wizard.
17 See http://www.python.org/cgi-bin/faqw.py
18 for a live example.
19
20freeze Create a stand-alone executable from a Python program.
21
22i18n Tools for internationalization. pygettext.py
23 parses Python source code and generates .pot files,
24 and msgfmt.py generates a binary message catalog
25 from a catalog in text format.
26
27modulator Interactively generate boiler plate for an extension
28 module. Works easiest if you have Tk.
29
30pynche A Tkinter-based color editor.
31
32scripts A number of useful single-file programs, e.g. tabnanny.py
33 (by Tim Peters), which checks for inconsistent mixing
34 of tabs and spaces.
35
36unicode Tools used to generate unicode database files for
37 Python 2.0 (by Fredrik Lundh).
38
39versioncheck A tool to automate checking whether you have the latest
40 version of a package (by Jack Jansen).
41
42webchecker A link checker for web sites.
43
44world Script to take a list of Internet addresses and print
45 out where in the world those addresses originate from,
46 based on the top-level domain country code found in
47 the address.
Note: See TracBrowser for help on using the repository browser.