Skip to content

Releases: codeperfectplus/Sanatio

v1.1.0

02 Jun 04:59
Compare
Choose a tag to compare

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

30 May 05:04
Compare
Choose a tag to compare

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

18 Nov 03:43
Compare
Choose a tag to compare
First Release Pre-release
Pre-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.