benchling_sdk.helpers.file_helpers module¶

calculate_md5(input: bytes) → str¶

Calculate an MD5 hash from bytes.

encode_base64(input: bytes, charset: str = 'utf-8') → str¶

Encode bytes into Base64.