generated from OpenSpeleo/template_pytool
-
Notifications
You must be signed in to change notification settings - Fork 0
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
a4f2520
commit 730602d
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule pytool_ariane_lib
updated
16 files
+22 −0 | .github/dependabot.yml | |
+3 −1 | .gitignore | |
+3 −0 | .vscode/settings.json | |
+70 −0 | ariane_lib/commands/convert.py | |
+106 −0 | ariane_lib/commands/correct.py | |
+33 −27 | ariane_lib/key_map.py | |
+0 −1 | ariane_lib/loader.py | |
+98 −69 | ariane_lib/parser.py | |
+29 −27 | ariane_lib/section.py | |
+5 −6 | ariane_lib/shot.py | |
+8 −8 | ariane_lib/type_utils.py | |
+9 −1 | ariane_lib/types.py | |
+151 −20 | pyproject.toml | |
+187 −0 | tests/artifacts/pyproject.toml | |
+20 −28 | tests/test_keymap.py | |
+1 −1 | tests/test_read.py |
Submodule pytool_mnemo_lib
updated
4 files
+22 −0 | .github/dependabot.yml | |
+1 −1 | mnemo_lib/commands/convert.py | |
+3 −3 | pyproject.toml | |
+12 −6 | tests/test_cmds.py |