pyvss.helper¶
This helper module contains complimentary functions
to the pyvss.manager module
-
pyvss.helper.compress_encode_string(string_data)[source]¶ Compresses and encodes in base64 a given string
Parameters: string_data (str) – string to compress and encode Returns: compressed and encoded string