aboutsummaryrefslogtreecommitdiffstats
path: root/python3-pathvalidate/README
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-14 12:01:23 +0200
committerDanilo M. <danix@danix.xyz>2026-08-14 12:01:23 +0200
commitf0a33acdd366032e730efc3428b6cb0f6ee912c1 (patch)
tree081662fabe1821919b8591b6bf3e33ce8834da74 /python3-pathvalidate/README
parent3874bf3709f1e7c25c82f5105011fcb7ef360ce5 (diff)
downloadmy-slackbuilds-f0a33acdd366032e730efc3428b6cb0f6ee912c1.tar.gz
my-slackbuilds-f0a33acdd366032e730efc3428b6cb0f6ee912c1.zip
python3-pathvalidate: add version 3.3.1
Diffstat (limited to 'python3-pathvalidate/README')
-rw-r--r--python3-pathvalidate/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python3-pathvalidate/README b/python3-pathvalidate/README
new file mode 100644
index 0000000..034fc9c
--- /dev/null
+++ b/python3-pathvalidate/README
@@ -0,0 +1,9 @@
+pathvalidate is a Python library to sanitize and validate strings such
+as filenames and file paths. It removes invalid characters, replaces
+reserved names, and normalizes input for a target platform. It also
+provides argument validators and sanitizers for argparse and click.
+
+This package installs the prebuilt py3-none-any wheel from PyPI. It has
+no external dependencies.
+
+Homepage: https://github.com/thombashi/pathvalidate