# `encodings` This module contains basic methods for `base64` encoding and decoding. It also contains a handy dictionary of MIME headers for several commong file types. ## `b64_encode` ```{eval-rst} .. autofunction:: pocketwelt.encodings.b64_encode ``` ## `b64_decode` ```{eval-rst} .. autofunction:: pocketwelt.encodings.b64_decode ``` ## `MIME_HEADERS` To access this variable simply import it from the module: ```python from pocektwelt.encodings import MIME_HEADERS ```