thombashi / pathvalidate

A Python library to sanitize/validate a string such as filenames/file-paths/etc.
https://pathvalidate.rtfd.io/
MIT License
210 stars 12 forks source link

Removed unneeded __future__, update README #3

Closed drhirsch closed 7 years ago

thombashi commented 7 years ago

Thank you for your pull request!

drhirsch commented 7 years ago

Great, I was about to write a one-off, but naturally was glad to see your full-featured and well-tested code already.

While I scan a new codeset I'm thinking about using, I whack off some easy vestigial code like this sometimes.

thombashi commented 7 years ago

Thank you for your comment. I'm glad if the library is useful to you.