This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Description
After a quick check, it appears that construct works to some degree after running the 2to3 tool... Cstring and Repeater objects can be created, can parse, and can build. However, the Bytes object cannot parse - it wants a StringIO, not a bytesIO, yet it can't accept a str object.
Anyways, it would be nice to have a python3 version that worked (and was on PyPi)!