aboutsummaryrefslogtreecommitdiffstats
path: root/python3-pathvalidate/README
diff options
context:
space:
mode:
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