LICENSE.gpl3.md
README.md
pyproject.toml
FoBiS.py.egg-info/PKG-INFO
FoBiS.py.egg-info/SOURCES.txt
FoBiS.py.egg-info/dependency_links.txt
FoBiS.py.egg-info/entry_points.txt
FoBiS.py.egg-info/requires.txt
FoBiS.py.egg-info/top_level.txt
fobis/Builder.py
fobis/Cache.py
fobis/Cleaner.py
fobis/Colors.py
fobis/Commit.py
fobis/Compiler.py
fobis/Coverage.py
fobis/Dependency.py
fobis/Doctest.py
fobis/Externals.py
fobis/Fetcher.py
fobis/FoBiSConfig.py
fobis/Fobos.py
fobis/Gcov.py
fobis/ParsedFile.py
fobis/PkgConfig.py
fobis/Profiles.py
fobis/Scaffolder.py
fobis/SemVer.py
fobis/TestRunner.py
fobis/UserConfig.py
fobis/__init__.py
fobis/cli_parser.py
fobis/fobis.py
fobis/utils.py
fobis/cli/__init__.py
fobis/cli/_app.py
fobis/cli/_completions.py
fobis/cli/_constants.py
fobis/cli/_options.py
fobis/cli/build.py
fobis/cli/cache_cmd.py
fobis/cli/check.py
fobis/cli/clean.py
fobis/cli/commit.py
fobis/cli/coverage_cmd.py
fobis/cli/doctests.py
fobis/cli/fetch.py
fobis/cli/install.py
fobis/cli/introspect.py
fobis/cli/rule.py
fobis/cli/run.py
fobis/cli/scaffold.py
fobis/cli/test_cmd.py
fobis/cli/tree.py
fobis/scaffolds/manifest.ini
fobis/scaffolds/templated/fobos
fobis/scaffolds/templated/fpm.toml
fobis/scaffolds/templated/docs/ford.md
fobis/scaffolds/verbatim/CONTRIBUTING.md
fobis/scaffolds/verbatim/LICENSE.gpl3.md
fobis/scaffolds/verbatim/cliff.toml
fobis/scaffolds/verbatim/docs/package.json
fobis/scaffolds/verbatim/scripts/compute-coverage.sh
fobis/scaffolds/verbatim/scripts/install.sh
fobis/scaffolds/verbatim/scripts/release.sh
fobis/scaffolds/verbatim/scripts/run_tests.sh
tests/test_auto_discover.py
tests/test_build.py
tests/test_cache.py
tests/test_clean.py
tests/test_commit.py
tests/test_coverage.py
tests/test_doctest.py
tests/test_externals.py
tests/test_features.py
tests/test_fetch.py
tests/test_gcov.py
tests/test_install.py
tests/test_makefile.py
tests/test_multitarget.py
tests/test_pkgconfig.py
tests/test_profiles.py
tests/test_rules.py
tests/test_run.py
tests/test_scaffold.py
tests/test_semver.py
tests/test_template.py
tests/test_testrunner.py
tests/test_tree.py
tests/test_userconfig.py
tests/test_variables.py