From cdfc35bf690e048c6a703e83184dbab4dda3a2a7 Mon Sep 17 00:00:00 2001 From: xaizek Date: Fri, 15 Aug 2025 23:46:39 +0700 Subject: python/python3-cogapp: Added (Cog content generation tool). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-cogapp/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python3-cogapp/README (limited to 'python/python3-cogapp/README') diff --git a/python/python3-cogapp/README b/python/python3-cogapp/README new file mode 100644 index 0000000000..22fc0fc7bf --- /dev/null +++ b/python/python3-cogapp/README @@ -0,0 +1,9 @@ +python3-cogapp (content generation tool) + +cog lets you use small bits of Python code in otherwise static files +to generate whatever text you need. + +It finds chunks of Python code embedded in input files, runs the +Python code, and inserts its output back into the original file. + +This provides /usr/bin/cog. -- cgit v1.2.3