{ "info": { "author": "Garindra Prahandono", "author_email": "garindraprahandono@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Brick [![Build Status](https://secure.travis-ci.org/garindra/brick.png)](https://secure.travis-ci.org/garindra/brick.png)\n=====\n\n`brick` is a pure Python block-based templating system. \n\n###Examples\n\nLet's see some example:\n \n from brick import Block\n from brick.tags import *\n\n class LikeButton(Block): \n \n def construct(self):\n b = []\n\n with Div(class_=['like-btn']).into(b):\n b += A(href=\"#\")(\"Like\")\n\n return b\n \n like_button = LikeButton()\n\n like_button.render()\n >>
Like
\n\n###Installation\n`brick` is an official PyPi module, so you can use it simply with pip by doing:\n\n pip install brick\n\n###PyPI Page\n[http://pypi.python.org/pypi/brick](http://pypi.python.org/pypi/brick)\n\n###Prerequisites\n`brick` is currently well tested on Python 2.5, 2.6 and 2.7.\n\n###Run unit tests\nIf you have the `nose` Python unit tester library installed and want to run the unit test suite for this library, then simply run this command:\n \n nosetests\n\n###Travis CI\nYou can track the project's CI status on Travis at : [http://travis-ci.org/#!/garindra/brick](http://travis-ci.org/#!/garindra/brick)\n\n###License\nMIT 2.0\n\n###Inspiration\nThis library is heavily inspired by the public description of Quora's webnode2 found [here](http://www.quora.com/Shreyes-Seshasai/Posts/Tech-Talk-webnode2-and-LiveNode).\n\n###Authors\n- Garindra Prahandono (garindraprahandono@gmail.com)", "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/garindra/brick", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "brick", "package_url": "https://pypi.org/project/brick/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/brick/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/garindra/brick" }, "release_url": "https://pypi.org/project/brick/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "brick is a pure python templating system.", "version": "0.0.2" }, "last_serial": 787045, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "22c9f3e0ca25d349fc65c78bfc44c5d7", "sha256": "b47915d1b975759a3df69d48e356b35aefe733f9ec971564afa14af58a8f6ff7" }, "downloads": -1, "filename": "brick-0.0.1.tar.gz", "has_sig": false, "md5_digest": "22c9f3e0ca25d349fc65c78bfc44c5d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4352, "upload_time": "2012-08-06T11:34:11", "url": "https://files.pythonhosted.org/packages/d6/c6/d2336d51a174bd335517abee7cb2b3a5554d75b4115c5a25c7a2d703eff7/brick-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "a677725253b2f9d97440b03d4b9dfafa", "sha256": "664c7a51219194f2ce273d7ca85dc3367c3cf9b2f99924867a706af355b098f9" }, "downloads": -1, "filename": "brick-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a677725253b2f9d97440b03d4b9dfafa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4557, "upload_time": "2012-08-06T16:21:06", "url": "https://files.pythonhosted.org/packages/cb/c7/b5bc145ae95b359ed2bc27c3cb4e65b719be420919663d04cf03feff4b8f/brick-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a677725253b2f9d97440b03d4b9dfafa", "sha256": "664c7a51219194f2ce273d7ca85dc3367c3cf9b2f99924867a706af355b098f9" }, "downloads": -1, "filename": "brick-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a677725253b2f9d97440b03d4b9dfafa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4557, "upload_time": "2012-08-06T16:21:06", "url": "https://files.pythonhosted.org/packages/cb/c7/b5bc145ae95b359ed2bc27c3cb4e65b719be420919663d04cf03feff4b8f/brick-0.0.2.tar.gz" } ] }