Multiform-validator package
Project description
Multiform-validator
Library is in testing period
This package provides Python functions to validate various forms fields.
Documentation: https://github.com/gabriel-logan/multiform-validator
Feel free to find bugs and report them to me. Your feedback is highly appreciated. Hugs from Gabriel Logan!
If you want to help me, you can buy me a coffee (:
Installation
pip install multiform-validator
Avaliable for while
- cnpjValidator: CNPJ validation.
- cpfValidator: CPF validation.
- getOnlyEmail: Extracts only the email or emails address from a string.
- identifyFlagCard: Identifies the flag of a credit card.
- isCreditCardValid: Credit card validation.
- isEmail: Email address validation format.
- passwordStrengthTester: Password strength test.
- validateBRPhoneNumber: Brazilian phone number validation.
from multiform_validator import (
cnpjIsValid,
cpfIsValid,
getOnlyEmail,
identifyFlagCard,
isCreditCardValid,
isEmail,
passwordStrengthTester,
validateBRPhoneNumber
)
Data Validator
This package contains various modules for validating different types of data. Below are the available validation modules:
Available Validation Modules !!! STILL NOT AVALIABLE !!!
- cnpjValidator: CNPJ validation.
- cpfValidator: CPF validation.
- getOnlyEmail: Extracts only the email or emails address from a string.
- identifyFlagCard: Identifies the flag of a credit card.
- isAscii: Checks if the string contains only ASCII characters.
- isBase64: Checks if the string is a valid Base64 encoding.
- isCEP: CEP validation (Brazilian postal code).
- isCreditCardValid: Credit card validation.
- isDate: Date format validation.
- isDecimal: Checks if the number is a decimal.
- isEmail: Email address validation format.
- isEmpty: Checks if the string is empty.
- isMACAddress: MAC address validation.
- isMD5: Checks if the string is a valid MD5 hash.
- validatePassportNumber: Passport number validation.
- isPort: Port number validation.
- isPostalCode: Postal code validation.
- isTime: Time format validation.
- validateBRPhoneNumber: Brazilian phone number validation.
- validateEmail: Email address full validation.
- validatePassword: Password validation.
- validatePhoneNumber: Phone number validation.
- validateUsername: Username validation.
- validateUSPhoneNumber: US phone number validation.
- isNumber: Checks if the value is a number.
- passwordStrengthTester: Password strength test.
- validateName: Name validation.
- validateSurname: Surname validation.
- validateTextarea: Textarea validation.
For better information, read the documentation
Feel free to explore the various functions and experiment with different inputs to understand their behavior. If you encounter any issues or have suggestions, don't hesitate to reach out to me. Your feedback is valuable and helps improve the package. Happy coding!
By - Gabriel Logan
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file multiform-validator-0.0.6.tar.gz
.
File metadata
- Download URL: multiform-validator-0.0.6.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7d871d4d61fe2ef904163a3718c1afeca5bc6839671df639e67ad4e4a01fb34 |
|
MD5 | a37a7518058d9179ed5efeffbbfb56c8 |
|
BLAKE2b-256 | 313f04a91e7a4bfe27bba2e75d2bd08722746e35aeb5190647faa1b9dbf6ef44 |
File details
Details for the file multiform_validator-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: multiform_validator-0.0.6-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67b68723961c82d7efb853ac0b4530d8057a0f808e75044868295c6e0615ea81 |
|
MD5 | 956da7f6498e059d8216e43be5adb7b1 |
|
BLAKE2b-256 | 26aad444fbac26b7b353b7ad02c84c08af75ef84f8ebf09fb78f15a2747799b3 |