Deprecated package. The project has been renamed to `copier-template-extensions` (singular). Install the new package instead. Current version 0.3.3 provides backward-compatible shims for the old import paths.
pip install copier-template-extensionsVerified import paths — ran on the pinned version, not inferred.
Basic usage of ContextHook. Note the singular import path.
pip uninstall copier-templates-extensions && pip install copier-template-extensions
Change imports to 'from copier_template_extensions import ...'
Install copier-template-extensions directly.
Upgrade Copier: pip install --upgrade copier
Install the correct package: pip install copier-template-extensions (singular). Then use: from copier_template_extensions import ContextHook
Switch to the new singular package: pip install copier-template-extensions, then use: from copier_template_extensions import ContextHook
Install and import from the new package: pip install copier-template-extensions; from copier_template_extensions import ContextHook