{ "info": { "author": "winkidney", "author_email": "winkidney@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pyramid", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "pyramid_soy\r\n-----------\r\n\r\npyramid_soy is a simple wrapper of `Soy` (closure-template-python).\r\n\r\nIt provides simple cache for soy template file and pyramid directive for convenient.\r\n\r\n##Config\r\n\r\nOpen your project config file `***.ini`.\r\nAdd include settings in your config file\r\n```\r\npyramid.includes =\r\n pyramid_soy\r\n```\r\nOr include it in your pyramid init script.\r\n```\r\ndef includeme(config):\r\n config.include('pyramid_soy')\r\n```\r\n\r\n##Usage\r\nUse `config.add_soy_searchpath` to add search path of complied soy template file(ends with `.py`).\r\n\r\nUse `request.soy_render_tostring(template_name, name_space, **data)`\r\n\r\nMore docs detail in source code.\r\n\r\n##About\r\n\r\n[Github](https://github.com/winkidney/pyramid_soy)", "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/winkidney/pyramid_soy", "keywords": "web pyramid pylons", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "pyramid_soy", "package_url": "https://pypi.org/project/pyramid_soy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid_soy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/winkidney/pyramid_soy" }, "release_url": "https://pypi.org/project/pyramid_soy/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple soy wrapper with simple cache.", "version": "0.0.1" }, "last_serial": 1334911, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0eec6d8ec007ca79f72a717c2a0df6cb", "sha256": "66d2610acda49f17cd643e755b1837471c23c76117421497491334cb307ea66e" }, "downloads": -1, "filename": "pyramid_soy-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "0eec6d8ec007ca79f72a717c2a0df6cb", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4346, "upload_time": "2014-12-08T02:54:13", "url": "https://files.pythonhosted.org/packages/14/9e/3ff358e63b16bd569c3420f57d27c4082e1741aa502482a4539e19db5468/pyramid_soy-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "534fa1eb628795281ba4952ea00d8baf", "sha256": "45adf6d826a2a87c13b86d3ef202af924d9f97e4659e805f84c3460d8cde0722" }, "downloads": -1, "filename": "pyramid_soy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "534fa1eb628795281ba4952ea00d8baf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2301, "upload_time": "2014-12-08T03:02:14", "url": "https://files.pythonhosted.org/packages/f2/22/da90f00b8f3e775b1cfa0bca9e0913056fb375e293989e00fb9aa9a8f30e/pyramid_soy-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0eec6d8ec007ca79f72a717c2a0df6cb", "sha256": "66d2610acda49f17cd643e755b1837471c23c76117421497491334cb307ea66e" }, "downloads": -1, "filename": "pyramid_soy-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "0eec6d8ec007ca79f72a717c2a0df6cb", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4346, "upload_time": "2014-12-08T02:54:13", "url": "https://files.pythonhosted.org/packages/14/9e/3ff358e63b16bd569c3420f57d27c4082e1741aa502482a4539e19db5468/pyramid_soy-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "534fa1eb628795281ba4952ea00d8baf", "sha256": "45adf6d826a2a87c13b86d3ef202af924d9f97e4659e805f84c3460d8cde0722" }, "downloads": -1, "filename": "pyramid_soy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "534fa1eb628795281ba4952ea00d8baf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2301, "upload_time": "2014-12-08T03:02:14", "url": "https://files.pythonhosted.org/packages/f2/22/da90f00b8f3e775b1cfa0bca9e0913056fb375e293989e00fb9aa9a8f30e/pyramid_soy-0.0.1.tar.gz" } ] }