Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 726 Bytes

README.rst

File metadata and controls

39 lines (25 loc) · 726 Bytes

base65536

Build Status :Documentation Status

base65536 Python 2 and 3 implementation.

Installation

~ $ python setup.py install

with pip

~ $ pip install base65536

Quick start

>>> import base65536
>>> a = base65536.encode(b"Hello World")
>>> print(a)
驈ꍬ啯ꍲᕤ
>>> print(base65536.decode(a))
Hello World