.coveragerc
.gitignore
.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/base.py
src/otoolbox/constants.py
src/otoolbox/developer.py
src/otoolbox/env.py
src/otoolbox/repositories.py
src/otoolbox/utils.py
src/otoolbox/workspace.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/help/__init__.py
src/otoolbox/addons/repositories/__init__.py
src/otoolbox/addons/repositories/admin.py
src/otoolbox/addons/repositories/develop.py
src/otoolbox/addons/repositories/git.py
src/otoolbox/addons/repositories/linux.py
src/otoolbox/addons/repositories/repo.py
src/otoolbox/addons/repositories/data/repositories.json
src/otoolbox/addons/ubuntu/__init__.py
src/otoolbox/addons/vscode/__init__.py
src/otoolbox/addons/vscode/data/workspace.json
src/otoolbox/addons/workspace/__init__.py
src/otoolbox/data/WORKSPACE_README.md
src/otoolbox/data/banner.txt
src/otoolbox/data/docker-compose.yml
src/otoolbox/data/ubuntu-install-apps.sh
src/otoolbox/data/ubuntu-office-conf.sh
src/otoolbox/data/vscode-inputs.json
src/otoolbox/data/vscode-launch.json
src/otoolbox/data/vscode-settings.json
src/otoolbox/data/vscode-tasks.json
tests/test_conftest.py