16
16
# cmd2 code
17
17
cmd2 /__init__.py @ tleonhardt @ kotfu
18
18
cmd2 /ansi.py @ kmvanbrunt @ tleonhardt
19
- cmd2 /argparse_ * .py @ kmvanbrunt
19
+ cmd2 /argparse_ * .py @ kmvanbrunt @ anselor
20
20
cmd2 /clipboard.py @ tleonhardt
21
21
cmd2 /cmd2.py @ tleonhardt @ kmvanbrunt @ kotfu
22
+ cmd2 /command_definition.py @ anselor
22
23
cmd2 /constants.py @ kotfu
24
+ cmd2 /decorators.py @ kotfu @ kmvanbrunt @ anselor
25
+ cmd2 /exceptions.py @ kmvanbrunt @ anselor
26
+ cmd2 /history.py @ kotfu @ tleonhardt
23
27
cmd2 /parsing.py @ kotfu @ kmvanbrunt
24
28
cmd2 /plugin.py @ kotfu
25
- cmd2 /pyscript_bridge .py @ kmvanbrunt
29
+ cmd2 /py_bridge .py @ kmvanbrunt
26
30
cmd2 /rl_utils.py @ kmvanbrunt
31
+ cmd2 /table_creator.py @ kmvanbrunt
27
32
cmd2 /transcript.py @ kotfu
28
33
cmd2 /utils.py @ tleonhardt @ kotfu @ kmvanbrunt
29
34
@@ -34,6 +39,11 @@ docs/* @tleonhardt @kotfu
34
39
examples /async_printing.py @ kmvanbrunt
35
40
examples /environment.py @ kotfu
36
41
examples /tab_ * .py @ kmvanbrunt
42
+ examples /modular_ * .py @ anselor
43
+ examples /modular_commands /* @ anselor
44
+
45
+ plugins /template /* @ kotfu
46
+ plugins /ext_test /* @ anselor
37
47
38
48
# Unit Tests
39
49
tests /pyscript /* @ kmvanbrunt
@@ -47,6 +57,8 @@ tests/test_pars*.py @kotfu
47
57
tests /test_run_pyscript.py @ kmvanbrunt
48
58
tests /test_transcript.py @ kotfu
49
59
60
+ tests_isolated /test_commandset /* @ anselor
61
+
50
62
# Top-level project stuff
51
63
CONTRIBUTING.md @ tleonhardt @ kotfu
52
64
setup.py @ tleonhardt @ kotfu
0 commit comments