.coveragerc
.dockerignore
.kwalitee.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
Dockerfile
INSTALL.rst
LICENSE
MANIFEST.in
Procfile
README.rst
RELEASE-NOTES.rst
alembic.ini
fig.yml
requirements-docs.txt
requirements.txt
setup.cfg
setup.py
tox.ini
alembic/env.py
alembic/script.py.mako
alembic/versions/.keep
docs/aliases.rst
docs/authors.rst
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/testing.rst
docs/_static/.keep
docs/api/kwalitee.cli.rst
docs/api/kwalitee.rst
docs/api/modules.rst
kwalitee/__init__.py
kwalitee/config.py
kwalitee/factory.py
kwalitee/hooks.py
kwalitee/kwalitee.py
kwalitee/models.py
kwalitee/tasks.py
kwalitee/version.py
kwalitee/views.py
kwalitee/worker.py
kwalitee/wsgi.py
kwalitee.egg-info/PKG-INFO
kwalitee.egg-info/SOURCES.txt
kwalitee.egg-info/dependency_links.txt
kwalitee.egg-info/entry_points.txt
kwalitee.egg-info/not-zip-safe
kwalitee.egg-info/requires.txt
kwalitee.egg-info/top_level.txt
kwalitee/cli/__init__.py
kwalitee/cli/account.py
kwalitee/cli/check.py
kwalitee/cli/githooks.py
kwalitee/cli/prepare.py
kwalitee/cli/repository.py
kwalitee/static/css/bootstrap.min.css
kwalitee/static/css/jumbotron-narrow.css
kwalitee/static/ico/favicon.ico
kwalitee/templates/account.html
kwalitee/templates/branch.html
kwalitee/templates/branches.html
kwalitee/templates/commit.html
kwalitee/templates/helpers.html
kwalitee/templates/index.html
kwalitee/templates/page.html
kwalitee/templates/repository.html
kwalitee/templates/status.html
tests/conftest.py
tests/test_check_file.py
tests/test_check_message.py
tests/test_excludes_option.py
tests/test_hooks.py
tests/test_ping.py
tests/test_pull_request.py
tests/test_push.py
tests/utils.py
tests/cli/__init__.py
tests/cli/test_account.py
tests/cli/test_check.py
tests/cli/test_githooks.py
tests/cli/test_repository.py
tests/fixtures/cp1252.py.test
tests/fixtures/empty.py.test
tests/fixtures/error.py.test
tests/fixtures/invalid.py.test
tests/fixtures/invalid_all.py.test
tests/fixtures/invalid_license.py.test
tests/fixtures/invalid_token.py.test
tests/fixtures/invalid_whitespaces.py.test
tests/fixtures/license.css.test
tests/fixtures/license.html.test
tests/fixtures/license.js.test
tests/fixtures/missing_license.py.test
tests/fixtures/valid.py.test
tests/fixtures/valid_license.py.test
tests/fixtures/excludes_option/foo/bar/beer.py
tests/fixtures/excludes_option/fuu/bar/foo.py
tests/fixtures/excludes_option/legacy/excluded/excluded.py
tests/views/__init__.py
tests/views/conftest.py
tests/views/test_account.py
tests/views/test_branch.py
tests/views/test_branches.py
tests/views/test_commit.py
tests/views/test_index.py
tests/views/test_repository.py
tests/views/test_status.py