blob: e7443dada6e06ba7ecc4e52ef7c1742d0a4f1606 [file] [log] [blame]
Guido van Rossum8b83bce1992-03-02 16:15:12 +00001This directory contains a collection of executable Python scripts.
2
3Some perform Python housekeeping jobs (e.g., converting old syntax or
4generating tags files), others are useful UNIX tools, are some are
5just cute demos (e.g., pi.py).
6
7A number of these of these deserve a link in your bin directory. All
8deserve study if you want to learn Python programming.
9
10Table of contents:
Guido van Rossumec758ea1991-06-04 20:36:54 +000011
12byteyears.py Print product of a file's size and age
Guido van Rossum488b7d91991-12-24 13:55:16 +000013checkpyc.py Check presence and validity of ".pyc" files
Guido van Rossum9f7a9561991-12-26 12:59:17 +000014classfix.py Convert old class syntax to new
Guido van Rossum488b7d91991-12-24 13:55:16 +000015copytime.py Copy one file's atime and mtime to another
Guido van Rossum8b83bce1992-03-02 16:15:12 +000016h2py.py Translate #define's into Python assignments
17dutree.py Format du(1) output as a tree sorted by size
Guido van Rossumec758ea1991-06-04 20:36:54 +000018eptags.py Create Emacs TAGS file for Python modules
19fact.py Factorize numbers
Guido van Rossum8b83bce1992-03-02 16:15:12 +000020findlinksto.py Recursively find symbolic links to a given path prefix
Guido van Rossum6a0e2281993-06-14 08:47:54 +000021fixps.py Fix Python scripts' first line (if #!)
22fixcid.py Massive identifier substitution on C source files
Guido van Rossum8425b791994-01-07 11:38:28 +000023fixheader.py Add some cpp magic to a C include file
Guido van Rossumec758ea1991-06-04 20:36:54 +000024from.py Summarize mailbox
Guido van Rossume0248731994-01-07 10:56:05 +000025ftpstats.py Summarize ftp daemon log file
Guido van Rossum1ced40f1994-05-09 14:52:33 +000026ifdef.py Remove #if(n)def groups from C sources
Guido van Rossum8b83bce1992-03-02 16:15:12 +000027linktree.py Make a copy of a tree with links to original files
28lll.py Find and list symbolic links in current directory
Guido van Rossumec758ea1991-06-04 20:36:54 +000029lpwatch.py Watch BSD line printer queues
Guido van Rossume0248731994-01-07 10:56:05 +000030markov.py Markov chain simulation of words or characters
Guido van Rossum524f1461994-09-05 11:51:33 +000031mboxconvvert.py Convert MH or MMDF mailboxes to unix mailbox format
Guido van Rossum9db0c1f1993-04-01 20:50:12 +000032methfix.py Fix old method syntax def f(self, (a1, ..., aN)):
Guido van Rossum07c96451994-10-03 16:45:35 +000033morse.py Produce morse code (audible or on AIFF file)
Guido van Rossumec758ea1991-06-04 20:36:54 +000034mkreal.py Turn a symbolic link into a real file or directory
Guido van Rossum4040ed01994-08-19 15:09:02 +000035mpzpi.py test mpz -- print digits of pi (compare pi.py)
Guido van Rossumec758ea1991-06-04 20:36:54 +000036objgraph.py Print object graph from nm output on a library
Guido van Rossum386a5541994-08-19 15:03:41 +000037pathfix.py Change #!/usr/local/bin/python into something else
Guido van Rossumec758ea1991-06-04 20:36:54 +000038pdeps.py Print dependencies between Python modules
Guido van Rossum8b83bce1992-03-02 16:15:12 +000039pi.py Print all digits of pi -- given enough time and memory
Guido van Rossumbc9231a1994-05-15 18:14:24 +000040pindent.py Indent Python code, giving block-closing comments
Guido van Rossumc2b2a041992-08-10 10:43:07 +000041pp.py Emulate some Perl command line options
Guido van Rossumec758ea1991-06-04 20:36:54 +000042primes.py Print prime numbers
43ptags.py Create vi tags file for Python modules
Guido van Rossum07c96451994-10-03 16:45:35 +000044script.py Equivalent to BSD script(1) -- by Steen Lumholt
Guido van Rossumec758ea1991-06-04 20:36:54 +000045suff.py Sort a list of files by suffix
Guido van Rossum07c96451994-10-03 16:45:35 +000046sum5.py Print md5 checksums of files
Guido van Rossum46f1ca81994-02-07 13:44:59 +000047unbirthday.py Print unbirthday count
Guido van Rossumec758ea1991-06-04 20:36:54 +000048which.py Find a program in $PATH
49xxci.py Wrapper for rcsdiff and ci