.coveragerc
.gitignore
.logs.txt
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
LICENSE.txt
README.md
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/help-repo.txt
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/otoolbox/__init__.py
src/otoolbox/banner.txt
src/otoolbox/base.py
src/otoolbox/constants.py
src/otoolbox/environment.py
src/otoolbox/utils.py
src/otoolbox.egg-info/PKG-INFO
src/otoolbox.egg-info/SOURCES.txt
src/otoolbox.egg-info/dependency_links.txt
src/otoolbox.egg-info/entry_points.txt
src/otoolbox.egg-info/not-zip-safe
src/otoolbox.egg-info/requires.txt
src/otoolbox.egg-info/top_level.txt
src/otoolbox/addons/__init__.py
src/otoolbox/addons/docker/README.md
src/otoolbox/addons/docker/docker-compose.yml
src/otoolbox/addons/help/README.md
src/otoolbox/addons/help/WORKSPACE_README.md
src/otoolbox/addons/help/__init__.py
src/otoolbox/addons/logger/README.md
src/otoolbox/addons/logger/__init__.py
src/otoolbox/addons/repositories/README.md
src/otoolbox/addons/repositories/__init__.py
src/otoolbox/addons/repositories/config.py
src/otoolbox/addons/repositories/constants.py
src/otoolbox/addons/repositories/git.py
src/otoolbox/addons/repositories/repositories.json
src/otoolbox/addons/ubuntu/README.md
src/otoolbox/addons/ubuntu/__init__.py
src/otoolbox/addons/ubuntu/bulk-commit.sh
src/otoolbox/addons/ubuntu/bulk-pre-commit.sh
src/otoolbox/addons/ubuntu/bulk-push-shielded.sh
src/otoolbox/addons/ubuntu/ubuntu-install-apps.sh
src/otoolbox/addons/ubuntu/ubuntu-office-conf.sh
src/otoolbox/addons/vscode/README.md
src/otoolbox/addons/vscode/__init__.py
src/otoolbox/addons/vscode/code_cof.py
src/otoolbox/addons/vscode/dev_env.py
src/otoolbox/addons/vscode/requirements.txt
src/otoolbox/addons/vscode/workspace.json
src/otoolbox/addons/workspace/README.md
src/otoolbox/addons/workspace/__init__.py
tests/test_conftest.py