From 23b4ede93f8cb202ff0e85cef45921928ff6a94f Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 25 Mar 2020 15:31:57 +0100 Subject: Initial commit with working generator and corresponding tests --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e210d48 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +## pyotp2289 + +pyotp2289 is a pure Python 3 implementation of RFC-2289. + +It requires no additional libraries. +pytest must be installed in order to run the tests though. -- cgit v1.3