.editorconfig
.gitignore
BREAKING_CHANGES.md
LICENSE
README.md
ci_tests
example
generate_docs
hello
nose2.cfg
release
requirements-dev.txt
requirements-release.txt
requirements.txt
serve_docs
setup.cfg
setup.py
.github/workflows/ci.yml
.github/workflows/stale.yml
docs/.nojekyll
docs/ANSI.md
docs/CNAME
docs/README.md
docs/_summary.md
docs/api_ansi.md
docs/api_attrdict.md
docs/api_configuration.md
docs/api_emoji.md
docs/api_milc.md
docs/api_questions.md
docs/api_subcommand_config.md
docs/argument_parsing.md
docs/configuration.md
docs/index.html
docs/installation.md
docs/logging.md
docs/questions.md
docs/subcommand_config.md
docs/subprocesses.md
docs/threading.md
docs/tutorial.md
milc/__init__.py
milc/ansi.py
milc/attrdict.py
milc/configuration.py
milc/emoji.py
milc/milc.py
milc/questions.py
milc.egg-info/PKG-INFO
milc.egg-info/SOURCES.txt
milc.egg-info/dependency_links.txt
milc.egg-info/requires.txt
milc.egg-info/top_level.txt
milc/subcommand/__init__.py
milc/subcommand/config.py
tests/__init__.py
tests/common.py
tests/test___init__.py
tests/test_ansi.py
tests/test_attrdict.py
tests/test_configuration_Configuration.py
tests/test_questions.py
tests/test_script_example.py
tests/test_script_hello.py