{ "info": { "author": "tengu", "author_email": "karasuyamatengu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Render html stright from python without involving another language or 'engine'.\nSometimes, you just don't want to involve these constructs just to generate some html.\n\nNote: this renderer generates ugly, invalid html. \nIt's only good for quick'n'dirty personal reporting. \nFor externally visible documents, use one of the many production worthy templating engines.\n\n### Usage\n with r.Table():\n for k,v in data.items():\n with r.Tr():\n with r.Td():\n r.text(k)\n with r.Td():\n r.text(v)", "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/tengu/py-renderwith", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "renderwith", "package_url": "https://pypi.org/project/renderwith/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/renderwith/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tengu/py-renderwith" }, "release_url": "https://pypi.org/project/renderwith/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "engine-less html generation from python", "version": "0.0.2" }, "last_serial": 822597, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "48a4050e59df7d0099fe998fc8d9c210", "sha256": "a79d05af33e0be9b3bc5f3a2639b1d458fe5e43b344179a237068a3d41baff90" }, "downloads": -1, "filename": "renderwith-0.0.1.tar.gz", "has_sig": false, "md5_digest": "48a4050e59df7d0099fe998fc8d9c210", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2104, "upload_time": "2013-07-12T16:11:15", "url": "https://files.pythonhosted.org/packages/a4/a7/6180da334abcd1323666547f59c0bf7846ee33aec71fd466f4b31b80507e/renderwith-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "5525bb08fde4b2188f6760d707d3d160", "sha256": "43db8545545f0d8ca7150df26aeb7fdc5615b5c8c55202bbeb2c1513acecc03f" }, "downloads": -1, "filename": "renderwith-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5525bb08fde4b2188f6760d707d3d160", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2116, "upload_time": "2013-07-22T23:29:46", "url": "https://files.pythonhosted.org/packages/80/21/16d31b124b3273f2f2310665a5aaf0609529d3734882c0b2f3322393b853/renderwith-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5525bb08fde4b2188f6760d707d3d160", "sha256": "43db8545545f0d8ca7150df26aeb7fdc5615b5c8c55202bbeb2c1513acecc03f" }, "downloads": -1, "filename": "renderwith-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5525bb08fde4b2188f6760d707d3d160", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2116, "upload_time": "2013-07-22T23:29:46", "url": "https://files.pythonhosted.org/packages/80/21/16d31b124b3273f2f2310665a5aaf0609529d3734882c0b2f3322393b853/renderwith-0.0.2.tar.gz" } ] }