Skip to content

Releases: codeperfectplus/Sanatio

v1.1.0

Choose a tag to compare

@codeperfectplus codeperfectplus released this 02 Jun 04:59

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

Full Changelog: V1.0.0...v1.1

First stable version release

Choose a tag to compare

@codeperfectplus codeperfectplus released this 30 May 05:04

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

First Release Pre-release
Pre-release

Choose a tag to compare

@codeperfectplus codeperfectplus released this 18 Nov 03:43

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.