aboutsummaryrefslogtreecommitdiff
path: root/python/python3-cookiecutter/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-02-20 23:18:36 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:18:01 +0700
commit2e2d77a34d4ea740b5105ddc71c0b968e60ebd6b (patch)
tree9cca0b8e682203bc46e2c0186a4db7946f881f76 /python/python3-cookiecutter/README
parentdf3ef47dc2aa1af6f517ca9b10db51e3a697f2cb (diff)
python/python3-cookiecutter: Added (create projects from templates)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cookiecutter/README')
-rw-r--r--python/python3-cookiecutter/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-cookiecutter/README b/python/python3-cookiecutter/README
new file mode 100644
index 0000000000..d42a4dfb91
--- /dev/null
+++ b/python/python3-cookiecutter/README
@@ -0,0 +1,3 @@
+Cookiecutter is a command-line utility that creates projects from
+cookiecutters (project templates), e.g. creating a Python package
+project from a Python package project template.