From f9adb7eccf26c401bd849234ccccf1ff4e2b8feb Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 17 Jun 2023 12:04:28 +0900 Subject: python/python3-pdm: Added (python package manager). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pdm/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python3-pdm/README (limited to 'python/python3-pdm/README') diff --git a/python/python3-pdm/README b/python/python3-pdm/README new file mode 100644 index 0000000000..1f25cf5e42 --- /dev/null +++ b/python/python3-pdm/README @@ -0,0 +1,8 @@ +python3-pdm (Python manager supporting the latest PEP standards) + +PDM is meant to be a next generation Python package management +tool. It was originally built for personal use. If you feel you +are going well with Pipenv or Poetry and don't want to introduce +another package manager, just stick to it. But if you are missing +something that is not present in those tools, you can probably find +some goodness in pdm. -- cgit v1.2.3