aboutsummaryrefslogtreecommitdiff
path: root/devel/pythontidy/pkg-descr
blob: 85dd6341c407eab4719cb57f196804c9ef22ef64 (plain) (blame)
1
2
3
4
5
6
7
8
9
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.