.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
asynccloup/__init__.py
asynccloup/_commands.py
asynccloup/_context.py
asynccloup/_option_groups.py
asynccloup/_params.py
asynccloup/_params.pyi
asynccloup/_sections.py
asynccloup/_util.py
asynccloup/_version.py
asynccloup/py.typed
asynccloup/styling.py
asynccloup/types.py
asynccloup/typing.py
asynccloup/warnings.py
asynccloup.egg-info/PKG-INFO
asynccloup.egg-info/SOURCES.txt
asynccloup.egg-info/dependency_links.txt
asynccloup.egg-info/not-zip-safe
asynccloup.egg-info/requires.txt
asynccloup.egg-info/top_level.txt
asynccloup/constraints/__init__.py
asynccloup/constraints/_conditional.py
asynccloup/constraints/_core.py
asynccloup/constraints/_support.py
asynccloup/constraints/common.py
asynccloup/constraints/conditions.py
asynccloup/constraints/exceptions.py
asynccloup/formatting/__init__.py
asynccloup/formatting/_formatter.py
asynccloup/formatting/_util.py
asynccloup/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