aidataup
Project description
Description
This project made for verify mobile number in Thailand and verify Email pattern
Feature
Verify
- verify_mobile_number
- verify_email
- verify_thai_number
- verify_citizenid_format
- verify_datetime_format
Convert
- convert_num_th_to_global
Clean
- clean_car_plateno (Inprogress)
Utils
- DatabaseManager
Connector
- postgres_connector
- mysql_connector
- sqlite_connector
Extract
- extract_api
Installing
pip install aidataup
Change log
Version
v0.0.6
- [2024/10/31] Hotfix remove pysqlite3 and pysqlite3-binary from dependencies
v0.0.5
- [2024/10/31] Hotfix add pysqlite3-binary dependencies
v0.0.4
- [2024/10/31] Add DatabaseManager and connection
v0.0.3
- [2024/10/24] Add function verify citizenid and datetime with fix format pattern (%Y-%m-%d, %d/%m/%Y, %d-%m-%Y, %Y/%m/%d)
v0.0.2
- [2024/10/22] Add function convert and verify Thai numbers to arabic number
v0.0.1
- [2024/10/22] Initial verify telephone and mobile number in Thailand
Documentation
Official documentation for aidataup will coming soon...
Usage
Example use
python -m venv test_pylib
test_pylib\Scripts\activate
pip install aidataup
Python code
from aidataup import *
print(verify_email("1234@mail.com")) #--- Verify Email
print(verify_mobile_number("0841333333")) #--- Verify Thailand Mobile number pattern
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aidataup-0.0.6.tar.gz
(6.8 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 aidataup-0.0.6.tar.gz.
File metadata
- Download URL: aidataup-0.0.6.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eed6a6fb454349ed6a404382c9ac98765436b436067bc0f68eedcc6625297957
|
|
| MD5 |
28bba78c2fec46e1b13bd689c90f9618
|
|
| BLAKE2b-256 |
a73eaf474aa7419e771959842c5b9405d4ca734df0e4bee41271dd1979ecc0cc
|
File details
Details for the file aidataup-0.0.6-py3-none-any.whl.
File metadata
- Download URL: aidataup-0.0.6-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8f9843c950dd7a9012596389e2594a7fd07b781f9cdbfe92080a82209fbe4b4
|
|
| MD5 |
03d591ee52117a1f0e5d7a8b2c012605
|
|
| BLAKE2b-256 |
992c9f4baef3f42d41fdf2ef7a28552c6f08dbb1336df02ccbd8dca21d20e5e0
|