|
1 | 1 | This directory contains a collection of executable Python scripts. |
2 | 2 |
|
3 | | -Some perform Python housekeeping jobs (e.g., converting old syntax or |
4 | | -generating tags files), others are useful UNIX tools, are some are |
5 | | -just cute demos (e.g., pi.py). |
| 3 | +See also the Tools/scripts directory! |
6 | 4 |
|
7 | | -A number of these of these deserve a link in your bin directory. All |
8 | | -deserve study if you want to learn Python programming. |
9 | | - |
10 | | -Table of contents: |
11 | | - |
12 | | -byteyears.py Print product of a file's size and age |
13 | | -checkpyc.py Check presence and validity of ".pyc" files |
14 | | -classfix.py Convert old class syntax to new |
15 | | -copytime.py Copy one file's atime and mtime to another |
16 | | -h2py.py Translate #define's into Python assignments |
17 | | -dutree.py Format du(1) output as a tree sorted by size |
18 | | -eptags.py Create Emacs TAGS file for Python modules |
19 | 5 | fact.py Factorize numbers |
20 | | -findlinksto.py Recursively find symbolic links to a given path prefix |
21 | | -fixps.py Fix Python scripts' first line (if #!) |
22 | | -fixcid.py Massive identifier substitution on C source files |
23 | | -fixheader.py Add some cpp magic to a C include file |
24 | 6 | from.py Summarize mailbox |
25 | 7 | ftpstats.py Summarize ftp daemon log file |
26 | | -ifdef.py Remove #if(n)def groups from C sources |
27 | | -linktree.py Make a copy of a tree with links to original files |
28 | | -lll.py Find and list symbolic links in current directory |
29 | 8 | lpwatch.py Watch BSD line printer queues |
30 | 9 | markov.py Markov chain simulation of words or characters |
31 | 10 | mboxconvvert.py Convert MH or MMDF mailboxes to unix mailbox format |
32 | | -methfix.py Fix old method syntax def f(self, (a1, ..., aN)): |
33 | 11 | morse.py Produce morse code (audible or on AIFF file) |
34 | | -mkreal.py Turn a symbolic link into a real file or directory |
35 | 12 | mpzpi.py test mpz -- print digits of pi (compare pi.py) |
36 | | -objgraph.py Print object graph from nm output on a library |
37 | | -pathfix.py Change #!/usr/local/bin/python into something else |
38 | | -pdeps.py Print dependencies between Python modules |
39 | 13 | pi.py Print all digits of pi -- given enough time and memory |
40 | | -pindent.py Indent Python code, giving block-closing comments |
41 | 14 | pp.py Emulate some Perl command line options |
42 | 15 | primes.py Print prime numbers |
43 | | -ptags.py Create vi tags file for Python modules |
44 | 16 | script.py Equivalent to BSD script(1) -- by Steen Lumholt |
45 | | -suff.py Sort a list of files by suffix |
46 | | -sum5.py Print md5 checksums of files |
47 | 17 | unbirthday.py Print unbirthday count |
48 | | -which.py Find a program in $PATH |
49 | | -xxci.py Wrapper for rcsdiff and ci |
| 18 | +update.py Update a bunch of files according to a script. |
0 commit comments