ユーティリティモジュール (utils)
- ! アドレス帳に単一または複数の連絡先を追加 (utils.add_contacts)
- アドレス帳のすべての連絡先を削除 (utils.remove_all_contacts)
- テキストを QR コード画像にエンコード (utils.qr_encode)
- 現在のスクリプトの起動引数を取得 (utils.launch_args)
- 現在のスクリプトが App 内から起動されたかどうかを判定 (utils.is_launch_via_app)
- 動画ファイルを写真ライブラリにインポート (utils.video_to_album)
- UUID を生成 (utils.gen_uuid)
- 時間ベースのワンタイムパスワードを生成 (utils.totp_next)
- カウンターに基づいてワンタイムパスワードを生成 (utils.hotp_counter)
- 次のカウンターベースのワンタイムパスワードを生成 (utils.hotp_next)
- タイムスタンプを RFC 1123 形式の文字列に変換 (utils.date_to_rfc1123)
- RFC 1123 形式の日時文字列をタイムスタンプに変換 (utils.date_from_rfc1123)
- タイムスタンプを RFC 3339 形式の文字列に変換 (utils.date_to_rfc3339)
- RFC 3339 形式の日時文字列をタイムスタンプに変換 (utils.date_from_rfc3339)
- タイムスタンプを指定形式の日時文字列に変換 (utils.date_to_format)
- 指定形式の日時文字列をタイムスタンプに変換 (utils.date_from_format)