Tools
Global collection of auxiliary methods.
get_file_size(path)
async
¶
hash_to_obj_id(hash)
¶
is_color(color_code)
¶
is_email(email)
async
¶
Validate Email address.
is_ip(address)
¶
is_mongo_id(oid)
¶
is_password(password)
¶
is_phone(number)
¶
Validate Phone number.
Source code in src\ramifice\utils\tools.py
is_url(url)
¶
normal_email(email)
¶
Normalizing email address.
Use this before requeste to a database. For example, on the login page.