Rewrite to use test_support's fine fcmp instead -- I didn't know that
[python/dscho.git] / Tools / README
blob80cfa72fece7875b85f16e777093af7b1de9354a
1 This directory contains a number of Python programs that are useful
2 while building or extending Python.
4 audiopy         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.
10 bgen            Generate complete extension modules from a
11                 description.  Still under development!
13 compiler        A Python source to bytecode compiler written in
14                 Python, including an interface for manipulating
15                 abstract syntax trees.  Still under development.
17 faqwiz          FAQ Wizard.
18                 See http://www.python.org/cgi-bin/faqw.py
19                 for a live example.
21 freeze          Create a stand-alone executable from a Python program.
23 i18n            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.
28 idle            A Tkinter-based Python IDE.
30 modulator       Interactively generate boiler plate for an extension
31                 module.  Works easiest if you have Tk.
33 pynche          A Tkinter-based color editor.
35 scripts         A number of useful single-file programs, e.g. tabnanny.py
36                 (by Tim Peters), which checks for inconsistent mixing
37                 of tabs and spaces.
39 unicode         Tools used to generate unicode database files for
40                 Python 2.0 (by Fredrik Lundh).
42 versioncheck    A tool to automate checking whether you have the latest
43                 version of a package (by Jack Jansen).
45 webchecker      A link checker for web sites.
47 world           Script to take a list of Internet addresses and print
48                 out where in the world those addresses originate from,
49                 based on the top-level domain country code found in
50                 the address.