.gitignore
.pre-commit-config.yaml
LICENSE
LICENSE_HEADER
README.md
pyproject.toml
setup.py
javascript/package-lock.json
javascript/package.json
javascript/simple-repository-browser.core.js
javascript/simple-repository-browser.project.js
javascript/webpack.config.js
javascript/scss/_variables.scss
javascript/scss/app.scss
screenshots/home.png
screenshots/project.png
screenshots/search.png
simple_repository_browser/__init__.py
simple_repository_browser/__main__.py
simple_repository_browser/_app.py
simple_repository_browser/_search.py
simple_repository_browser/_version.py
simple_repository_browser/controller.py
simple_repository_browser/crawler.py
simple_repository_browser/errors.py
simple_repository_browser/fetch_description.py
simple_repository_browser/fetch_projects.py
simple_repository_browser/metadata_injector.py
simple_repository_browser/model.py
simple_repository_browser/projects.py
simple_repository_browser/view.py
simple_repository_browser.egg-info/PKG-INFO
simple_repository_browser.egg-info/SOURCES.txt
simple_repository_browser.egg-info/dependency_links.txt
simple_repository_browser.egg-info/entry_points.txt
simple_repository_browser.egg-info/requires.txt
simple_repository_browser.egg-info/top_level.txt
simple_repository_browser/static/images/favicon.6a76275d.ico
simple_repository_browser/static/images/logo-large.svg
simple_repository_browser/static/images/logo-small-single-tower.svg
simple_repository_browser/static/images/logo-small.svg
simple_repository_browser/static/images/python-logo-only.svg
simple_repository_browser/static/js/simple-repository-browser.core.js
simple_repository_browser/static/js/simple-repository-browser.core.js.LICENSE.txt
simple_repository_browser/static/js/simple-repository-browser.project.js
simple_repository_browser/static/js/simple-repository-browser.project.js.LICENSE.txt
simple_repository_browser/templates/base/about.html
simple_repository_browser/templates/base/base.html
simple_repository_browser/templates/base/error.html
simple_repository_browser/templates/base/index.html
simple_repository_browser/templates/base/page.html
simple_repository_browser/templates/base/project.html
simple_repository_browser/templates/base/search.html
simple_repository_browser/tests/__init__.py
simple_repository_browser/tests/test_search.py