py-tai64
py-tai64 copied to clipboard
A simple UTC => TAI converter and hex-encoded TAI (as used by DJBDNS) => UTC datetime.datetime decoder.
Is this module meant for Python 2 or Python 3? With Python 3 I get this exception: ```pytb $ python Python 3.6.0 (default, Jan 16 2017, 12:12:55) >>> import tai64n...
Shouldn't the module also have an `.encode()` method that takes a `datetime` object and returns a TAI64(n) value? And shouldn't the `.decode_tai64n()` simply be called `.decode()`, since the context is...
The current release is 0.3.3 which dates from 2009: https://pypi.python.org/pypi/tai64n Can a new release be made so one can just pip install a up to date version? Also, setup.url should...