Metadata-Version: 2.1
Name: docx-word-instance-generator
Version: 0.20.2
Summary: Generates docx from docs Jinja2 templates
Home-page: https://github.com/Koldar/django-koldar-common-apps
Author: Massimo Bono
Author-email: massimobono1@gmail.com
License: MIT
Keywords: docx,template,jinja2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: README.md
License-File: requirements.txt
License-File: setup.py
Requires-Dist: Jinja2 (>=3.1.2)
Requires-Dist: MarkupSafe (>=2.1.2)
Requires-Dist: docxtpl (>=0.16.7)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: mock ; extra == 'test'


Introduction
============

Allows you to generate new word docx extended documents generated 
from a docx template. The template uses Jinja2 template engine by default.
