freebsd-ports/devel/pythontidy/pkg-descr
Rong-En Fan 6b0f11b3d0 Add pythontidy 1.10, cleans up, regularizes, and reformats the text of
Python scripts.

PR:		ports/107979
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
2007-01-16 14:35:36 +00:00

11 lines
360 B
Text

This script reads Python code from standard input and writes a revised
version to standard output.
Alternatively, it may be invoked with file names as arguments:
python PythonTidy.py input output
Suffice it to say that input defaults to '-', the standard input, and output
defaults to '-', the standard output.
WWW: http://www.python.org/pypi/PythonTidy/