Metadata-Version: 2.1
Name: Sanatio
Version: 1.6.0
Summary: Simple and easy to validate data in Python
Home-page: https://github.com/codeperfectplus/Sanatio
Author: Deepak Raj
Author-email: deepak008@live.com
Project-URL: Documentation, https://sanatio.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/codeperfectplus/Sanatio
Project-URL: Tracker, https://github.com/codeperfectplus/Sanatio/issues
Keywords: sanatio,validation,python,data,data-validation,data-validation-python,data-validation-library,data-validation-python-library,data-validation-python-package,data-validation-package,data-validation-library-python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-Levenshtein==0.25.1
Requires-Dist: python-dateutil
Requires-Dist: pytest
Requires-Dist: pytest-xdist

<p align="center">
  <a href="https://py-contributors.github.io/audiobook/"><img src="https://capsule-render.vercel.app/api?type=rect&color=009ACD&height=100&section=header&text=Sanatio&fontSize=80%&fontColor=ffffff" alt="website title image"></a>
  <h3 align="center">👉 Sanatio is a latin word which mean Validation 👈</h2>
  <h3 align="center"><b>Document, String, Number, Date, Email, Username, Password</b> Validator for Python. Inspired by <a href="https://github.com/validatorjs/validator.js">Validator.JS</a></h2>
</p>


## Installation

```bash
pip install sanatio
```

## Documentation

Check out the [documentation](https://sanatio.readthedocs.io/en/latest/) for more information.

## Roadmap

Check out the [roadmap](https://github.com/py-contributors/sanatio/ROADMAP.MD) for more information.

## Contributing

Check out the [contributing](/CONTRIBUTING.md) for more information.

## License

[Apache License 2.0](/LICENSE)


## Code of Conduct

[Code of Conduct](/CODE_OF_CONDUCT.md)
