{ "info": { "author": "Will McKenzie", "author_email": "will@oinutter.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Lean\n====\n\nLean is intended to provide a consistent interface to various python\ntemplating languages. Code wise it is a port of\n`Tilt `_ for Ruby.\n\nAt the moment it just has support for CoffeeScript and Scss as those are\nwhat I need but I will be adding support for as many other python\ntemplating languages as I can. I will also be trying to add support for\nthe compiled template functionality that Tilt has, just as soon as I can\nunderstand how it works and how to do it in Python.\n\nIf you want to get involved and help add support for other templating\nlanguages then please, get stuck in!\n\nInstallation\n------------\n\n::\n\n $ pip install lean\n\nBasic Usage\n-----------\n\n::\n\n from lean import Lean\n\n tmpl = Lean.load('blah.coffee')\n tmpl.render()\n\nLicense\n-------\n\nCopyright 2012 Will McKenzie\n\nLean is licensed under the MIT License, please see the LICENSE file for\nmore details.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/OiNutter/lean/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OiNutter/lean", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "Lean", "package_url": "https://pypi.org/project/Lean/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Lean/", "project_urls": { "Download": "https://github.com/OiNutter/lean/tarball/master", "Homepage": "https://github.com/OiNutter/lean" }, "release_url": "https://pypi.org/project/Lean/0.2.4/", "requires_dist": null, "requires_python": null, "summary": "Generic interface to multiple Python template engines - Tilt for Python", "version": "0.2.4" }, "last_serial": 784614, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c8f7734e4fc09e726455807c5c3f9b68", "sha256": "2415e7f6604680422ededb5fac1cc66fcf781ec1024b7357ebbab80b236ff6d9" }, "downloads": -1, "filename": "Lean-0.1.tar.gz", "has_sig": false, "md5_digest": "c8f7734e4fc09e726455807c5c3f9b68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3873, "upload_time": "2013-01-08T14:40:12", "url": "https://files.pythonhosted.org/packages/6b/00/3a457d4339296607240f5180a591415ca0c0d8c590d66df6ca8258faf822/Lean-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a1f85a2720daef2dd230d48376f5633f", "sha256": "4453cd3a11dbeb947883e781d571d1a058732644b35f06e971607c326bbf1491" }, "downloads": -1, "filename": "Lean-0.2.tar.gz", "has_sig": false, "md5_digest": "a1f85a2720daef2dd230d48376f5633f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5360, "upload_time": "2013-01-13T23:18:00", "url": "https://files.pythonhosted.org/packages/8e/cb/063dda64c106265f1f8947977ea00e4fd1de53f3c448b8dc005ccd6bf727/Lean-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "387e435c6e673da1f6eb9aecdcf22823", "sha256": "3c72049b7def771cfb19e768cfa434b04a9b71982ab2fe94125d137b82fd9250" }, "downloads": -1, "filename": "Lean-0.2.1.tar.gz", "has_sig": false, "md5_digest": "387e435c6e673da1f6eb9aecdcf22823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5223, "upload_time": "2013-01-14T13:33:46", "url": "https://files.pythonhosted.org/packages/c4/c1/aa12826c6a5596a805cf17d65bd8fa9a4d9b64878e15e95281f688d274e3/Lean-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "ffe6a5689a0f4b4c4e82f9a8750ae7d1", "sha256": "4cc575d83b148ff686ca42964a1b9bc84f16314a8b56a60be17e1207e6578985" }, "downloads": -1, "filename": "Lean-0.2.2.tar.gz", "has_sig": false, "md5_digest": "ffe6a5689a0f4b4c4e82f9a8750ae7d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6287, "upload_time": "2013-01-20T21:14:01", "url": "https://files.pythonhosted.org/packages/4f/1a/00dca2719c61a84c7fb418399a0f2de22cc5f074b3b5b6acb2cc2f6152a0/Lean-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "b73dc55e7750a0a00efe59a4ba570fca", "sha256": "e06933d660d71f31d976c879bfb91c065388aa4d2f63509a8cab72a85d53fadd" }, "downloads": -1, "filename": "Lean-0.2.3.tar.gz", "has_sig": false, "md5_digest": "b73dc55e7750a0a00efe59a4ba570fca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6328, "upload_time": "2013-01-22T01:04:38", "url": "https://files.pythonhosted.org/packages/ed/30/ed75ac46516300cc9bc0cc9f75ece91d616f74708a81255ebe2f1b753a5d/Lean-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "92ed3fdab31960ef736b71fbcb2559c4", "sha256": "acd22db08ea926f6adc1c644a69e48db0971b1d192bb476da3411a303351cbb2" }, "downloads": -1, "filename": "Lean-0.2.4.tar.gz", "has_sig": false, "md5_digest": "92ed3fdab31960ef736b71fbcb2559c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6337, "upload_time": "2013-02-08T01:26:10", "url": "https://files.pythonhosted.org/packages/cf/95/ececcc0d89c8614eb3bcf230c44c4e0333eac815708d16536f37956f560d/Lean-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "92ed3fdab31960ef736b71fbcb2559c4", "sha256": "acd22db08ea926f6adc1c644a69e48db0971b1d192bb476da3411a303351cbb2" }, "downloads": -1, "filename": "Lean-0.2.4.tar.gz", "has_sig": false, "md5_digest": "92ed3fdab31960ef736b71fbcb2559c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6337, "upload_time": "2013-02-08T01:26:10", "url": "https://files.pythonhosted.org/packages/cf/95/ececcc0d89c8614eb3bcf230c44c4e0333eac815708d16536f37956f560d/Lean-0.2.4.tar.gz" } ] }