campy.io.base64helper module¶
Functions for encoding and decoding binary data in the base64 format.
For information on the base64 format, see:
It is a lightweight wrapper around the builtin base64 library that ships with Python.
Functions for encoding and decoding binary data in the base64 format.
For information on the base64 format, see:
It is a lightweight wrapper around the builtin base64 library that ships with Python.