]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/README
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / scripts / README
CommitLineData
4710c53d 1This directory contains a collection of executable Python scripts that\r
2are useful while building, extending or managing Python. Some (e.g.,\r
3dutree or lll) are also generally useful UNIX tools.\r
4\r
5See also the Demo/scripts directory!\r
6\r
7analyze_dxp.py Analyzes the result of sys.getdxp()\r
8byext.py Print lines/words/chars stats of files by extension\r
9byteyears.py Print product of a file's size and age\r
10checkappend.py Search for multi-argument .append() calls\r
11checkpyc.py Check presence and validity of ".pyc" files\r
12classfix.py Convert old class syntax to new\r
13cleanfuture.py Fix reduntant Python __future__ statements\r
14combinerefs.py A helper for analyzing PYTHONDUMPREFS output.\r
15copytime.py Copy one file's atime and mtime to another\r
16crlf.py Change CRLF line endings to LF (Windows to Unix)\r
17cvsfiles.py Print a list of files that are under CVS\r
18db2pickle.py Dump a database file to a pickle\r
19diff.py Print file diffs in context, unified, or ndiff formats\r
20dutree.py Format du(1) output as a tree sorted by size\r
21eptags.py Create Emacs TAGS file for Python modules\r
22find_recursionlimit.py Find the maximum recursion limit on this machine \r
23finddiv.py A grep-like tool that looks for division operators\r
24findlinksto.py Recursively find symbolic links to a given path prefix\r
25findnocoding.py Find source files which need an encoding declaration\r
26fixcid.py Massive identifier substitution on C source files\r
27fixdiv.py Tool to fix division operators.\r
28fixheader.py Add some cpp magic to a C include file\r
29fixnotice.py Fix the copyright notice in source files\r
30fixps.py Fix Python scripts' first line (if #!)\r
31ftpmirror.py FTP mirror script\r
32google.py Open a webbrowser with Google\r
33gprof2html.py Transform gprof(1) output into useful HTML\r
34h2py.py Translate #define's into Python assignments\r
35hotshotmain.py Main program to run script under control of hotshot\r
36idle Main program to start IDLE\r
37ifdef.py Remove #if(n)def groups from C sources\r
38lfcr.py Change LF line endings to CRLF (Unix to Windows)\r
39linktree.py Make a copy of a tree with links to original files\r
40lll.py Find and list symbolic links in current directory\r
41logmerge.py Consolidate CVS/RCS logs read from stdin\r
42mailerdaemon.py parse error messages from mailer daemons (Sjoerd&Jack)\r
43md5sum.py Print MD5 checksums of argument files.\r
44methfix.py Fix old method syntax def f(self, (a1, ..., aN)):\r
45mkreal.py Turn a symbolic link into a real file or directory\r
46ndiff.py Intelligent diff between text files (Tim Peters)\r
47nm2def.py Create a template for PC/python_nt.def (Marc Lemburg)\r
48objgraph.py Print object graph from nm output on a library\r
49parseentities.py Utility for parsing HTML entity definitions\r
50pathfix.py Change #!/usr/local/bin/python into something else\r
51pdeps.py Print dependencies between Python modules\r
52pickle2db.py Load a pickle generated by db2pickle.py to a database\r
53pindent.py Indent Python code, giving block-closing comments\r
54ptags.py Create vi tags file for Python modules\r
55pydoc Python documentation browser.\r
56pysource.py Find Python source files\r
57redemo.py Basic regular expression demonstration facility\r
58reindent.py Change .py files to use 4-space indents.\r
59rgrep.py Reverse grep through a file (useful for big logfiles)\r
60serve.py Small wsgiref-based web server, used in make serve in Doc\r
61setup.py Install all scripts listed here\r
62suff.py Sort a list of files by suffix\r
63svneol.py Sets svn:eol-style on all files in directory\r
64texcheck.py Validate Python LaTeX formatting (Raymond Hettinger)\r
65texi2html.py Convert GNU texinfo files into HTML\r
66treesync.py Synchronize source trees (very ideosyncratic)\r
67untabify.py Replace tabs with spaces in argument files\r
68which.py Find a program in $PATH\r
69xxci.py Wrapper for rcsdiff and ci\r