@@ -6,45 +6,56 @@ See also the Demo/scripts directory!
66
77byext.py Print lines/words/chars stats of files by extension
88byteyears.py Print product of a file's size and age
9+ checkappend.py Search for multi-argument .append() calls
910checkpyc.py Check presence and validity of ".pyc" files
1011classfix.py Convert old class syntax to new
12+ cleanfuture.py Fix reduntant Python __future__ statements
13+ combinerefs.py A helper for analyzing PYTHONDUMPREFS output.
1114copytime.py Copy one file's atime and mtime to another
1215crlf.py Change CRLF line endings to LF (Windows to Unix)
1316cvsfiles.py Print a list of files that are under CVS
1417db2pickle.py Dump a database file to a pickle
1518dutree.py Format du(1) output as a tree sorted by size
1619eptags.py Create Emacs TAGS file for Python modules
20+ finddiv.py A grep-like tool that looks for division operators.
1721findlinksto.py Recursively find symbolic links to a given path prefix
1822fixcid.py Massive identifier substitution on C source files
23+ fixdiv.py Tool to fix division operators.
1924fixheader.py Add some cpp magic to a C include file
2025fixnotice.py Fix the copyright notice in source files
2126fixps.py Fix Python scripts' first line (if #!)
2227ftpmirror.py FTP mirror script
2328gencodec.py Create Python codecs from Unicode mapping files
29+ google.py Open a webbrowser with Google.
30+ gprof2html.py Transform gprof(1) output into useful HTML.
2431h2py.py Translate #define's into Python assignments
2532ifdef.py Remove #if(n)def groups from C sources
2633lfcr.py Change LF line endings to CRLF (Unix to Windows)
2734linktree.py Make a copy of a tree with links to original files
2835lll.py Find and list symbolic links in current directory
2936logmerge.py Consolidate CVS/RCS logs read from stdin
3037mailerdaemon.py parse error messages from mailer daemons (Sjoerd&Jack)
38+ md5sum.py Print MD5 checksums of argument files.
3139methfix.py Fix old method syntax def f(self, (a1, ..., aN)):
3240mkreal.py Turn a symbolic link into a real file or directory
3341ndiff.py Intelligent diff between text files (Tim Peters)
3442nm2def.py Create a template for PC/python_nt.def (Marc Lemburg)
3543objgraph.py Print object graph from nm output on a library
44+ parseentities.py Utility for parsing HTML entity definitions
3645pathfix.py Change #!/usr/local/bin/python into something else
3746pdeps.py Print dependencies between Python modules
3847pickle2db.py Load a pickle generated by db2pickle.py to a database
3948pindent.py Indent Python code, giving block-closing comments
4049ptags.py Create vi tags file for Python modules
50+ pydoc Python documentation browser.
51+ redemo.py Basic regular expression demostration facility
52+ reindent.py Change .py files to use 4-space indents.
4153rgrep.py Reverse grep through a file (useful for big logfiles)
54+ setup.py Install all scripts listed here.
4255suff.py Sort a list of files by suffix
43- sum5.py Print md5 checksums of files
44- tabnanny.py Check for ambiguous indentation (Tim Peters)
45- tabpolice.py Check for ambiguous indentation (GvR)
4656texcheck.py Validate Python LaTeX formatting (Raymond Hettinger)
4757texi2html.py Convert GNU texinfo files into HTML
58+ trace.py Trace Python program or function execution
4859treesync.py Synchronize source trees (very ideosyncratic)
4960untabify.py Replace tabs with spaces in argument files
5061which.py Find a program in $PATH
0 commit comments