Skip to main content

Hacky Jinja plugin that allows other jinja extensions to be loaded from the extensions directory of the repo

Project description

============================
Cookiecutter Repo Extensions
============================


.. image:: https://img.shields.io/pypi/v/cookiecutter_repo_extensions.svg
:target: https://pypi.python.org/pypi/cookiecutter_repo_extensions

.. image:: https://img.shields.io/travis/ilsken/cookiecutter_repo_extensions.svg
:target: https://travis-ci.org/ilsken/cookiecutter_repo_extensions

.. image:: https://readthedocs.org/projects/cookiecutter-repo-extensions/badge/?version=latest
:target: https://cookiecutter-repo-extensions.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://pyup.io/repos/github/ilsken/cookiecutter_repo_extensions/shield.svg
:target: https://pyup.io/repos/github/ilsken/cookiecutter_repo_extensions/
:alt: Updates


Hacky Jinja plugin that allows other jinja extensions to be loaded from the extensions directory of the repo. Just install it and add this module to the `_extensions` array of your `cookiecutter.json` before all other repo extensions.

.. code-block:: json
{ "_extensions": [ "cookiecutter_repo_extensions:Extension", "ccext:TemplateUtils" ] }

.. code-block::
# in template/extensions/ccext.py:
# -*- coding: utf-8 -*-

from jinja2.ext import Extension


def split(value):
return map(str.strip, value.split(','))

class TemplateUtils(Extension):
def __init__(self, environment):
super(TemplateUtils, self).__init__(environment)
environment.filters['split'] = split


* Free software: MIT license
* Documentation: https://cookiecutter-repo-extensions.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2017-10-27)
------------------

* First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cookiecutter_repo_extensions-0.2.0.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

cookiecutter_repo_extensions-0.2.0-py2.py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page