Commit Graph

165 Commits (ee404576d5001007bdd680549e46d880b4c7683f)
 

Author SHA1 Message Date
scito ee404576d5 set package_dir=src and clean option 2 years ago
scito 60d7362eee add protobuf_generated_python to py-modules 2 years ago
scito 1beba7587f enable setuptools-git-versioning 2 years ago
scito 144c9e6320 fixes after change to src-layout 2 years ago
scito 3e4476e317 change to src-layout 2 years ago
scito 7f5d4b37ee initial pyproject.toml 2 years ago
scito 82e43172c3 update setup.py 2 years ago
scito 149a548610 upgrade opencv 4.7.0 & run program at the end 2 years ago
scito d8de89de36 improve README, add docker ci badge 2 years ago
scito 3c164fea28 coverage from yellowgreen to brightgreen 2 years ago
scito 23d8cfa151 ci: Pytest coverage comment only for 3.x and ubuntu-latest 2 years ago
scito f5ee59368e python 3.7 compatibility: use TypedDict from typing_extensions 2 years ago
scito b2a877061c add typing_extensions for compatibility 2 years ago
scito c525c06480 quit on window close click 2 years ago
scito fb43c6793c type hinting fixes 2 years ago
scito 58fc1b85ac type compatibility for Python < 3.11 2 years ago
scito 04d864c093 add code coverage bade & ci: fix pytest-cov 2 years ago
scito 51094a1a18 use PathLike type instead of str | Path 2 years ago
scito a5768ba1e6 Workaround for PYTHON < 3.10: use Union[int, None] instead of int | None 2 years ago
scito faafb61241 fix type hint compatibility with Python < 3.11 2 years ago
scito d5a088135e ci: if matrix.python-version 2 years ago
scito 45a9693586 ci: fix if ${{ matrix.python-version }} 2 years ago
scito 66b41d86e6 ci: use ${{ }} for mypy python check 2 years ago
scito 89564448c6 ci: fix mypy if condition 2 years ago
scito 9ab33bd02b sort imports 2 years ago
scito f4ab540283 rename protobuf module as pb 2 years ago
scito 201e6510f8 add type hints (Python 3.11) 2 years ago
scito f933cd0d32 initial mypy type checking 2 years ago
scito f4389ca8a3 fix linting 2 years ago
scito b89a338246 enable mypy type checking 2 years ago
scito 631bacc409 use tmp_path fixture instead of clean_up() in pytests 2 years ago
scito 833afa7c13 use 3.11-slim-bullseye, add missing package 2 years ago
scito 4209a5db3d move abort to end, use SystemExit instead; improve colors 2 years ago
scito d9a4c7ca9f fix docker image digest 2 years ago
scito 829fe65b1e ci: pip install pytest-mock 2 years ago
scito c90526dcf2 fix undefined name 'abort' and 'qreader' 2 years ago
scito 47e84e4462 run docker capture version 2 years ago
scito b4931856ba apk add --no-cache nano zlib jpeg && re-enable tests 2 years ago
scito f532dc668d indent_size = 2 for yml 2 years ago
scito 1dee86668a rename ARG run_tests to RUN_TESTS 2 years ago
scito aa0de699fe disable tests for alpine 2 years ago
scito 7e684ff19e --build-arg run_tests=false 2 years ago
scito b159b9e70d apk add musl-dev and apk del .build-deps 2 years ago
scito 951878d027 apk add gcc 2 years ago
scito 2a44bbfa27 use $(apk --print-arch) 2 years ago
scito 540ae7438d use $(uname -m) 2 years ago
scito c346c085b6 apk add python3-dev py3-setuptools 2 years ago
scito 7cb3b2ac21 always apk add on alpine 2 years ago
scito 0eb5014eb0 ci_docker: add docker/setup-buildx-action@v2 2 years ago
scito d4f5eb243e change to "$TARGETARCH" == "arm64" 2 years ago