Metadata-Version: 2.1
Name: py.validator
Version: 0.0.8
Summary: String validation and sanitization
Home-page: UNKNOWN
Author: Sanel
Author-email: sanelbgd@hotmail.com
License: MIT
Project-URL: GitHub, https://github.com/theteladras/py.validator
Keywords: python,validation,sanitization,validator.js
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
License-File: LICENSE

# py.validator

A library of string validators and sanitizers

_Insipired by validator.js_

## Strings only

**This library validates and sanitizes strings only.**

Passing anything other than a string will result in an error.

## Instalation

You can install it by running:
`pip install py.validator`


