Releases: codeperfectplus/Sanatio
v1.1.0
What's new
-
added new functionality
- Function added to check if a given EAN-13 barcode is valid or not
- Array validation multiple functions added
- password validation function added
- email validation function added
-
documentation added
-
code refactored and code quality improved
-
test cases and test coverage added
-
bug fixes
-
Validator class deprecated, Use the Sanatio class instead, which is the appropriate name as the package name.
What's Changed
- V1.0.0 by @codeperfectplus in #5
- Features/dev by @codeperfectplus in #6
Full Changelog: V1.0.0...v1.1
First stable version release
Sanatio is a comprehensive Python library designed to facilitate the validation of documents, strings, numbers, dates, emails, usernames, and passwords in Python. This library is entirely written in Python, ensuring easy download and use.
Our future plans include expanding support for additional document types and countries. This marks the initial release of the stable version.
First Release
Sanatio
Sanatio is a Latin word that means Validation.Document/String/Number/Date/Email/Username/Password Validator for Python. Inspired by validator.js.
It's a pre-release and supports only a few countries. some functions may not work as expected.
Check out the documentation for more information.