LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
bob/__init__.py
bob/api.py
bob/bob.py
bob/cli.py
bob/common.py
bob/compat.py
bob/debug.py
bob/modules.py
bob/typehints.py
bob/tasks/__init__.py
bob/tasks/bootstrap.py
bob/tasks/build.py
bob/tasks/configure.py
bob/tasks/format.py
bob/tasks/install.py
bob/tasks/test.py
bob/templates/FindBob.cmake
bob_the_developer.egg-info/PKG-INFO
bob_the_developer.egg-info/SOURCES.txt
bob_the_developer.egg-info/dependency_links.txt
bob_the_developer.egg-info/entry_points.txt
bob_the_developer.egg-info/requires.txt
bob_the_developer.egg-info/top_level.txt
tests/test_api.py
tests/test_bob.py
tests/test_bootstrap.py
tests/test_build.py
tests/test_cli.py
tests/test_configure.py
tests/test_install.py