blob: 1847ead6fdc12f369fc7fb06a9a824297aac55d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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/
|