-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
288e4fe
commit 13375f1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule CASE-Utilities-Python
updated
25 files
+29 −1 | .github/workflows/cicd.yml | |
+1 −0 | .gitignore | |
+5 −0 | .pre-commit-config.yaml | |
+11 −0 | CONTRIBUTE.md | |
+176 −23 | LICENSE | |
+27 −2 | Makefile | |
+26 −3 | README.md | |
+5 −0 | README_PyPI.md | |
+39 −0 | THIRD_PARTY_LICENSES.md | |
+1 −1 | case_utils/__init__.py | |
+7 −14 | case_utils/case_file/__init__.py | |
+88 −21 | case_utils/local_uuid.py | |
+62 −0 | case_utils/namespace.py | |
+5 −3 | setup.cfg | |
+0 −21 | tests/Makefile | |
+12 −4 | tests/case_utils/case_file/Makefile | |
+17 −17 | tests/case_utils/case_file/kb.json | |
+11 −11 | tests/case_utils/case_file/kb.ttl | |
+1 −1 | tests/case_utils/case_file/sample.txt-disable_hashes.ttl | |
+13 −13 | tests/case_utils/case_file/sample.txt-nocompact.json | |
+13 −13 | tests/case_utils/case_file/sample.txt.json | |
+1 −1 | tests/case_utils/case_file/sample.txt.ttl | |
+3 −11 | tests/case_utils/case_file/test_case_file.py | |
+36 −0 | tests/case_utils/test_local_uuid.py | |
+0 −1 | tests/requirements.txt |