Python library for one-time passwords
PyOTP is a Python library for generating and verifying one-time passwords,
used to implement two-factor (2FA) or multi-factor (MFA) authentication
methods in web applications and other systems.

PyOTP implements server-side support for HOTP (RFC 4226) and TOTP (RFC 6238).

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://pyauth.github.io/pyotp/
