Metadata-Version: 2.3
Name: aidataup
Version: 0.0.3
Summary: aidataup
Author-email: dData <user@data.co.th>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: phonenumbers
Description-Content-Type: text/markdown

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)**

Installing
----------
    pip install aidataup

Change log 
-------------
#### Version
##### 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...


