aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pythontidy/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pythontidy/pkg-descr')
-rw-r--r--devel/pythontidy/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/pythontidy/pkg-descr b/devel/pythontidy/pkg-descr
new file mode 100644
index 000000000000..1847ead6fdc1
--- /dev/null
+++ b/devel/pythontidy/pkg-descr
@@ -0,0 +1,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/