Whiteprints template context

Table of contents
Background
This package is an internal dependencies of Whiteprints template. It uses
Jinja2 extentions to prepare Copier.
It also defines useful Jinja filters.
Usage
To activate the template just add the following to copier.yml:
_jinja_extensions:
- whiteprints_template_context.context.ContextUpdater
- whiteprints_template_context.filters.WhiteprintsFilters
This will enhance copier's context with additional variables and filters that
are required by Whiteprints templates.
Install
See INSTALL.md.
Maintainers
See MAINTAINERS.md.
Contributing
See CONTRIBUTING.md.
Licensing
The Python code of this project is distributed under license MIT.
In case of doubt, please check the SPDX header of each individual source code file.