aboutsummaryrefslogtreecommitdiff
path: root/devel/pythontidy/pkg-descr
blob: a42cdc0fe6972acdfddfeb8eea8a8592c9340d5d (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: https://pypi.org/project/PythonTidy/