You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
This directory contains a collection of executable Python scripts that areuseful while building, extending or managing Python. Some (e.g., dutree or lll)are also generally useful UNIX tools.
2to3 Main script for running the 2to3 conversion toolanalyze_dxp.py Analyzes the result of sys.getdxp()byext.py Print lines/words/chars stats of files by extensionbyteyears.py Print product of a file's size and agecheckpyc.py Check presence and validity of ".pyc" filescleanfuture.py Fix redundant Python __future__ statementscombinerefs.py A helper for analyzing PYTHONDUMPREFS outputcopytime.py Copy one file's atime and mtime to anothercrlf.py Change CRLF line endings to LF (Windows to Unix)db2pickle.py Dump a database file to a picklediff.py Print file diffs in context, unified, or ndiff formatsdutree.py Format du(1) output as a tree sorted by sizeeptags.py Create Emacs TAGS file for Python modulesfind_recursionlimit.py Find the maximum recursion limit on this machine finddiv.py A grep-like tool that looks for division operatorsfindlinksto.py Recursively find symbolic links to a given path prefixfindnocoding.py Find source files which need an encoding declarationfixcid.py Massive identifier substitution on C source filesfixdiv.py Tool to fix division operators.fixheader.py Add some cpp magic to a C include filefixnotice.py Fix the copyright notice in source filesfixps.py Fix Python scripts' first line (if #!)ftpmirror.py FTP mirror scriptgoogle.py Open a webbrowser with Googlegprof2html.py Transform gprof(1) output into useful HTMLh2py.py Translate #define's into Python assignmentsidle3 Main program to start IDLEifdef.py Remove #if(n)def groups from C sourceslfcr.py Change LF line endings to CRLF (Unix to Windows)linktree.py Make a copy of a tree with links to original fileslll.py Find and list symbolic links in current directorymailerdaemon.py Parse error messages from mailer daemons (Sjoerd&Jack)make_ctype.py Generate ctype.h replacement in stringobject.cmd5sum.py Print MD5 checksums of argument filesmkreal.py Turn a symbolic link into a real file or directoryndiff.py Intelligent diff between text files (Tim Peters)nm2def.py Create a template for PC/python_nt.def (Marc Lemburg)objgraph.py Print object graph from nm output on a libraryparseentities.py Utility for parsing HTML entity definitionspatchcheck.py Perform common checks and cleanup before committingpathfix.py Change #!/usr/local/bin/python into something elsepdeps.py Print dependencies between Python modulespickle2db.py Load a pickle generated by db2pickle.py to a databasepindent.py Indent Python code, giving block-closing commentsptags.py Create vi tags file for Python modulespydoc3 Python documentation browserpysource.py Find Python source filesredemo.py Basic regular expression demonstration facilityreindent.py Change .py files to use 4-space indentsreindent-rst.py Fix-up reStructuredText file whitespacergrep.py Reverse grep through a file (useful for big logfiles)serve.py Small wsgiref-based web server, used in make serve in Docsuff.py Sort a list of files by suffixsvneol.py Set svn:eol-style on all files in directorytexi2html.py Convert GNU texinfo files into HTMLtreesync.py Synchronize source trees (very idiosyncratic)untabify.py Replace tabs with spaces in argument fileswin_add2path.py Add Python to the search path on Windowswhich.py Find a program in $PATH
|