.editorconfig
.gitattributes
.gitignore
.readthedocs.yml
CHANGELOG.rst
CONTRIBUTING.rst
CREDITS.rst
LICENSE
Makefile
README.rst
codecov.yml
setup.cfg
setup.py
tox.ini
.github/release.yaml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/enhancement.md
.github/ISSUE_TEMPLATE/other.md
.github/workflows/tests.yaml
cloup/__init__.py
cloup/_commands.py
cloup/_context.py
cloup/_option_groups.py
cloup/_params.py
cloup/_params.pyi
cloup/_sections.py
cloup/_util.py
cloup/_version.py
cloup/py.typed
cloup/styling.py
cloup/types.py
cloup/typing.py
cloup/warnings.py
cloup.egg-info/PKG-INFO
cloup.egg-info/SOURCES.txt
cloup.egg-info/dependency_links.txt
cloup.egg-info/not-zip-safe
cloup.egg-info/requires.txt
cloup.egg-info/top_level.txt
cloup/constraints/__init__.py
cloup/constraints/_conditional.py
cloup/constraints/_core.py
cloup/constraints/_support.py
cloup/constraints/common.py
cloup/constraints/conditions.py
cloup/constraints/exceptions.py
cloup/formatting/__init__.py
cloup/formatting/_formatter.py
cloup/formatting/_util.py
cloup/formatting/sep.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_autoapi_templates/python/module.rst
docs/_static/basic-example.png
docs/_static/logo-dark-mode.svg
docs/_static/logo-on-white.svg
docs/_static/logo.svg
docs/_static/theme-elems.png
docs/_static/styles/extensions-overrides.css
docs/_static/styles/theme-overrides.css
docs/pages/aliases.rst
docs/pages/arguments.rst
docs/pages/changelog.rst
docs/pages/constraints.rst
docs/pages/contributing.rst
docs/pages/credits.rst
docs/pages/formatting.rst
docs/pages/installation.rst
docs/pages/misc.rst
docs/pages/option-groups.rst
docs/pages/sections.rst
examples/arguments_with_help.py
examples/default_command.py
examples/flat_option_groups.py
examples/git_sections.py
examples/option_groups.py
examples/manim/config.py
examples/manim/main.py
examples/manim/render.py
requirements/dev.in
requirements/dev.txt
requirements/docs.in
requirements/docs.txt
requirements/test.in
requirements/test.txt
scripts/browser.py
scripts/copytree.py
scripts/generate_git_example.py
scripts/make-help.py
scripts/remove.py
tests/__init__.py
tests/conftest.py
tests/example_command.py
tests/example_group.py
tests/test_aliases.py
tests/test_commands.py
tests/test_context.py
tests/test_formatting.py
tests/test_option_groups.py
tests/test_sections.py
tests/test_sep.py
tests/test_styling.py
tests/test_types.py
tests/test_util.py
tests/util.py
tests/constraints/__init__.py
tests/constraints/conftest.py
tests/constraints/test_common.py
tests/constraints/test_conditional_constraints.py
tests/constraints/test_constraints.py
tests/constraints/test_support.py