Terralego/django-template-engines

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.coveragerc
.flake8
.github/workflows/python-lint.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
.gitignore
CHANGES.md
LICENSE
MANIFEST.in
README.md
doc/configuration.rst
doc/index.rst
doc/installation.rst
doc/requirements.txt
doc/use.rst
template_engines/VERSION.md
doc/conf.py16
manage.py16
setup.py54
template_engines/__init__.py6
template_engines/apps.py3
template_engines/backends/__init__.py89
template_engines/backends/docx.py65
template_engines/backends/odt.py215
A
55 mins
template_engines/backends/weasyprint.py49
template_engines/settings.py7
template_engines/templatetags/__init__.py0
template_engines/templatetags/docx_tags.py57
template_engines/templatetags/odt_tags.py267
A
2 hrs
template_engines/templatetags/pdf_tags.py50
A
35 mins
template_engines/templatetags/utils.py133
A
1 hr
template_engines/utils/__init__.py71
template_engines/utils/docx.py47
template_engines/utils/odt.py47
test_template_engines/__init__.py0
test_template_engines/settings.py110
test_template_engines/urls.py15
test_template_engines/wsgi.py10