euporie.core.convert.formats.base64

Contain functions which convert data to base64 format.

Functions

bytes_to_base64_py(datum[, cols, rows, fg, ...])

Convert bytes to base64 encoded data.

register(from_, to[, filter_, weight])

Add a converter to the centralized format conversion system.

async euporie.core.convert.formats.base64.bytes_to_base64_py(datum: Datum, cols: int | None = None, rows: int | None = None, fg: str | None = None, bg: str | None = None, extend: bool = True) str

Convert bytes to base64 encoded data.