{ "info": { "author": "Nickolas Grigoriadis", "author_email": "nagrigoriadis@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "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": "Jinja2-HamlPy\n =============\n \n HamlPy extension for Jinja2.\n \n Basic Usage\n -----------\n To use this extension you just need to add it to you jinja environment and use \".haml\" as extension for your templates.\n \n ::\n \n from jinja2 import Environment\n from jinja2_hamlpy import HamlPyExtension\n \n env = Environment(extensions=[HamlPyExtension])\n \n For Coffin Users:\n -----------------\n Simply add this to your settings::\n \n JINJA2_EXTENSIONS = [\n 'jinja2_hamlpy.HamlPyExtension',\n ]", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/grigi/jinja2-hamlpy", "keywords": "jinja jinja2 templates haml hamlpy", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "jinja2-hamlpy", "package_url": "https://pypi.org/project/jinja2-hamlpy/", "platform": "any", "project_url": "https://pypi.org/project/jinja2-hamlpy/", "project_urls": { "Homepage": "http://github.com/grigi/jinja2-hamlpy" }, "release_url": "https://pypi.org/project/jinja2-hamlpy/0.1/", "requires_dist": null, "requires_python": null, "summary": "HamlPy extension for Jinja2", "version": "0.1" }, "last_serial": 793624, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e366abef0acdc6f1b716061d39e26f8c", "sha256": "48ff474ea0568abaf8056cd8f0ec0af7c90c8e03684220b5decdd0200c7ad0f4" }, "downloads": -1, "filename": "jinja2-hamlpy-0.1.tar.gz", "has_sig": false, "md5_digest": "e366abef0acdc6f1b716061d39e26f8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3071, "upload_time": "2012-08-04T19:08:18", "url": "https://files.pythonhosted.org/packages/e1/4f/346f454c2f36c354e01ee7264ec80f93e0f7276d83e87385b4dc56d9c22e/jinja2-hamlpy-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e366abef0acdc6f1b716061d39e26f8c", "sha256": "48ff474ea0568abaf8056cd8f0ec0af7c90c8e03684220b5decdd0200c7ad0f4" }, "downloads": -1, "filename": "jinja2-hamlpy-0.1.tar.gz", "has_sig": false, "md5_digest": "e366abef0acdc6f1b716061d39e26f8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3071, "upload_time": "2012-08-04T19:08:18", "url": "https://files.pythonhosted.org/packages/e1/4f/346f454c2f36c354e01ee7264ec80f93e0f7276d83e87385b4dc56d9c22e/jinja2-hamlpy-0.1.tar.gz" } ] }