Yubico / python-yubico

Python code to talk to YubiKeys
https://developers.yubico.com/python-yubico/
BSD 2-Clause "Simplified" License
229 stars 33 forks source link

Please publish this on PyPI #5

Closed gertvdijk closed 11 years ago

gertvdijk commented 11 years ago

As far as I can see, this is the only Python package supporting the HMAC-SHA1 challenge-response introduced in Yubikeys 2.2. However, the yubikey packages available on PyPI are only for regular OTP.

Please note that a yubico package (deprecated) and yubico-client (successor of the former) already exists on PyPI, but this is not developed by Yubico!

It would be really nice to have this official library on PyPI as well!

dainnilsson commented 11 years ago

Done: https://pypi.python.org/pypi/python-yubico Let me know if you have any problems with the PyPI release!