diff options
Diffstat (limited to 'devel/py-cogapp/pkg-descr')
-rw-r--r-- | devel/py-cogapp/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-cogapp/pkg-descr b/devel/py-cogapp/pkg-descr new file mode 100644 index 000000000000..d4a7e188c832 --- /dev/null +++ b/devel/py-cogapp/pkg-descr @@ -0,0 +1,4 @@ +Cog transforms files in a very simple way: it finds chunks of Python code +embedded in them, executes the Python code, and inserts its output back into +the original file. The file can contain whatever text you like around the +Python code. It will usually be source code. |