Skip to content

Utils

Overview

The utils module provides helper functions for common tasks, enhancing productivity in areas like datetime handling, JWT management, and password processing.

See Examples: Examples Helpers Utils

Utilities

datetime_utils

Documentation for archipy.helpers.utils.datetime_utils. Includes all members, undocumented members, and shows inheritance.

file_utils

Documentation for archipy.helpers.utils.file_utils. Includes all members, undocumented members, and shows inheritance.

jwt_utils

Documentation for archipy.helpers.utils.jwt_utils. Includes all members, undocumented members, and shows inheritance.

password_utils

Documentation for archipy.helpers.utils.password_utils. Includes all members, undocumented members, and shows inheritance.

string_utils

Documentation for archipy.helpers.utils.string_utils. Includes all members, undocumented members, and shows inheritance.

totp_utils

Documentation for archipy.helpers.utils.totp_utils. Includes all members, undocumented members, and shows inheritance.

keycloak_utils

Documentation for archipy.helpers.utils.keycloak_utils. Includes all members, undocumented members, and shows inheritance.

Key Functions

get_utc_now

Function: archipy.helpers.utils.datetime_utils.get_utc_now See documentation for details.

generate_jwt

Function: archipy.helpers.utils.jwt_utils.generate_jwt See documentation for details.

hash_password

Function: archipy.helpers.utils.password_utils.hash_password See documentation for details.