{ "info": { "author": "Marc Par\u00e9", "author_email": "marc@smallredtile.com", "bugtrack_url": null, "classifiers": [], "description": "Mako Sugar\n===\n\nA preprocessor that adds some syntactic sugar to Mako templates.\n\nWrite:\n\n % call foo():\n hi\n % endcall\n \ninstead of:\n\n <%call expr=\"foo()\">\n hi\n \n \nInstall with:\n\n from mako_sugar import sugar\n \n # Any one of these options...\n t = Template(..., preprocessor=sugar())\n t = Template(..., preprocess=sugar(exclude=['def', 'call', 'import']))\n TemplateLookup(preprocessor=sugar())", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/marcpare/mako-sugar/tarball/0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/marcpare/mako-sugar", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "mako_sugar", "package_url": "https://pypi.org/project/mako_sugar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mako_sugar/", "project_urls": { "Download": "https://github.com/marcpare/mako-sugar/tarball/0.1.0", "Homepage": "https://github.com/marcpare/mako-sugar" }, "release_url": "https://pypi.org/project/mako_sugar/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Syntax sugar for Python Mako templates", "version": "0.1.0" }, "last_serial": 1274708, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6d3421f19eb36c43f457bed29f77bd34", "sha256": "558891ac05238dbec4052232a4057734362f4e1ecf03e3ac25829d26c94e6390" }, "downloads": -1, "filename": "mako_sugar-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6d3421f19eb36c43f457bed29f77bd34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3736, "upload_time": "2014-10-18T08:21:15", "url": "https://files.pythonhosted.org/packages/97/12/208d0b9e6c6120d413d50b2db2e13c16016d35a788be84cc33f5fcb3835d/mako_sugar-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d3421f19eb36c43f457bed29f77bd34", "sha256": "558891ac05238dbec4052232a4057734362f4e1ecf03e3ac25829d26c94e6390" }, "downloads": -1, "filename": "mako_sugar-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6d3421f19eb36c43f457bed29f77bd34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3736, "upload_time": "2014-10-18T08:21:15", "url": "https://files.pythonhosted.org/packages/97/12/208d0b9e6c6120d413d50b2db2e13c16016d35a788be84cc33f5fcb3835d/mako_sugar-0.1.0.tar.gz" } ] }