.gitignore
LICENSE
README.md
environment-dev.yml
environment.yml
pyproject.toml
requirements-dev.txt
requirements.txt
doc/Makefile
doc/conf.py
doc/example.ipynb
doc/index.md
doc/make.bat
doc/requirements.txt
doc/examples/example_01_argparse.ipynb
doc/examples/example_02_cmd.ipynb
scripts/pkg_version_mgr.py
scripts/pyproject_to_requirements.py
src/cli_skel/__init__.py
src/cli_skel/argparse_skel.py
src/cli_skel/cmd_skel.py
src/cli_skel.egg-info/PKG-INFO
src/cli_skel.egg-info/SOURCES.txt
src/cli_skel.egg-info/dependency_links.txt
src/cli_skel.egg-info/requires.txt
src/cli_skel.egg-info/top_level.txt
src/cli_skel/utils/__init__.py
src/cli_skel/utils/context_utils.py
src/cli_skel/utils/result.py
src/cli_skel/utils/sentinels.py
tests/test_argparse_skel.py
tests/test_cmd_skel.py
tests/test_context_utils.py
tests/test_imports.py
tests/test_result.py
tests/test_sentinels.py