.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Procfile
README.md
pylintrc
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
GitHubHealth/__init__.py
GitHubHealth/main.py
GitHubHealth/requested_object.py
GitHubHealth/utils.py
GitHubHealth.egg-info/PKG-INFO
GitHubHealth.egg-info/SOURCES.txt
GitHubHealth.egg-info/dependency_links.txt
GitHubHealth.egg-info/requires.txt
GitHubHealth.egg-info/top_level.txt
GitHubHealth/../data/pylint.svg
GitHubHealth/app/.dockerignore
GitHubHealth/app/.gcloudignore
GitHubHealth/app/Dockerfile
GitHubHealth/app/app.yaml
GitHubHealth/app/forms.py
GitHubHealth/app/main.py
GitHubHealth/app/requirements.txt
GitHubHealth/app/static/favicon.ico
GitHubHealth/app/static/assets/apple-touch-icon.png
GitHubHealth/app/static/assets/arrow-left-circle-fill.svg
GitHubHealth/app/static/assets/arrow-right-circle-fill.svg
GitHubHealth/app/static/assets/banner.png
GitHubHealth/app/static/assets/clipboard.svg
GitHubHealth/app/static/assets/clippy.svg
GitHubHealth/app/static/assets/loadingimage.gif
GitHubHealth/app/static/assets/moon.svg
GitHubHealth/app/static/assets/person-fill.svg
GitHubHealth/app/static/assets/search.svg
GitHubHealth/app/static/assets/sun.svg
GitHubHealth/app/static/assets/wheel.png
GitHubHealth/app/static/css/main.css
GitHubHealth/app/static/scripts/base.js
GitHubHealth/app/static/scripts/check_theme.js
GitHubHealth/app/static/scripts/plots.js
GitHubHealth/app/static/scripts/snippets.js
GitHubHealth/app/static/scripts/tooltips.js
GitHubHealth/app/templates/about.html
GitHubHealth/app/templates/base.html
GitHubHealth/app/templates/images.html
GitHubHealth/app/templates/index.html
GitHubHealth/app/templates/repo_status.html
GitHubHealth/app/templates/search_results.html
GitHubHealth/app/templates/status.html
GitHubHealth/app/templates/test_repo_status.html
GitHubHealth/app/templates/user.html
data/buy_me_a_coffee.png
data/pylint.svg
scripts/deploy.sh
scripts/profile.py
scripts/profile.sh
scripts/pylint-badge.sh
scripts/run_local.sh
tests/conftest.py
tests/test_app.py
tests/test_connection.py
tests/test_dataframe.py
tests/test_health.py
tests/test_metadata.py
tests/test_plots.py
tests/test_readme.py
tests/test_repo.py
tests/test_search.py