LICENSE
MANIFEST.in
README.rst
pyproject.toml
src/west/__init__.py
src/west/__main__.py
src/west/commands.py
src/west/configuration.py
src/west/log.py
src/west/manifest-schema.yml
src/west/manifest.py
src/west/py.typed
src/west/util.py
src/west/version.py
src/west/west-commands-schema.yml
src/west.egg-info/PKG-INFO
src/west.egg-info/SOURCES.txt
src/west.egg-info/dependency_links.txt
src/west.egg-info/entry_points.txt
src/west.egg-info/not-zip-safe
src/west.egg-info/requires.txt
src/west.egg-info/top_level.txt
src/west/app/__init__.py
src/west/app/config.py
src/west/app/main.py
src/west/app/project.py
tests/test_alias.py
tests/test_commands.py
tests/test_config.py
tests/test_help.py
tests/test_main.py
tests/test_manifest.py
tests/test_project.py
tests/test_project_caching.py