Module refinery.units.encoding

Encoding and decoding of various formats.

Expand source code Browse git
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Encoding and decoding of various formats.
"""

Sub-modules

refinery.units.encoding.atbash
refinery.units.encoding.b32
refinery.units.encoding.b58
refinery.units.encoding.b64
refinery.units.encoding.b85
refinery.units.encoding.base
refinery.units.encoding.cp1252
refinery.units.encoding.esc
refinery.units.encoding.hex
refinery.units.encoding.htmlesc
refinery.units.encoding.netbios
refinery.units.encoding.ps1str
refinery.units.encoding.recode
refinery.units.encoding.u16
refinery.units.encoding.url
refinery.units.encoding.uuenc
refinery.units.encoding.wshenc