```python >>> a = DataBuffer('abcd') >>> str(a) 'abcd' ``` This PR encodes a python3 str to bytes using `charmap`. It verifies that `bytes != str` to only encode a python3 str and not a python2 str. 2019-01-17update company name and copyright dateJordan Wiens 2018-12-22Python2/3 supportKyleMiles 2018-07-13Python2/3 String Compatibility FixKyleMiles 2018-07-10Various Python 3 support changesKyleMiles 2018-07-10Various Python 3 support changesKyleMiles 2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens 2017-05-19update copyright yearJordan Wiens 2016-10-28Refactor python api into separate files and add Enumeration support. Also ↵plafosse fixed bugs found with pyflakes