{ "info": { "author": "Rodrigo Machado", "author_email": "rcmachado@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "mako-pipeline\n=============\n\nA sort of django-pipeline, but for mako.\n\nInstall\n-------\n\nmako-pipeline is avaiable on pypi:\n\n.. code-block::\n\n $ pip install mako-pipeline\n\n\nUsage\n-----\n\nOn your python script, call `mako_pipeline.configure` to setup file mapping:\n\n.. code-block:: python\n\n from mako_pipeline import configure\n\n configure({\n 'debug': True,\n 'javascript': {\n 'final-js': ['file1', 'file2']\n }\n })\n\nOn templates, import the module using `namespace` tag and use like following:\n\n.. code-block:: html\n\n <%namespace name=\"assets\" module=\"mako_pipeline.assets\" />\n\n <%assets:tag name=\"final-js\" args=\"ASSETS_URL\" %>\n \n <%/assets:tag%>\n\nLicense\n-------\n\nThis project is licensed under MIT license (please see LICENSE file).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rcmachado/mako-pipeline", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "mako-pipeline", "package_url": "https://pypi.org/project/mako-pipeline/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mako-pipeline/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rcmachado/mako-pipeline" }, "release_url": "https://pypi.org/project/mako-pipeline/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Manage assets on mako templates", "version": "0.0.1" }, "last_serial": 745939, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3b29bd2adb01b2007cb96208153c320f", "sha256": "209309c36f0ad40c58ab1ad5e0fcd884e714cb65cd71b2b64150a399c01db2b8" }, "downloads": -1, "filename": "mako-pipeline-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3b29bd2adb01b2007cb96208153c320f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1724, "upload_time": "2012-12-28T20:45:06", "url": "https://files.pythonhosted.org/packages/54/29/c1d636379f1343bdc0e3e5e76657d4d760eee9c4ce9675b63e8cc6480a35/mako-pipeline-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b29bd2adb01b2007cb96208153c320f", "sha256": "209309c36f0ad40c58ab1ad5e0fcd884e714cb65cd71b2b64150a399c01db2b8" }, "downloads": -1, "filename": "mako-pipeline-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3b29bd2adb01b2007cb96208153c320f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1724, "upload_time": "2012-12-28T20:45:06", "url": "https://files.pythonhosted.org/packages/54/29/c1d636379f1343bdc0e3e5e76657d4d760eee9c4ce9675b63e8cc6480a35/mako-pipeline-0.0.1.tar.gz" } ] }