blob: 000f937d2e64d9f4a07d4aad59107ac6363a3872 [file] [log] [blame]
Guido van Rossumed3c7911995-03-02 15:56:30 +00001This directory contains a collection of executable Python scripts that
2are useful while building, extending or managing Python. Some (e.g.,
3dutree or lll) are also generally useful UNIX tools.
4
5See also the Demo/scripts directory!
6
Guido van Rossumbf1b1fd2003-01-02 02:24:22 +00007byext.py Print lines/words/chars stats of files by extension
Guido van Rossumed3c7911995-03-02 15:56:30 +00008byteyears.py Print product of a file's size and age
9checkpyc.py Check presence and validity of ".pyc" files
10classfix.py Convert old class syntax to new
11copytime.py Copy one file's atime and mtime to another
Guido van Rossuma57c9b91998-10-07 19:52:35 +000012crlf.py Change CRLF line endings to LF (Windows to Unix)
Guido van Rossum4d3376a1997-08-14 20:16:32 +000013cvsfiles.py Print a list of files that are under CVS
Guido van Rossumed3c7911995-03-02 15:56:30 +000014dutree.py Format du(1) output as a tree sorted by size
15eptags.py Create Emacs TAGS file for Python modules
16findlinksto.py Recursively find symbolic links to a given path prefix
17fixcid.py Massive identifier substitution on C source files
18fixheader.py Add some cpp magic to a C include file
Guido van Rossuma57c9b91998-10-07 19:52:35 +000019fixnotice.py Fix the copyright notice in source files
Guido van Rossumed3c7911995-03-02 15:56:30 +000020fixps.py Fix Python scripts' first line (if #!)
Guido van Rossume830e551995-06-20 19:31:37 +000021ftpmirror.py FTP mirror script
Guido van Rossum34a79112000-03-10 22:36:57 +000022gencodec.py Create Python codecs from Unicode mapping files
Guido van Rossumed3c7911995-03-02 15:56:30 +000023h2py.py Translate #define's into Python assignments
24ifdef.py Remove #if(n)def groups from C sources
Guido van Rossuma57c9b91998-10-07 19:52:35 +000025lfcr.py Change LF line endings to CRLF (Unix to Windows)
Guido van Rossumed3c7911995-03-02 15:56:30 +000026linktree.py Make a copy of a tree with links to original files
27lll.py Find and list symbolic links in current directory
Guido van Rossum3485bb61997-08-14 22:04:26 +000028logmerge.py Consolidate CVS/RCS logs read from stdin
Guido van Rossuma57c9b91998-10-07 19:52:35 +000029mailerdaemon.py parse error messages from mailer daemons (Sjoerd&Jack)
Guido van Rossumed3c7911995-03-02 15:56:30 +000030methfix.py Fix old method syntax def f(self, (a1, ..., aN)):
31mkreal.py Turn a symbolic link into a real file or directory
Guido van Rossuma57c9b91998-10-07 19:52:35 +000032ndiff.py Intelligent diff between text files (Tim Peters)
33nm2def.py Create a template for PC/python_nt.def (Marc Lemburg)
Guido van Rossumed3c7911995-03-02 15:56:30 +000034objgraph.py Print object graph from nm output on a library
35pathfix.py Change #!/usr/local/bin/python into something else
36pdeps.py Print dependencies between Python modules
37pindent.py Indent Python code, giving block-closing comments
38ptags.py Create vi tags file for Python modules
Guido van Rossuma57c9b91998-10-07 19:52:35 +000039rgrep.py Reverse grep through a file (useful for big logfiles)
Guido van Rossumed3c7911995-03-02 15:56:30 +000040suff.py Sort a list of files by suffix
41sum5.py Print md5 checksums of files
Guido van Rossuma57c9b91998-10-07 19:52:35 +000042tabnanny.py Check for ambiguous indentation (Tim Peters)
43tabpolice.py Check for ambiguous indentation (GvR)
44texi2html.py Convert GNU texinfo files into HTML
Guido van Rossum4d3376a1997-08-14 20:16:32 +000045treesync.py Synchronize source trees (very ideosyncratic)
Guido van Rossuma57c9b91998-10-07 19:52:35 +000046untabify.py Replace tabs with spaces in argument files
Guido van Rossumed3c7911995-03-02 15:56:30 +000047which.py Find a program in $PATH
48xxci.py Wrapper for rcsdiff and ci