scito
ee932c05e3
use Python 3.13 in Docker
2024-10-24 18:55:34 +02:00
scito
7069156f54
upgrade ci actions to node 20 versions
...
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
2024-05-29 22:08:56 +02:00
scito
b41250c23a
ci: upgrade to actions/upload-artifact@v4
2024-02-23 11:05:30 +01:00
scito
157e247416
enable python 3.12
2023-10-06 12:06:02 +02:00
scito
9e334748ac
move Dockerfiles to docker/; update README
2023-02-18 17:03:18 +01:00
scito
8df61f6ed7
ci: no docker login for dependabot
2023-02-07 10:51:07 +01:00
scito
861d7d0da8
build buster image in ci_docker for speeding up releases
2023-01-30 11:28:07 +01:00
scito
63fc21cc90
ci_release: upload hashes and run on pull_request and run scheduled
2023-01-30 11:28:07 +01:00
scito
88ff584e47
ci: workaround for failing builds
2023-01-26 00:18:41 +01:00
scito
576b1e68c5
ci: ignore markdown files
2023-01-24 23:00:32 +01:00
scito
b9f17c4a95
rename build docker jobs
2023-01-24 22:12:02 +01:00
scito
6a7a7233a4
build and upload executables created by PyInstaller
...
- create release on tag push
- build executables by PyInstaller:
- extract_otp_secrets_linux_x86_64 (glibc 2.28)
- extract_otp_secrets_win_x86_64.exe
- extract_otp_secrets_macos_x86_64 (untested)
- add --version
- build linux executable in docker container
- update README
- add TOC
- improve badges
- add PyInstaller section
- docker
- build BASE_IMAGE as ARG
- copy only required files to image
- add .alias
- build.sh
- fix clean
- fix generate results
- generate TOC
2023-01-24 21:19:38 +01:00
scito
2bef64e5f6
ci: no Pytest coverage comments for tags
...
Create commit comment
##[error]HttpError: No commit found for SHA: 19b3368
##[error]No commit found for SHA: 19b3368
2023-01-03 23:51:33 +01:00
scito
4ba0fad000
capture QR codes from camera and major refactoring
...
- add GUI for QR code capturing from camera (CV2 is used)
- support different QR readers: ZBAR,QREADER,QREADER_DEEP,CV2,CV2_WECHAT
- support several input files
- add option to ignore duplicate otps
- write warnings and errors to stderr
- add output coloring
- rename project from extract_otp_secret_keys to extract_otp_secrets
- improve help
- clean verbose level output
- use Python type hints and check with mypy
- use f-strings
- clean up code
- add more tests
- calculate code coverage
- use src-layout: move files and folders
- support wheel packing
- enhance README.md
- bugfixes
* fix -k -
* fix utf-8 encoding on windows
2023-01-03 00:28:32 +01:00
scito
9d052dc78a
refactor image import and add Alpine docker image
...
- dynamic import of QR reader
- build docker also for arm64
2023-01-03 00:26:46 +01:00