Metadata-Version: |
2.1 |
Name: |
pathvalidate |
Version: |
3.2.3 |
Summary: |
pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc. |
Author: |
Tsuyoshi Hombashi |
Author-Email: |
tsuyoshi.hombashi[at]gmail.com |
Home-Page: |
https://github.com/thombashi/pathvalidate |
Project-Url: |
Changelog, https://github.com/thombashi/pathvalidate/blob/master/CHANGELOG.md |
Project-Url: |
Documentation, https://pathvalidate.rtfd.io/ |
Project-Url: |
Source, https://github.com/thombashi/pathvalidate |
Project-Url: |
Tracker, https://github.com/thombashi/pathvalidate/issues |
License: |
MIT License |
Keywords: |
file,path,validation,validator,sanitization,sanitizer |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: System :: Filesystems |
Classifier: |
Topic :: Text Processing |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.9 |
Requires-Dist: |
sphinx_rtd_theme (>=1.2.2); extra == "docs" |
Requires-Dist: |
Sphinx (>=2.4); extra == "docs" |
Requires-Dist: |
urllib3 (<2); extra == "docs" |
Requires-Dist: |
readmemaker (>=1.2.0); extra == "readme" |
Requires-Dist: |
path (<18,>=13); extra == "readme" |
Requires-Dist: |
allpairspy (>=2); extra == "test" |
Requires-Dist: |
click (>=6.2); extra == "test" |
Requires-Dist: |
Faker (>=1.0.8); extra == "test" |
Requires-Dist: |
pytest (>=6.0.1); extra == "test" |
Requires-Dist: |
pytest-md-report (>=0.6.2); extra == "test" |
Provides-Extra: |
docs |
Provides-Extra: |
readme |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |