easy_validator doesn't have a tutorial page yet. This module wraps common input
validation checks β email, username, zip code, URL, and password strength β into
beginner-friendly functions so contributors don't have to hand-write regex.
Please add a short tutorial page demonstrating 2-3 functions used together in a realistic
mini-example β for instance, validating a signup form's email with is_valid_email() and
checking is_password_secure() before "saving" a user.
Match the tone and structure of the existing tutorials in docs/tutorial/ (e.g.
easy_colors.md) β a short intro, a small real-world example, a "What happened?"
breakdown, and a "Why use these helpers?" closer.
Please read CONTRIBUTING.md before you start, and feel free to ask questions here!
Links:
easy_validatordoesn't have a tutorial page yet. This module wraps common inputvalidation checks β email, username, zip code, URL, and password strength β into
beginner-friendly functions so contributors don't have to hand-write regex.
Please add a short tutorial page demonstrating 2-3 functions used together in a realistic
mini-example β for instance, validating a signup form's email with
is_valid_email()andchecking
is_password_secure()before "saving" a user.Match the tone and structure of the existing tutorials in
docs/tutorial/(e.g.easy_colors.md) β a short intro, a small real-world example, a "What happened?"breakdown, and a "Why use these helpers?" closer.
Please read CONTRIBUTING.md before you start, and feel free to ask questions here!
Links:
easy_validator.pydocs/tutorial/CONTRIBUTING.md