A simple validation library
Project description
validpy
It is a library that makes validation checks in python
import validpy
validator = validpy.Validator()
user_num = input("Enter a number: ")
if validator.isInt(user_num):
print("Thank you for your input")
else:
print("Please enter a number")
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
validpy-0.0.2.tar.gz
(1.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file validpy-0.0.2.tar.gz.
File metadata
- Download URL: validpy-0.0.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c9b9532b5ab6c6cb0e6dea62331cac54ee603a43b00741b1708fe77ba960ca1
|
|
| MD5 |
a65837ee92da29effdfef94c25852bec
|
|
| BLAKE2b-256 |
470e1463c05193f78b9d4ef724c628abd72fdc923bd0eaec9a739c80b1130ffa
|
File details
Details for the file validpy-0.0.2-py3-none-any.whl.
File metadata
- Download URL: validpy-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35ca7984788f99854146652e5c7b32dc3f75a6cea219a3b974a92a4ea13d7072
|
|
| MD5 |
1cbb2560618b67860f0aa3555c1789df
|
|
| BLAKE2b-256 |
9041fdaa5e03e7f2e25646e70271bf2541d953f7462469af7f9b3f0f75732c66
|