source: python/vendor/Python-2.6.5/Tools/README

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 1.6 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 WARNING: bgen has been removed in 3.0.
13
14compiler Tools used to maintain the compiler package in the
15 standard library.
16
17faqwiz FAQ Wizard.
18 See http://www.python.org/cgi-bin/faqw.py
19 for a live example.
20
21freeze Create a stand-alone executable from a Python program.
22
23i18n Tools for internationalization. pygettext.py
24 parses Python source code and generates .pot files,
25 and msgfmt.py generates a binary message catalog
26 from a catalog in text format.
27
28modulator Interactively generate boiler plate for an extension
29 module. Works easiest if you have Tk.
30
31pynche A Tkinter-based color editor.
32
33scripts A number of useful single-file programs, e.g. tabnanny.py
34 (by Tim Peters), which checks for inconsistent mixing
35 of tabs and spaces.
36
37unicode Tools used to generate unicode database files for
38 Python 2.0 (by Fredrik Lundh).
39
40versioncheck A tool to automate checking whether you have the latest
41 version of a package (by Jack Jansen).
42
43webchecker A link checker for web sites.
44
45world Script to take a list of Internet addresses and print
46 out where in the world those addresses originate from,
47 based on the top-level domain country code found in
48 the address.
Note: See TracBrowser for help on using the repository browser.