- OpenToken support for Python3; initial release
- Create and parse opentokens using the opentoken standard
- Write passing unit tests using the canonical test data provided in the standard
- Utilizes OrderedDict as a way of preserving the order or key-value pairs in the token payload, which is passed to the `create_token` method via a list of tuples.