hinnerk / py-tai64

A simple UTC => TAI converter and hex-encoded TAI (as used by DJBDNS) => UTC datetime.datetime decoder.
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Overly-generic name in PYPI #10

Closed swork closed 5 years ago

swork commented 5 years ago

This package appears in PyPI under the name "tai64n" but is unusable with Python 3. An open pull request fixes the trivial problems that prevent using it with Python 3, but it remains unmerged for many months.

Please merge the pull request and republish the package in PyPI, or relinquish the name in PyPI so someone else can put up a Python 3 compatible package without resorting to a contorted name.

Thank you.

hinnerk commented 5 years ago

I've merged the changes, thanks for the hint.