/Tools/scripts/README

http://unladen-swallow.googlecode.com/ · #! · 66 lines · 64 code · 2 blank · 0 comment · 0 complexity · 7e16d1baca63f45111cf09c4a3235715 MD5 · raw file

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