{ "info": { "author": "Alfredo Deza", "author_email": "alfredodeza [at] gmail [dot] com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Topic :: Software Development :: Build Tools" ], "description": "Small template engine that replaces variables via dictionary values::\n\n cat file.txt\n \"This is a {{variable}} in a {{string}}\"\n\n from coima import Template\n t = Template({'variable':'word', 'string':'sentence'}, 'file.txt')\n\n t.render()\n\n u\"This is a word in a sentence\"\n\nSyntax\n-------\nNo Python or code blocks are allowed, this is basically a **dumb** templating \nengine.\n\nVariables should be a one word or 2 words together with an underscore. These are\nvalid variables:\n\n{{variable}}\n{{variable_one}}\n\nInvalid variables are left 'as is' and left in the final rendered template.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/alfredodeza/coima", "keywords": "WSGI stats requests context development", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "coima", "package_url": "https://pypi.org/project/coima/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/coima/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/alfredodeza/coima" }, "release_url": "https://pypi.org/project/coima/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Extremely plain and simple template engine for text files", "version": "0.0.2" }, "last_serial": 787619, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "de23460d0fed76727f0ea6d2ee2c94c6", "sha256": "4dc251424472c35991abf0aca3a61738d7947dd6e4dc4621ddde887a43c70908" }, "downloads": -1, "filename": "coima-0.0.1.tar.gz", "has_sig": false, "md5_digest": "de23460d0fed76727f0ea6d2ee2c94c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6126, "upload_time": "2010-12-04T03:47:31", "url": "https://files.pythonhosted.org/packages/f3/fa/cbc4dbcfd2af0b83185fd8808e885223c0f3f8de029287ecb5437f8b207f/coima-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "176436b6b5675192ea88ff4774d7aff0", "sha256": "aae5fa1a5bd4ae07073779ea362851b6c1a703536b59b8ac0f75a9ed1f4e49ca" }, "downloads": -1, "filename": "coima-0.0.2.tar.gz", "has_sig": false, "md5_digest": "176436b6b5675192ea88ff4774d7aff0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6112, "upload_time": "2010-12-05T02:57:53", "url": "https://files.pythonhosted.org/packages/6c/2c/b15baa38afb76d24fa3b370ac06046ed21e5e71139b2ffe81092d8c4e4f1/coima-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "176436b6b5675192ea88ff4774d7aff0", "sha256": "aae5fa1a5bd4ae07073779ea362851b6c1a703536b59b8ac0f75a9ed1f4e49ca" }, "downloads": -1, "filename": "coima-0.0.2.tar.gz", "has_sig": false, "md5_digest": "176436b6b5675192ea88ff4774d7aff0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6112, "upload_time": "2010-12-05T02:57:53", "url": "https://files.pythonhosted.org/packages/6c/2c/b15baa38afb76d24fa3b370ac06046ed21e5e71139b2ffe81092d8c4e4f1/coima-0.0.2.tar.gz" } ] }