Metadata-Version: 2.4
Name: copier-templates-extensions
Version: 0.3.2
Summary: Deprecated (renamed). Install `copier-template-extensions` instead.
Author-Email: =?utf-8?q?Timoth=C3=A9e_Mazzucotelli?= <dev@pawamoy.fr>
License-Expression: ISC
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Homepage, https://copier-org.github.io/copier-template-extensions
Project-URL: Documentation, https://copier-org.github.io/copier-template-extensions
Project-URL: Changelog, https://copier-org.github.io/copier-template-extensions/changelog
Project-URL: Repository, https://github.com/copier-org/copier-template-extensions
Project-URL: Issues, https://github.com/copier-org/copier-template-extensions/issues
Project-URL: Discussions, https://github.com/copier-org/copier-template-extensions/discussions
Project-URL: Gitter, https://gitter.im/copier-org/copier-template-extensions
Project-URL: Funding, https://github.com/sponsors/pawamoy
Requires-Python: >=3.9
Requires-Dist: copier-template-extensions>=0.3.2
Description-Content-Type: text/markdown

# Copier Templates Extensions

**Deprecated (renamed). Install [`copier-template-extensions`](https://pypi.org/project/copier-template-extensions) instead.**

Special Jinja2 extension for Copier that allows to load extensions using file paths relative to the template root instead of Python dotted paths.

## Installation

```bash
pip install copier-templates-extensions
```
