17db96d56Sopenharmony_ciThis directory contains a collection of executable Python scripts that are
27db96d56Sopenharmony_ciuseful while building, extending or managing Python.  Some (e.g., dutree or lll)
37db96d56Sopenharmony_ciare also generally useful UNIX tools.
47db96d56Sopenharmony_ci
57db96d56Sopenharmony_ci2to3                      Main script for running the 2to3 conversion tool
67db96d56Sopenharmony_ciabitype.py                Converts a C file to use the PEP 384 type definition API
77db96d56Sopenharmony_cianalyze_dxp.py            Analyzes the result of sys.getdxp()
87db96d56Sopenharmony_cibyext.py                  Print lines/words/chars stats of files by extension
97db96d56Sopenharmony_cibyteyears.py              Print product of a file's size and age
107db96d56Sopenharmony_cicleanfuture.py            Fix redundant Python __future__ statements
117db96d56Sopenharmony_cicombinerefs.py            A helper for analyzing PYTHONDUMPREFS output
127db96d56Sopenharmony_cicopytime.py               Copy one file's atime and mtime to another
137db96d56Sopenharmony_cicrlf.py                   Change CRLF line endings to LF (Windows to Unix)
147db96d56Sopenharmony_cidb2pickle.py              Dump a database file to a pickle
157db96d56Sopenharmony_cidiff.py                   Print file diffs in context, unified, or ndiff formats
167db96d56Sopenharmony_cidutree.py                 Format du(1) output as a tree sorted by size
177db96d56Sopenharmony_cieptags.py                 Create Emacs TAGS file for Python modules
187db96d56Sopenharmony_cifinddiv.py                A grep-like tool that looks for division operators
197db96d56Sopenharmony_cifindlinksto.py            Recursively find symbolic links to a given path prefix
207db96d56Sopenharmony_cifindnocoding.py           Find source files which need an encoding declaration
217db96d56Sopenharmony_cifind_recursionlimit.py    Find the maximum recursion limit on this machine
227db96d56Sopenharmony_cifind-uname.py             Look for the given arguments in the sets of all Unicode names
237db96d56Sopenharmony_cifixcid.py                 Massive identifier substitution on C source files
247db96d56Sopenharmony_cifixdiv.py                 Tool to fix division operators.
257db96d56Sopenharmony_cifixheader.py              Add some cpp magic to a C include file
267db96d56Sopenharmony_cifixnotice.py              Fix the copyright notice in source files
277db96d56Sopenharmony_cifixps.py                  Fix Python scripts' first line (if #!)
287db96d56Sopenharmony_ciftpmirror.py              FTP mirror script
297db96d56Sopenharmony_ciget-remote-certificate.py Fetch the certificate that the server(s) are providing in PEM form
307db96d56Sopenharmony_cigoogle.py                 Open a webbrowser with Google
317db96d56Sopenharmony_cigprof2html.py             Transform gprof(1) output into useful HTML
327db96d56Sopenharmony_cihighlight.py              Python syntax highlighting with HTML output
337db96d56Sopenharmony_ciidle3                     Main program to start IDLE
347db96d56Sopenharmony_ciifdef.py                  Remove #if(n)def groups from C sources
357db96d56Sopenharmony_ciimport_diagnostics.py     Miscellaneous diagnostics for the import system
367db96d56Sopenharmony_cilfcr.py                   Change LF line endings to CRLF (Unix to Windows)
377db96d56Sopenharmony_cilinktree.py               Make a copy of a tree with links to original files
387db96d56Sopenharmony_cilll.py                    Find and list symbolic links in current directory
397db96d56Sopenharmony_cimailerdaemon.py           Parse error messages from mailer daemons (Sjoerd&Jack)
407db96d56Sopenharmony_cimake_ctype.py             Generate ctype.h replacement in stringobject.c
417db96d56Sopenharmony_cimd5sum.py                 Print MD5 checksums of argument files
427db96d56Sopenharmony_cimkreal.py                 Turn a symbolic link into a real file or directory
437db96d56Sopenharmony_cindiff.py                  Intelligent diff between text files (Tim Peters)
447db96d56Sopenharmony_cinm2def.py                 Create a template for PC/python_nt.def (Marc Lemburg)
457db96d56Sopenharmony_ciobjgraph.py               Print object graph from nm output on a library
467db96d56Sopenharmony_ciparseentities.py          Utility for parsing HTML entity definitions
477db96d56Sopenharmony_ciparse_html5_entities.py   Utility for parsing HTML5 entity definitions
487db96d56Sopenharmony_cipatchcheck.py             Perform common checks and cleanup before committing
497db96d56Sopenharmony_cipathfix.py                Change #!/usr/local/bin/python into something else
507db96d56Sopenharmony_cipdeps.py                  Print dependencies between Python modules
517db96d56Sopenharmony_cipickle2db.py              Load a pickle generated by db2pickle.py to a database
527db96d56Sopenharmony_cipindent.py                Indent Python code, giving block-closing comments
537db96d56Sopenharmony_ciptags.py                  Create vi tags file for Python modules
547db96d56Sopenharmony_cipydoc3                    Python documentation browser
557db96d56Sopenharmony_cipysource.py               Find Python source files
567db96d56Sopenharmony_cireindent.py               Change .py files to use 4-space indents
577db96d56Sopenharmony_cireindent-rst.py           Fix-up reStructuredText file whitespace
587db96d56Sopenharmony_cirgrep.py                  Reverse grep through a file (useful for big logfiles)
597db96d56Sopenharmony_cirun_tests.py              Run the test suite with more sensible default options
607db96d56Sopenharmony_cistable_abi.py             Stable ABI checks and file generators.
617db96d56Sopenharmony_cisuff.py                   Sort a list of files by suffix
627db96d56Sopenharmony_citexi2html.py              Convert GNU texinfo files into HTML
637db96d56Sopenharmony_ciuntabify.py               Replace tabs with spaces in argument files
647db96d56Sopenharmony_ciwhich.py                  Find a program in $PATH
657db96d56Sopenharmony_ciwin_add2path.py           Add Python to the search path on Windows
66