freebsd-ports/devel/pythontidy/pkg-descr
Sunpoet Po-Chuan Hsieh 778694c5f4 Update WWW
Approved by:	portmgr (blanket)
2019-02-01 21:43:42 +00:00

12 lines
358 B
Plaintext

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/