Releases: yoonjesung/opentoken-python
Releases · yoonjesung/opentoken-python
2.2.0
1.2.0
bugfix: Opentoken standard needs time format in zulu format
2.1.0
Fix a bug where a naive datetime was used rather than a timezone-zone aware UTC datetime
1.1.0
Fix a bug where a naive datetime was used rather than a timezone-zone aware UTC datetime
2.0.1
Make internal imports relative to prevent name conflicts
1.0.1
Make internal imports relative to prevent name conflicts
2.0.0
Use the pycryptodomex library instead of pycryptodome to prevent conflicts with the old PyCrypto library.
1.0.0
- 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.