.gitignore
.gitlab-ci.yml
COPYING
INSTALL.md
README.md
pyproject.toml
bitbake_project/__init__.py
bitbake_project/__main__.py
bitbake_project/cli.py
bitbake_project/core.py
bitbake_project/commands/__init__.py
bitbake_project/commands/branch.py
bitbake_project/commands/common.py
bitbake_project/commands/config.py
bitbake_project/commands/deps.py
bitbake_project/commands/explore.py
bitbake_project/commands/export.py
bitbake_project/commands/fragment.py
bitbake_project/commands/init.py
bitbake_project/commands/projects.py
bitbake_project/commands/recipe.py
bitbake_project/commands/repos.py
bitbake_project/commands/search.py
bitbake_project/commands/update.py
bitp.egg-info/PKG-INFO
bitp.egg-info/SOURCES.txt
bitp.egg-info/dependency_links.txt
bitp.egg-info/entry_points.txt
bitp.egg-info/requires.txt
bitp.egg-info/top_level.txt
scripts/build-standalone.py
tests/__init__.py
tests/conftest.py
tests/data/bblayers/simple.conf
tests/data/bblayers/with_variables.conf
tests/integration/__init__.py
tests/integration/test_cli_dispatch.py
tests/integration/test_projects_command.py
tests/unit/__init__.py
tests/unit/test_bblayers_parser.py
tests/unit/test_cli_parser.py
tests/unit/test_colors.py
tests/unit/test_fzf_menu.py
tests/unit/test_gitrepo.py
tests/unit/test_helpers.py
tests/unit/test_state.py