Metadata-Version: 2.1
Name: py.validator
Version: 0.0.6
Summary: String validation and sanitization
Home-page: UNKNOWN
Author: Sanel
Author-email: sanelbgd@hotmail.com
License: MIT
Keywords: python,validation,sanitization,javascript
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

Package that allows for validate and sanitize of string values. For example to check if a string is an ascii string, is it a float or an uuid etc.

