.gitignore
LICENSE
README.md
environment-dev.yml
environment.yml
pyproject.toml
requirements-dev.txt
requirements.txt
docs/Makefile
docs/conf.py
docs/example.ipynb
docs/index.md
docs/make.bat
docs/requirements.txt
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/utils/__init__.py
src/cli-skel/utils/context_utils.py
src/cli-skel/utils/result.py
src/cli-skel/utils/sentinels.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
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