Logo
Explore Help
Sign In
Public/extract_otp_secrets
2
0
Fork 0
You've already forked extract_otp_secrets
Code Issues Pull Requests Packages Projects Releases 1 Wiki Activity
Files
56d4f2a6ff03c19fe4db1d6513d1346d27c42df7
extract_otp_secrets/.vscode/settings.json

25 lines
450 B
JSON
Raw Normal View History

add vscode settings.json
2022-09-04 13:40:49 +02:00
{
"python.testing.pytestArgs": [
"."
],
update to protobuf to 5.28.0, fix test and remove mypy ignore
2024-08-30 09:30:18 +02:00
"python.testing.unittestEnabled": false,
add technical spelling words, like TOTP
2022-09-07 19:59:38 +02:00
"python.testing.pytestEnabled": true,
"cSpell.words": [
"devbox",
"HOTP",
"otpauth",
"pipenv",
"proto",
"protobuf",
"protoc",
"pytest",
"qrcode",
"TOTP",
"venv"
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
2022-12-28 22:28:54 +01:00
],
"search.exclude": {
"**/build": true,
"**/dist": true
},
add vscode settings.json
2022-09-04 13:40:49 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 2427ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API