summaryrefslogtreecommitdiff
path: root/otp2289/server.py
AgeCommit message (Collapse)AuthorFilesLines
2022-03-31Restructure the project in order to replace distutils with setuptoolsv1.1.0Simeon Simeonov1-471/+0
2022-03-21Reformat the code with annotations and new code styleSimeon Simeonov1-47/+73
2020-12-04Raise exceptions from except properlySimeon Simeonov1-3/+3
2020-04-07Add __repr__ for OTPState and OTPGeneratorSimeon Simeonov1-0/+7
2020-04-07Improve README.md and docstrings for SphinxSimeon Simeonov1-12/+15
2020-04-06Add a simple CLI interface with tests and update README.mdSimeon Simeonov1-6/+12
2020-04-03Implement OTPStore container class in the server moduleSimeon Simeonov1-4/+236
2020-03-30Implement OTPState in the server moduleSimeon Simeonov1-0/+171
2020-03-27Add licensing informationSimeon Simeonov1-3/+25
2020-03-26Add support for accepting a challenge string in the generatorSimeon Simeonov1-0/+4