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
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
2022-03-29
Add the -P param and improve tests
Simeon Simeonov
9
-176
/
+450
2022-03-21
Reformat the code with annotations and new code style
Simeon Simeonov
5
-200
/
+296
2021-06-13
Update setup.py with explicit Python 3.9 support and update contact info Free...
Simeon Simeonov
3
-2
/
+3
2020-12-04
Raise exceptions from except properly
Simeon Simeonov
2
-5
/
+5
2020-04-28
Add FreeBSD instructions in README.md
Simeon Simeonov
1
-0
/
+10
2020-04-16
Add Fedora instructions in README.md
Simeon Simeonov
1
-0
/
+13
2020-04-14
Improve README.md
Simeon Simeonov
1
-2
/
+2
2020-04-14
Add Gentoo in the Installation section in README.md
Simeon Simeonov
1
-0
/
+10
[...]