Shared functions

This modules provides diverse functions used throughout the project.

xettel.shared.int36(num: int) str

Converts an int to a base36 uppercase representation.

Parameters

num (int) – a number

Returns

An uppercase base 36 representation.

Return type

str