From 2e2d77a34d4ea740b5105ddc71c0b968e60ebd6b Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Mon, 20 Feb 2023 23:18:36 +0000 Subject: python/python3-cookiecutter: Added (create projects from templates) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python3-cookiecutter/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-cookiecutter/README (limited to 'python/python3-cookiecutter/README') 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. -- cgit v1.2.3