Python implementation of HOTP, TOTP and OCRA algorithms from OATH
python-oath is a package implementing the three main OATH specifications * HOTP, an event based one-time password standard -- OTP -- using HMAC signatures, * TOTP, a time based OTP, * OCRA, a mixed OTP / signature system based on HOTP for complex use cases.