Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ htmlcov

# mypy optional static type checker
.mypy_cache

# mypy plugin for PyCharm
dmypy.json
dmypy.sock
40 changes: 40 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,43 @@

# You can also use email addresses if you prefer.
#docs/* docs@example.com

# cmd2 code
cmd2/__init__.py @tleonhardt @kotfu
cmd2/arg*.py @anselor
cmd2/cmd2.py @tleonhardt @kmvanbrunt @kotfu
cmd2/constants.py @kotfu
cmd2/parsing.py @kotfu @kmvanbrunt
cmd2/pyscript*.py @anselor
cmd2/rl_utils.py @kmvanbrunt
cmd2/transcript.py @kotfu
cmd2/utils.py @tleonhardt @kotfu @kmvanbrunt

# Sphinx documentation
docs/* @tleonhardt @kotfu

# Examples
examples/env*.py @kotfu
examples/help*.py @anselor
examples/tab_au*.py @anselor
examples/tab_co*.py @kmvanbrunt

# Unit Tests
tests/pyscript/* @anselor
tests/transcripts/* @kotfu
tests/__init__.py @kotfu
tests/conftest.py @kotfu @tleonhardt
tests/test_acar*.py @anselor
tests/test_argp*.py @kotfu
tests/test_auto*.py @anselor
tests/test_bash*.py @anselor @tleonhardt
tests/test_comp*.py @kmvanbrunt
tests/test_pars*.py @kotfu
tests/test_pysc*.py @anselor
tests/test_tran*.py @kotfu

# Top-level project stuff
CONTRIBUTING.md @tleonhardt @kotfu
setup.py @tleonhardt @kotfu
tasks.py @kotfu