Commit Graph

7 Commits (201e6510f80646179dbe4ccf63b3696f57699623)

Author SHA1 Message Date
scito f4389ca8a3 fix linting 2 years ago
scito 631bacc409 use tmp_path fixture instead of clean_up() in pytests 2 years ago
scito 9f0872c2d0 extract from camera
- add help description
- use f-strings
- handle plural correctly
- rename methods, use otp_url instead of line
- remove importlib.util
- move cv2 imports to top
- remove unnecessary global delcarations
- group image tests
2 years ago
scito e754befb52 refactor; update setup.py
more verbose logging
better error messages
2 years ago
scito 8ba4439305 add utf-8 encoding tests 2 years ago
scito a77e775948 add keepass csv export; improve hotp
- export to dedicated totp and hotp csv files for KeePass
- show Typ as totp/hotp instead of OTP_TOTP/OTP_HOTP
  (BREAKING CHANGE in csv, json and stdout, qr codes or urls are not affected)
- add hotp example
- add hotp tests
- export counter for hotp to csv and json files
- add section on KeePass to README
- increase protobuf to 4.21.10
- show file names of exported csv or json files
2 years ago
scito 16d9fffc4a add test for verbose output 2 years ago