.deepsource.toml
.gitignore
.gitmodules
.landscape.yml
.pre-commit-config.yaml
AUTHORS.rst
BADGES.rst
CHANGELOG.md
CONTRIBUTING.rst
LICENSE.txt
README.rst
VERSION
pyproject.toml
setup.py
.github/workflows/clean-workflow-runs.yml
.github/workflows/python-package.yml
docs/Makefile
docs/authors.rst
docs/command.py
docs/conf.py
docs/contributing.rst
docs/default_args.py
docs/index.rst
docs/license.rst
docs/make.bat
docs/readme.rst
docs/short_options.py
docs/types.py
docs/usage.rst
examples/dup_type_hints.py
examples/echo.py
examples/git.py
examples/gnu.py
examples/pow.py
examples/pow_arg.py
src/cltoolbox/__init__.py
src/cltoolbox/cltoolbox.py
src/cltoolbox/rst_text_formatter.py
src/cltoolbox/utils.py
src/cltoolbox.egg-info/PKG-INFO
src/cltoolbox.egg-info/SOURCES.txt
src/cltoolbox.egg-info/dependency_links.txt
src/cltoolbox.egg-info/requires.txt
src/cltoolbox.egg-info/top_level.txt
src/cltoolbox/rst2ansi/setup.py
src/cltoolbox/rst2ansi/rst2ansi/__init__.py
src/cltoolbox/rst2ansi/rst2ansi/ansi.py
src/cltoolbox/rst2ansi/rst2ansi/functional.py
src/cltoolbox/rst2ansi/rst2ansi/get_terminal_size.py
src/cltoolbox/rst2ansi/rst2ansi/table.py
src/cltoolbox/rst2ansi/rst2ansi/unicode.py
src/cltoolbox/rst2ansi/rst2ansi/visitor.py
src/cltoolbox/rst2ansi/rst2ansi/wrap.py
tests/__init__.py
tests/capture.py
tests/run.py
tests/test_core.py
tests/test_google.py
tests/test_no_decorator.py
tests/test_numpy.py
tests/test_utils.py