aboutsummaryrefslogtreecommitdiff
path: root/python/python3-findpython/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2024-01-19 08:55:01 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-19 12:16:35 +0700
commit3f0a857933aa9f1aff0900ab322753bb5b342211 (patch)
tree1b6decd47dde226202861c6e28167da658a0b5ea /python/python3-findpython/README
parent5b55456eae88cf81d3b9cc90affcbcfad28f8f93 (diff)
python/python3-findpython: Added (Find python version).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-findpython/README')
-rw-r--r--python/python3-findpython/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-findpython/README b/python/python3-findpython/README
new file mode 100644
index 0000000000..31267669b8
--- /dev/null
+++ b/python/python3-findpython/README
@@ -0,0 +1,7 @@
+python3-findpython (find python versions on your system)
+
+A utility to find python versions on your system.
+
+This library is a rewrite of pythonfinder project by @techalchemy. It
+simplifies the whole code structure while preserving most of the
+original features.