proper python3.4 typing, matrix build on GitHub (#9)
authorShane Jaroch <chown_tee@proton.me>
Wed, 20 Jul 2022 03:32:36 +0000 (23:32 -0400)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 03:32:36 +0000 (23:32 -0400)
commit38a357675e7a5f27ae582f53a5056a02e7e8142b
tree60fed5c0d246a33a2113311a66dfa5ac909c65ba
parentccf8b1b59b4d30e9e829e571310c711af4d1ae22
proper python3.4 typing, matrix build on GitHub (#9)
25 files changed:
.github/workflows/coverage.yml [copied from .github/workflows/test-linux.yml with 60% similarity]
.github/workflows/test-linux.yml
.github/workflows/test-win32.yml
.travis.yml [deleted file]
Makefile
ntclient/__init__.py
ntclient/__main__.py
ntclient/argparser/__init__.py
ntclient/argparser/funcs.py
ntclient/argparser/types.py
ntclient/core/nutprogbar.py
ntclient/ntsqlite
ntclient/persistence/sql/__init__.py
ntclient/persistence/sql/nt/__init__.py
ntclient/persistence/sql/nt/funcs.py
ntclient/persistence/sql/usda/__init__.py
ntclient/persistence/sql/usda/funcs.py
ntclient/services/__init__.py
ntclient/services/analyze.py
ntclient/services/recipe.py
ntclient/services/usda.py
requirements-lint.txt
requirements-test.txt
setup.cfg
tests/test_cli.py