index
:
pyotp2289
master
next
A pure Python implementation of "A One-Time Password System" - RFC-2289
Simeon Simeonov
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Redesign API by introducing otp2289.OTPResponse type
Simeon Simeonov
5 months
next
Redesign API by introducing otp2289.OTPResponse type
Simeon Simeonov
5 months
Tag
Download
Author
Age
v2.0.0
commit bfae04723b...
Simeon Simeonov
5 months
v1.2.1
commit e9f45a50dd...
Simeon Simeonov
4 years
v1.2.0
commit b8fa40b48f...
Simeon Simeonov
4 years
v1.1.1
commit 2c33e6214d...
Simeon Simeonov
4 years
v1.1.0
commit 4ea3c077bd...
Simeon Simeonov
4 years
v1.0.0
commit a46f8180c3...
Simeon Simeonov
6 years
Age
Commit message
Author
Files
Lines
2026-05-01
Redesign API by introducing otp2289.OTPResponse type
HEAD
v2.0.0
next
master
Simeon Simeonov
9
-394
/
+560
2026-04-28
Restructure the entire project, enforce linting and add support for type chec...
Simeon Simeonov
17
-374
/
+382
2024-12-28
Rename *Exception to *Error and do some general linting
Simeon Simeonov
9
-448
/
+2296
2023-01-09
Merge pull request #1 from grahamperrin/patch-1
Simeon Simeonov
1
-7
/
+8
2023-01-08
Include the tests in the sdist package
v1.2.1
Simeon Simeonov
8
-5
/
+17
2023-01-08
README: pkg, and URLs
Graham Perrin
1
-7
/
+8
2023-01-05
Update setup.cfg and release
v1.2.0
Simeon Simeonov
2
-57
/
+9
2023-01-05
Add the OTPState.ot_hex property
Simeon Simeonov
13
-17
/
+35
2022-04-02
Reintroduce setup.py for better compatibility
v1.1.1
Simeon Simeonov
3
-1
/
+15
2022-03-31
Restructure the project in order to replace distutils with setuptools
v1.1.0
Simeon Simeonov
8
-60
/
+74
[...]