blob: 7159767d8d5f8d101d7b57eadcc38699f7f27553 [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
7byteyears.py Print product of a file's size and age
8checkpyc.py Check presence and validity of ".pyc" files
9classfix.py Convert old class syntax to new
10copytime.py Copy one file's atime and mtime to another
Guido van Rossum4d3376a1997-08-14 20:16:32 +000011cvsfiles.py Print a list of files that are under CVS
Guido van Rossumed3c7911995-03-02 15:56:30 +000012dutree.py Format du(1) output as a tree sorted by size
13eptags.py Create Emacs TAGS file for Python modules
14findlinksto.py Recursively find symbolic links to a given path prefix
15fixcid.py Massive identifier substitution on C source files
16fixheader.py Add some cpp magic to a C include file
17fixps.py Fix Python scripts' first line (if #!)
Guido van Rossume830e551995-06-20 19:31:37 +000018ftpmirror.py FTP mirror script
Guido van Rossumed3c7911995-03-02 15:56:30 +000019h2py.py Translate #define's into Python assignments
20ifdef.py Remove #if(n)def groups from C sources
21linktree.py Make a copy of a tree with links to original files
22lll.py Find and list symbolic links in current directory
23methfix.py Fix old method syntax def f(self, (a1, ..., aN)):
24mkreal.py Turn a symbolic link into a real file or directory
25objgraph.py Print object graph from nm output on a library
26pathfix.py Change #!/usr/local/bin/python into something else
27pdeps.py Print dependencies between Python modules
28pindent.py Indent Python code, giving block-closing comments
29ptags.py Create vi tags file for Python modules
Guido van Rossum189f8fb1995-03-30 09:42:43 +000030pystone.py Benchmark, based on "Dhrystone" C benchmark
Guido van Rossumed3c7911995-03-02 15:56:30 +000031suff.py Sort a list of files by suffix
32sum5.py Print md5 checksums of files
Guido van Rossum4d3376a1997-08-14 20:16:32 +000033treesync.py Synchronize source trees (very ideosyncratic)
Guido van Rossumed3c7911995-03-02 15:56:30 +000034which.py Find a program in $PATH
35xxci.py Wrapper for rcsdiff and ci