From 27c33d07d9e6645eda73c63a504bc633b4df5e0b Mon Sep 17 00:00:00 2001 From: Evan Widloski Date: Thu, 29 Feb 2024 00:55:14 -0600 Subject: [PATCH] Update README.rst --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 3b245ecd..591b4314 100644 --- a/README.rst +++ b/README.rst @@ -463,6 +463,12 @@ pretty print database XML to file TOTP ------- +**Entry.otp** + +TOTP URI which can be passed to an OTP library to generate codes + +.. code:: python + # find an entry which has otp attribute >>> e = kp.find_entries(otp='.*', regex=True, first=True) >>> import pyotp