blob: fe9ef51656bc11a06a28efa85bcca7897ff7d240 [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 Rossumec758ea1991-06-04 20:36:54 +000021from.py Summarize mailbox
Guido van Rossum8b83bce1992-03-02 16:15:12 +000022linktree.py Make a copy of a tree with links to original files
23lll.py Find and list symbolic links in current directory
Guido van Rossumec758ea1991-06-04 20:36:54 +000024lpwatch.py Watch BSD line printer queues
25mkreal.py Turn a symbolic link into a real file or directory
26objgraph.py Print object graph from nm output on a library
27pdeps.py Print dependencies between Python modules
Guido van Rossum8b83bce1992-03-02 16:15:12 +000028pi.py Print all digits of pi -- given enough time and memory
Guido van Rossumec758ea1991-06-04 20:36:54 +000029primes.py Print prime numbers
30ptags.py Create vi tags file for Python modules
31suff.py Sort a list of files by suffix
32which.py Find a program in $PATH
33xxci.py Wrapper for rcsdiff and ci