Commit Graph

11 Commits (8ba4439305babfd5a30208be5041780131ca68a4)

Author SHA1 Message Date
scito 8ba4439305 add utf-8 encoding tests 1 year ago
u231053 a51507b701 fix #30: enforce utf-8 encoding
since windows used non-utf8-encoding
1 year ago
scito 7af631ff1e ci: setup testing for linux, macos and windows platforms
- fix ci for windows: remove bash if/fi
- exlucde failing test from windows
- enable scheduled tests
- use --use-pep517 for pip install: avoid deprecation message
- exlcude windows-latest and pypy-3.9 since there is a problem with installing (missing zlib.h)
1 year 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
1 year ago
scito dbfd3464f2 save qr code to specific dir, improve help, add tests
- use metavar for files and dirs in help
- support several recursive dirs in saveqr
- add saveqr and debug tests
2 years ago
scito cd2d3258d3 handle not encoded + in query params, fixes #15
- add debug level, by givein parameter -vv
- if the base64 string is not urlencoded, then + will be replaced by a space,
  what cannot be decoded anymore
  --> replace spaces back to plus
- add test
2 years ago
scito 16d9fffc4a add test for verbose output 2 years ago
scito 9d08ebaa38 add output tests 2 years ago
scito aaef496d4f refactor tests, add utils 2 years ago
scito 175e7c38e5 refactor to satisfy flak8 2 years ago
scito 7f8250c0a6 add github test action and add pytest 2 years ago