Contents

pathvalidate 3.2.0

0

pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc.

pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc.

Stars: 198, Watchers: 198, Forks: 11, Open Issues: 2

The thombashi/pathvalidate repo was created 8 years ago and the last code push was 2 days ago.
The project is popular with 198 github stars!

How to Install pathvalidate

You can install pathvalidate using pip

pip install pathvalidate

or add it to a project with poetry

poetry add pathvalidate

Package Details

Author
Tsuyoshi Hombashi
License
MIT License
Homepage
https://github.com/thombashi/pathvalidate
PyPi:
https://pypi.org/project/pathvalidate/
Documentation:
https://pathvalidate.rtfd.io/
GitHub Repo:
https://github.com/thombashi/pathvalidate

Classifiers

  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
  • System/Filesystems
  • Text Processing
No  pathvalidate  pypi packages just yet.

Errors

A list of common pathvalidate errors.

Code Examples

Here are some pathvalidate code examples and snippets.

GitHub Issues

The pathvalidate package has 2 open issues on GitHub

  • installation via apt not possible

See more issues on GitHub

Related Packages & Articles

pandera 0.18.3

A light-weight and flexible data validation and testing tool for statistical data objects.

FormEncode 2.1.0

FormEncode is a validation and form generation package. The validation can be used separately from the form generation. The validation works on compound data structures, with all parts being nestable.

colander 2.0

A simple schema-based serialization and deserialization library