{ "info": { "author": "Armin Ronacher", "author_email": "armin.ronacher@active-4.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: HTML" ], "description": "jinja\n~~~~~\n\nJinja is a `sandboxed`_ template engine written in pure Python. It\nprovides a `Django`_ like non-XML syntax and compiles templates into\nexecutable python code. It's basically a combination of Django templates\nand python code.\n\nNutshell\n--------\n\nHere a small example of a Jinja template::\n\n {% extends 'base.html' %}\n {% block title %}Memberlist{% endblock %}\n {% block content %}\n \n {% endblock %}\n\nPhilosophy\n----------\n\nApplication logic is for the controller but don't try to make the life\nfor the template designer too hard by giving him too few functionality.\n\nFor more informations visit the new `jinja webpage`_ and `documentation`_.\n\nNote\n----\n\nThis is the Jinja 1.0 release which is completely incompatible with the\nold \"pre 1.0\" branch. The old branch will still receive security updates\nand bugfixes but the 1.0 branch will be the only version that receives\nsupport.\n\nIf you have an application that uses Jinja 0.9 and won't be updated in\nthe near future the best idea is to ship a Jinja 0.9 checkout together\nwith the application.\n\nThe `Jinja tip`_ is installable via `easy_install` with ``easy_install\nJinja==dev``.\n\n.. _sandboxed: http://en.wikipedia.org/wiki/Sandbox_(computer_security)\n.. _Django: http://www.djangoproject.com/\n.. _jinja webpage: http://jinja.pocoo.org/\n.. _documentation: http://jinja.pocoo.org/documentation/index.html\n.. _Jinja tip: http://dev.pocoo.org/hg/jinja-main/archive/tip.tar.gz#egg=Jinja-dev\n\n\n:copyright: 2007 by Armin Ronacher.\n:license: BSD, see LICENSE for more details.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://jinja.pocoo.org/", "keywords": "python.templating.engines", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "Jinja", "package_url": "https://pypi.org/project/Jinja/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Jinja/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://jinja.pocoo.org/" }, "release_url": "https://pypi.org/project/Jinja/1.2/", "requires_dist": null, "requires_python": null, "summary": "A small but fast and easy to use stand-alone template engine written in pure python.", "version": "1.2" }, "last_serial": 802579, "releases": { "0.5beta": [], "0.6": [], "0.7": [], "0.8": [ { "comment_text": "", "digests": { "md5": "82ea748bee1c4633c589caa300aa01bb", "sha256": "1d3e7efd01ac6b9f092f616d1383d5e37231c25257d6d9a58246d7e8da4c2548" }, "downloads": -1, "filename": "Jinja-0.8-py2.3.egg", "has_sig": false, "md5_digest": "82ea748bee1c4633c589caa300aa01bb", "packagetype": "bdist_egg", "python_version": "2.3", "requires_python": null, "size": 265199, "upload_time": "2006-07-06T20:43:09", "url": "https://files.pythonhosted.org/packages/c5/f2/c7592580abaf15dd209792ce68e5f5873e4fa714dca2209d8532e129c50e/Jinja-0.8-py2.3.egg" }, { "comment_text": "", "digests": { "md5": "b5d0dc7e3dea160a5ed9a22862da8bb2", "sha256": "e5f90ec19670c3ad2b6b3c3d58678e836fcd30e585d87d5c6f71e299dfbdb1e1" }, "downloads": -1, "filename": "Jinja-0.8-py2.4.egg", "has_sig": false, "md5_digest": "b5d0dc7e3dea160a5ed9a22862da8bb2", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 73228, "upload_time": "2006-07-06T20:40:15", "url": "https://files.pythonhosted.org/packages/e0/d4/83b1271f1a440684b9fce81733ea299828c649d0c750614578958aa9b3d1/Jinja-0.8-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "a2ae40684052c3e0bc5ebd4694a4c3dc", "sha256": "ce19a0a884902844f2b185fcf27b559c1e4acdbbfb0696f7eb4c0706fea0927a" }, "downloads": -1, "filename": "Jinja-0.8.tar.gz", "has_sig": false, "md5_digest": "a2ae40684052c3e0bc5ebd4694a4c3dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55998, "upload_time": "2006-07-06T20:40:27", "url": "https://files.pythonhosted.org/packages/5c/c8/17db750840f99c615ae6b70dcbd5edeb5ab348f6fb96f2e6521b5b627d7b/Jinja-0.8.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "5792a0cd8ebcf430b841486b03429a0f", "sha256": "762583b880d034df57fe7fe712ec38b27bbc9b25f62485495674a4edca136e61" }, "downloads": -1, "filename": "Jinja-0.9-py2.3.egg", "has_sig": false, "md5_digest": "5792a0cd8ebcf430b841486b03429a0f", "packagetype": "bdist_egg", "python_version": "2.3", "requires_python": null, "size": 266291, "upload_time": "2006-09-07T14:40:55", "url": "https://files.pythonhosted.org/packages/1c/73/08ce22ca6c8679d023216e8da746ba60831b262f085d07b00727aa74b6a0/Jinja-0.9-py2.3.egg" }, { "comment_text": "", "digests": { "md5": "96a179ef2539a4fb42bd207c2d7e4bc2", "sha256": "6f5dd0bae943d11d4eede88a837892f11638d8d8cc1b9f3053c3f21d9a72823d" }, "downloads": -1, "filename": "Jinja-0.9-py2.4.egg", "has_sig": false, "md5_digest": "96a179ef2539a4fb42bd207c2d7e4bc2", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 73620, "upload_time": "2006-09-07T14:39:52", "url": "https://files.pythonhosted.org/packages/de/06/915a78def7246609211eaa554b063f95d76cc92813a9d24832b529e2200b/Jinja-0.9-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "a5aaebb6285e044b6b9d56facae1c1f2", "sha256": "652db44e332b65fdd797665a52e9f7527e437d2b943bbc010bee88cd38d76bbe" }, "downloads": -1, "filename": "Jinja-0.9.tar.gz", "has_sig": false, "md5_digest": "a5aaebb6285e044b6b9d56facae1c1f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55816, "upload_time": "2006-09-07T14:40:15", "url": "https://files.pythonhosted.org/packages/a8/19/9d84d6ca5e5ddde977d47fac105d5eee909d2cf0503c13348cccd0ea0b1b/Jinja-0.9.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "d9c16c5fc4b7a9f97f59e7d08a4fb555", "sha256": "0b254f6d3580426a13eabea10cbf37eae7bd23b2961427bd2146cde919b02fff" }, "downloads": -1, "filename": "Jinja-1.0-py2.3.egg", "has_sig": false, "md5_digest": "d9c16c5fc4b7a9f97f59e7d08a4fb555", "packagetype": "bdist_egg", "python_version": "2.3", "requires_python": null, "size": 694096, "upload_time": "2007-03-23T16:35:13", "url": "https://files.pythonhosted.org/packages/70/8e/e5ed97c2489f259a5a07bf5c8171230d43e23fa1d34d62ed8c5d1f8575e7/Jinja-1.0-py2.3.egg" }, { "comment_text": "", "digests": { "md5": "b54741c5c71f72eac6c392491ff3c069", "sha256": "d0f83742984a0161055e385c7db1113624ce86982137c9f790b056fd766fe383" }, "downloads": -1, "filename": "Jinja-1.0-py2.4.egg", "has_sig": false, "md5_digest": "b54741c5c71f72eac6c392491ff3c069", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 218649, "upload_time": "2007-03-23T16:35:20", "url": "https://files.pythonhosted.org/packages/0e/e7/567ee65f05732bbe0142cb9ec1222bcbe5e79fffc0957f4c1894f55271fa/Jinja-1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8fb165498239323e4951266b0cd78a73", "sha256": "a8ffb3ea50da7152702639946af3db95ba3ba647748d45738caa3dce24a25120" }, "downloads": -1, "filename": "Jinja-1.0-py2.5.egg", "has_sig": false, "md5_digest": "8fb165498239323e4951266b0cd78a73", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 217492, "upload_time": "2007-03-23T16:35:27", "url": "https://files.pythonhosted.org/packages/3d/1f/d4d757591ea451a922b5b3823fa35f47d7a09f61f695ba7dc758560d23b6/Jinja-1.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "4ed2624cc06c3610d6682f5d591e8812", "sha256": "86309c61c83ba831e25cfe4eb67fdb315f6e8a4dab6a046f12eefc1d0fddc28c" }, "downloads": -1, "filename": "Jinja-1.0.tar.gz", "has_sig": false, "md5_digest": "4ed2624cc06c3610d6682f5d591e8812", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120892, "upload_time": "2007-03-23T16:35:30", "url": "https://files.pythonhosted.org/packages/59/b7/5fd2f94eb354877062ead65052172dafd84558704a1040c1e9a0201e3eff/Jinja-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "dbe466aeeb7e8c4ef3c2d2566d68bb2f", "sha256": "645b4f53bfe42aa9c9436c597897bd641ff62e51697e55be51087fa1b20a9fdc" }, "downloads": -1, "filename": "Jinja-1.1.tar.gz", "has_sig": false, "md5_digest": "dbe466aeeb7e8c4ef3c2d2566d68bb2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 237016, "upload_time": "2007-06-02T12:11:23", "url": "https://files.pythonhosted.org/packages/09/32/467b99bddae366826d7936fc9d169c7b257bc86de7a2ba18faab856c01b0/Jinja-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "27b0804a126c2c0ebd4a9dacffb9dcbb", "sha256": "4f658d271df403c5fc92837757a051a816ed3914b5d3bdc79fba7031f1f9d68e" }, "downloads": -1, "filename": "Jinja-1.2-py2.5-win32.egg", "has_sig": false, "md5_digest": "27b0804a126c2c0ebd4a9dacffb9dcbb", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 359231, "upload_time": "2008-02-24T14:54:14", "url": "https://files.pythonhosted.org/packages/06/0a/4a745819cad926ec1822e140cdfa610fe38de70e3bde930657c49fddc6f8/Jinja-1.2-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "1235a005ade00b213800ff1e798c0241", "sha256": "36252f3d0356008a31a537a31cfba189f7b5898b8e2da454f72ea5f987db8b31" }, "downloads": -1, "filename": "Jinja-1.2.tar.gz", "has_sig": false, "md5_digest": "1235a005ade00b213800ff1e798c0241", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 252918, "upload_time": "2007-11-17T22:46:41", "url": "https://files.pythonhosted.org/packages/df/50/70f41c599cf0ace6c554b07108916513c70d0e950b0abb18c27a865df7a2/Jinja-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "27b0804a126c2c0ebd4a9dacffb9dcbb", "sha256": "4f658d271df403c5fc92837757a051a816ed3914b5d3bdc79fba7031f1f9d68e" }, "downloads": -1, "filename": "Jinja-1.2-py2.5-win32.egg", "has_sig": false, "md5_digest": "27b0804a126c2c0ebd4a9dacffb9dcbb", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 359231, "upload_time": "2008-02-24T14:54:14", "url": "https://files.pythonhosted.org/packages/06/0a/4a745819cad926ec1822e140cdfa610fe38de70e3bde930657c49fddc6f8/Jinja-1.2-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "1235a005ade00b213800ff1e798c0241", "sha256": "36252f3d0356008a31a537a31cfba189f7b5898b8e2da454f72ea5f987db8b31" }, "downloads": -1, "filename": "Jinja-1.2.tar.gz", "has_sig": false, "md5_digest": "1235a005ade00b213800ff1e798c0241", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 252918, "upload_time": "2007-11-17T22:46:41", "url": "https://files.pythonhosted.org/packages/df/50/70f41c599cf0ace6c554b07108916513c70d0e950b0abb18c27a865df7a2/Jinja-1.2.tar.gz" } ] }