syncano.utils module

camelcase_to_underscore(text)[source]

Converts camelcase text to underscore format.

underscore_to_camelcase(text)[source]

Converts underscore text to camelcase format.

get_class_name(*args)[source]

Generates safe class name based on provided arguments.

force_text(s, encoding='utf-8', strings_only=False, errors='strict')[source]