{
"info": {
"author": "Graham Bell",
"author_email": "graham.s.bell@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "OrderBlocks Extension for Jinja2\n================================\n\nIntroduction\n------------\n\nThis is an extension for the `Jinja2
Article story goes here …
\n {% endblock %}\n\n {% block images %}\n\n \n
…
\n…
\n…
\nX
\n {% endblock %}\n\n {% block y %}\nY
\n {% endblock %}\n {% endorderblocks %}\n\ninto a for loop of if blocks such as::\n\n {% for block_name in block_order %}\n {% if block_name == 'x' %}\n {% block x %}\nX
\n {% endblock %}\n {% endif %}\n\n {% if block_name == 'y' %}\n {% block y %}\nY
\n {% endblock %}\n {% endif %}\n {% endfor %}\n\nInstallation\n------------\n\nThe extension can be installed using the ``setup.py`` script::\n\n python setup.py install\n\nBefore doing that, you might like to run the unit tests::\n\n PYTHONPATH=lib python -m unittest discover\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see