Merged revisions 76156 via svnmerge from
[python/dscho.git] / Tools / scripts / README
blobb1c167ed5a134d50cea36e87d7083258831806d2
1 This directory contains a collection of executable Python scripts that
2 are useful while building, extending or managing Python.  Some (e.g.,
3 dutree or lll) are also generally useful UNIX tools.
5 See also the Demo/scripts directory!
7 analyze_dxp.py          Analyzes the result of sys.getdxp()
8 byext.py                Print lines/words/chars stats of files by extension
9 byteyears.py            Print product of a file's size and age
10 checkappend.py          Search for multi-argument .append() calls
11 checkpyc.py             Check presence and validity of ".pyc" files
12 classfix.py             Convert old class syntax to new
13 cleanfuture.py          Fix reduntant Python __future__ statements
14 combinerefs.py          A helper for analyzing PYTHONDUMPREFS output.
15 copytime.py             Copy one file's atime and mtime to another
16 crlf.py                 Change CRLF line endings to LF (Windows to Unix)
17 cvsfiles.py             Print a list of files that are under CVS
18 db2pickle.py            Dump a database file to a pickle
19 diff.py                 Print file diffs in context, unified, or ndiff formats
20 dutree.py               Format du(1) output as a tree sorted by size
21 eptags.py               Create Emacs TAGS file for Python modules
22 find_recursionlimit.py  Find the maximum recursion limit on this machine 
23 finddiv.py              A grep-like tool that looks for division operators
24 findlinksto.py          Recursively find symbolic links to a given path prefix
25 findnocoding.py         Find source files which need an encoding declaration
26 fixcid.py               Massive identifier substitution on C source files
27 fixdiv.py               Tool to fix division operators.
28 fixheader.py            Add some cpp magic to a C include file
29 fixnotice.py            Fix the copyright notice in source files
30 fixps.py                Fix Python scripts' first line (if #!)
31 ftpmirror.py            FTP mirror script
32 google.py               Open a webbrowser with Google
33 gprof2html.py           Transform gprof(1) output into useful HTML
34 h2py.py                 Translate #define's into Python assignments
35 idle                    Main program to start IDLE
36 ifdef.py                Remove #if(n)def groups from C sources
37 lfcr.py                 Change LF line endings to CRLF (Unix to Windows)
38 linktree.py             Make a copy of a tree with links to original files
39 lll.py                  Find and list symbolic links in current directory
40 logmerge.py             Consolidate CVS/RCS logs read from stdin
41 mailerdaemon.py         parse error messages from mailer daemons (Sjoerd&Jack)
42 md5sum.py               Print MD5 checksums of argument files.
43 methfix.py              Fix old method syntax def f(self, (a1, ..., aN)):
44 mkreal.py               Turn a symbolic link into a real file or directory
45 ndiff.py                Intelligent diff between text files (Tim Peters)
46 nm2def.py               Create a template for PC/python_nt.def (Marc Lemburg)
47 objgraph.py             Print object graph from nm output on a library
48 parseentities.py        Utility for parsing HTML entity definitions
49 pathfix.py              Change #!/usr/local/bin/python into something else
50 pdeps.py                Print dependencies between Python modules
51 pickle2db.py            Load a pickle generated by db2pickle.py to a database
52 pindent.py              Indent Python code, giving block-closing comments
53 ptags.py                Create vi tags file for Python modules
54 pydoc                   Python documentation browser.
55 pysource.py             Find Python source files
56 redemo.py               Basic regular expression demonstration facility
57 reindent.py             Change .py files to use 4-space indents.
58 rgrep.py                Reverse grep through a file (useful for big logfiles)
59 setup.py                Install all scripts listed here
60 suff.py                 Sort a list of files by suffix
61 svneol.py               Sets svn:eol-style on all files in directory
62 texcheck.py             Validate Python LaTeX formatting (Raymond Hettinger)
63 texi2html.py            Convert GNU texinfo files into HTML
64 treesync.py             Synchronize source trees (very ideosyncratic)
65 untabify.py             Replace tabs with spaces in argument files
66 which.py                Find a program in $PATH
67 xxci.py                 Wrapper for rcsdiff and ci