blob: 034fc9c251e981bf876e248b60ad6ffa52ebf4d0 (
plain)
1
2
3
4
5
6
7
8
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
|