saxbophone / basest-python

Arbitrary base binary-to-text encoder (any base to any base), in Python.
https://pypi.org/project/basest/
Mozilla Public License 2.0
6 stars 0 forks source link

Add Encoder Class #14

Closed saxbophone closed 8 years ago

saxbophone commented 8 years ago

This is a bare-bones implementation of an Encoder base class to make using the encoding functions easier. Closes #5