{ "info": { "author": "Paul Heymann", "author_email": "hey_april@heymann.be", "bugtrack_url": null, "classifiers": [], "description": "hey_april\n=========\nApril is a composable templating system.\n\n__doc__\n-------\nApril is a simple (read: extremely limited) composable template system.\nIts honestly probably not any better than using a different templating\nsystem, but it's a lot simpler.\n\nApril assumes you're going to use Bootstrap, and it comes with its own\nBootstrap bundled in package_data. (You can use copy_assets to copy it\nsomewhere appropriate.)\n\nUsually, you'll end up doing something like:\n\n.. code:: python\n\n b_int1 = hey_april.BSSkeleton(\n 'An Exciting Page Title',\n 'Some Corner Text',\n '',\n [\n hey_april.BSSection(\n 'Section 1', 'The second section...', 'Section 1', 'sec1',\n [\n hey_april.BSPara('this is the first section')\n ]\n ),\n hey_april.BSSection(\n 'Section 2', 'Another section!', 'Section 2', 'sec2',\n [\n hey_april.BSTwoUp(\n hey_april.BSHTML('foo'),\n hey_april.BSHTML('bar')\n )\n ]\n ),\n hey_april.BSSection(\n 'Section 3', 'The CSV!', 'Section 3', 'sec3',\n [\n hey_april.BSCSVTable(\n 'txt/scores.csv'\n )\n ]\n )\n ],\n 'https://something.com'\n )", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.pybrid.com/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "hey_april", "package_url": "https://pypi.org/project/hey_april/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hey_april/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.pybrid.com/" }, "release_url": "https://pypi.org/project/hey_april/1.0.5/", "requires_dist": null, "requires_python": null, "summary": "Hey! April Templating System", "version": "1.0.5" }, "last_serial": 792893, "releases": { "1.0.5": [ { "comment_text": "", "digests": { "md5": "5051e4631265411e770eac763666b60b", "sha256": "398a5890576a74ea12d0ef21d3f368836d5ebd6b4b0403cec8e8cc3d70a19531" }, "downloads": -1, "filename": "hey_april-1.0.5.tar.gz", "has_sig": false, "md5_digest": "5051e4631265411e770eac763666b60b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106342, "upload_time": "2013-03-10T02:31:06", "url": "https://files.pythonhosted.org/packages/55/a2/27a670a1a605c968ae1b5f5cdd7f1f7f7e77e4429d29c43c34d86aae49bb/hey_april-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5051e4631265411e770eac763666b60b", "sha256": "398a5890576a74ea12d0ef21d3f368836d5ebd6b4b0403cec8e8cc3d70a19531" }, "downloads": -1, "filename": "hey_april-1.0.5.tar.gz", "has_sig": false, "md5_digest": "5051e4631265411e770eac763666b60b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106342, "upload_time": "2013-03-10T02:31:06", "url": "https://files.pythonhosted.org/packages/55/a2/27a670a1a605c968ae1b5f5cdd7f1f7f7e77e4429d29c43c34d86aae49bb/hey_april-1.0.5.tar.gz" } ] }