| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 1 | This directory contains a collection of executable Python scripts that | 
 | 2 | are useful while building, extending or managing Python.  Some (e.g., | 
 | 3 | dutree or lll) are also generally useful UNIX tools. | 
 | 4 |  | 
 | 5 | See also the Demo/scripts directory! | 
 | 6 |  | 
| Guido van Rossum | bf1b1fd | 2003-01-02 02:24:22 +0000 | [diff] [blame] | 7 | byext.py		Print lines/words/chars stats of files by extension | 
| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 8 | byteyears.py		Print product of a file's size and age | 
 | 9 | checkpyc.py		Check presence and validity of ".pyc" files | 
 | 10 | classfix.py		Convert old class syntax to new | 
 | 11 | copytime.py		Copy one file's atime and mtime to another | 
| Guido van Rossum | a57c9b9 | 1998-10-07 19:52:35 +0000 | [diff] [blame] | 12 | crlf.py			Change CRLF line endings to LF (Windows to Unix) | 
| Guido van Rossum | 4d3376a | 1997-08-14 20:16:32 +0000 | [diff] [blame] | 13 | cvsfiles.py		Print a list of files that are under CVS | 
| Skip Montanaro | 9445ce5 | 2003-02-03 15:09:32 +0000 | [diff] [blame] | 14 | db2pickle.py		Dump a database file to a pickle | 
| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 15 | dutree.py		Format du(1) output as a tree sorted by size | 
 | 16 | eptags.py		Create Emacs TAGS file for Python modules | 
 | 17 | findlinksto.py		Recursively find symbolic links to a given path prefix | 
 | 18 | fixcid.py		Massive identifier substitution on C source files | 
 | 19 | fixheader.py		Add some cpp magic to a C include file | 
| Guido van Rossum | a57c9b9 | 1998-10-07 19:52:35 +0000 | [diff] [blame] | 20 | fixnotice.py		Fix the copyright notice in source files | 
| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 21 | fixps.py		Fix Python scripts' first line (if #!) | 
| Guido van Rossum | e830e55 | 1995-06-20 19:31:37 +0000 | [diff] [blame] | 22 | ftpmirror.py		FTP mirror script | 
| Guido van Rossum | 34a7911 | 2000-03-10 22:36:57 +0000 | [diff] [blame] | 23 | gencodec.py		Create Python codecs from Unicode mapping files | 
| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 24 | h2py.py			Translate #define's into Python assignments | 
 | 25 | ifdef.py		Remove #if(n)def groups from C sources | 
| Guido van Rossum | a57c9b9 | 1998-10-07 19:52:35 +0000 | [diff] [blame] | 26 | lfcr.py			Change LF line endings to CRLF (Unix to Windows) | 
| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 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 | 
| Guido van Rossum | 3485bb6 | 1997-08-14 22:04:26 +0000 | [diff] [blame] | 29 | logmerge.py		Consolidate CVS/RCS logs read from stdin | 
| Guido van Rossum | a57c9b9 | 1998-10-07 19:52:35 +0000 | [diff] [blame] | 30 | mailerdaemon.py		parse error messages from mailer daemons (Sjoerd&Jack) | 
| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 31 | methfix.py		Fix old method syntax def f(self, (a1, ..., aN)): | 
 | 32 | mkreal.py		Turn a symbolic link into a real file or directory | 
| Guido van Rossum | a57c9b9 | 1998-10-07 19:52:35 +0000 | [diff] [blame] | 33 | ndiff.py		Intelligent diff between text files (Tim Peters) | 
 | 34 | nm2def.py		Create a template for PC/python_nt.def (Marc Lemburg) | 
| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 35 | objgraph.py		Print object graph from nm output on a library | 
 | 36 | pathfix.py		Change #!/usr/local/bin/python into something else | 
 | 37 | pdeps.py		Print dependencies between Python modules | 
| Skip Montanaro | 9445ce5 | 2003-02-03 15:09:32 +0000 | [diff] [blame] | 38 | pickle2db.py		Load a pickle generated by db2pickle.py to a database | 
| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 39 | pindent.py		Indent Python code, giving block-closing comments | 
 | 40 | ptags.py		Create vi tags file for Python modules | 
| Guido van Rossum | a57c9b9 | 1998-10-07 19:52:35 +0000 | [diff] [blame] | 41 | rgrep.py		Reverse grep through a file (useful for big logfiles) | 
| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 42 | suff.py			Sort a list of files by suffix | 
 | 43 | sum5.py			Print md5 checksums of files | 
| Guido van Rossum | a57c9b9 | 1998-10-07 19:52:35 +0000 | [diff] [blame] | 44 | tabnanny.py		Check for ambiguous indentation (Tim Peters) | 
 | 45 | tabpolice.py		Check for ambiguous indentation (GvR) | 
| Raymond Hettinger | 71e0033 | 2003-05-10 03:30:13 +0000 | [diff] [blame^] | 46 | texcheck.py             Validate Python LaTeX formatting (Raymond Hettinger) | 
| Guido van Rossum | a57c9b9 | 1998-10-07 19:52:35 +0000 | [diff] [blame] | 47 | texi2html.py		Convert GNU texinfo files into HTML | 
| Guido van Rossum | 4d3376a | 1997-08-14 20:16:32 +0000 | [diff] [blame] | 48 | treesync.py		Synchronize source trees (very ideosyncratic) | 
| Guido van Rossum | a57c9b9 | 1998-10-07 19:52:35 +0000 | [diff] [blame] | 49 | untabify.py		Replace tabs with spaces in argument files | 
| Guido van Rossum | ed3c791 | 1995-03-02 15:56:30 +0000 | [diff] [blame] | 50 | which.py		Find a program in $PATH | 
 | 51 | xxci.py			Wrapper for rcsdiff and ci |