.codeclimate.yml | |
|
|
.dockerignore | |
|
|
.envrc | |
|
|
.github/actions/setup-nix/action.yml | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
.pre-commit-config.yaml | |
|
|
CHANGELOG.rst | |
|
|
LICENSE | |
|
|
Makefile | |
|
|
README.md | |
|
|
docs/Makefile | |
|
|
docs/conf.py | 9 | A 0 mins |
|
docs/index.rst | |
|
|
docs/make.bat | |
|
|
flake.lock | |
|
|
flake.nix | |
|
|
poetry.lock | |
|
|
poetry.toml | |
|
|
pyproject.toml | |
|
|
setup.cfg | |
|
|
volt/__init__.py | 21 | A 0 mins | A 100% |
volt/_import.py | 14 | A 0 mins | A 100% |
volt/_logging.py | 187 | A 0 mins | A 95% |
volt/cli.py | 491 | A 0 mins | B 86% |
volt/config.py | 241 | A 0 mins | A 98% |
volt/constants.py | 38 | A 0 mins | A 100% |
volt/engines/__init__.py | 4 | A 0 mins | A 100% |
volt/engines/common.py | 108 | A 0 mins | A 98% |
volt/engines/markdown2.py | 245 | A 0 mins | B 81% |
volt/error.py | 30 | A 0 mins | B 88% |
volt/hooks.py | 37 | A 0 mins | A 100% |
volt/outputs.py | 83 | A 0 mins | B 85% |
volt/py.typed | |
|
|
volt/server.py | 292 | A 45 mins | C 71% |
volt/session.py | 328 | A 0 mins | B 86% |
volt/signals.py | 26 | A 0 mins | A 100% |
volt/site.py | 379 | A 25 mins | A 91% |
volt/template.py | 41 | A 0 mins | A 100% |
volt/theme.py | 213 | A 0 mins | A 92% |
volt/themes/ion/static/assets/style.css | |
|
|
volt/themes/ion/templates/base.html.j2 | |
|
|
volt/themes/ion/templates/page.html.j2 | |
|
|
volt/themes/ion/theme.toml | |
|
|