{ "info": { "author": "Cyprien Le Pann\u00e9rer", "author_email": "cyplp@free.fr", "bugtrack_url": null, "classifiers": [ "Framework :: Pyramid", "License :: OSI Approved :: MIT License", "Topic :: Text Processing :: Markup :: XML" ], "description": "Xslt renderer for pyramid\n=========================\n\n\nRendering for pyramid_ using XSLT.\n\n.. _pyramid : http://docs.pylonsproject.org/projects/pyramid/en/latest/\n\n.. image:: https://travis-ci.org/cyplp/pyramid_xslt.png?branch=master\n :target: https://travis-ci.org/cyplp/pyramid_xslt\n\n\nUsage\n-----\n\nYou can include the xslt rendering in your pyramid app via :\n\n::\n\n config.include('pyramid_xslt')\n\nor in the .ini deployement file :\n\n::\n\n pyramid.includes =\n pyramid_xslt\n\n\nAnd in your views :\n\n::\n\n @view_config(route_name='home', renderer='templates/home.xsl')\n def my_view(request):\n return ('aa', {'A': 2})\n\n\nThe view can return\n - a string containing the whole xml, an url to an xml file or a path to an xml file,\n - a tuple where the first element is a string as above, the second is a dictionnary of\n arguments passed to xslt stylesheet and the third is a dictionnary of arguments for\n the pyramid response (not implented yet). The second and the third element of the\n tuple are optionnal.\n\n\nThe xslt tree is build one the first request and cached after. So the first request\nis slower than the next one.", "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/cyplp/pyramid_xslt", "keywords": "pyramid xslt renderer", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyramid_xslt", "package_url": "https://pypi.org/project/pyramid_xslt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid_xslt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cyplp/pyramid_xslt" }, "release_url": "https://pypi.org/project/pyramid_xslt/0.1/", "requires_dist": null, "requires_python": null, "summary": "Xslt renderer for pyramid", "version": "0.1" }, "last_serial": 815498, "releases": { "0.1": [ { "comment_text": "built for Linux-3.2.0-0.bpo.1-amd64-x86_64-with-glibc2.4", "digests": { "md5": "7745634e7e4b2371fa5a86227dcaff91", "sha256": "410a4efc080d646f9bd77a3f99a1cc1845db90b3c3c990c0ce24010790e7446f" }, "downloads": -1, "filename": "pyramid_xslt-0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "7745634e7e4b2371fa5a86227dcaff91", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 3726, "upload_time": "2013-07-15T07:34:56", "url": "https://files.pythonhosted.org/packages/ba/86/3127a9eb41e60a8dc06df835cc5ee06ff8fae8e748194fdd52def1c5dd8b/pyramid_xslt-0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "7dbf0b77b4999f20395d8c5cf820c1cb", "sha256": "90b75cae9b74fb954dc5175446376c6bb671871296c59b7a3083c977f6c5567a" }, "downloads": -1, "filename": "pyramid_xslt-0.1.tar.gz", "has_sig": false, "md5_digest": "7dbf0b77b4999f20395d8c5cf820c1cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7762, "upload_time": "2013-07-15T07:34:44", "url": "https://files.pythonhosted.org/packages/16/92/3baa47080cf92db2f27ad4b4c91b5ad6553d83ab77b5bdebee9aff1e666e/pyramid_xslt-0.1.tar.gz" } ], "0.2.dev0": [] }, "urls": [ { "comment_text": "built for Linux-3.2.0-0.bpo.1-amd64-x86_64-with-glibc2.4", "digests": { "md5": "7745634e7e4b2371fa5a86227dcaff91", "sha256": "410a4efc080d646f9bd77a3f99a1cc1845db90b3c3c990c0ce24010790e7446f" }, "downloads": -1, "filename": "pyramid_xslt-0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "7745634e7e4b2371fa5a86227dcaff91", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 3726, "upload_time": "2013-07-15T07:34:56", "url": "https://files.pythonhosted.org/packages/ba/86/3127a9eb41e60a8dc06df835cc5ee06ff8fae8e748194fdd52def1c5dd8b/pyramid_xslt-0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "7dbf0b77b4999f20395d8c5cf820c1cb", "sha256": "90b75cae9b74fb954dc5175446376c6bb671871296c59b7a3083c977f6c5567a" }, "downloads": -1, "filename": "pyramid_xslt-0.1.tar.gz", "has_sig": false, "md5_digest": "7dbf0b77b4999f20395d8c5cf820c1cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7762, "upload_time": "2013-07-15T07:34:44", "url": "https://files.pythonhosted.org/packages/16/92/3baa47080cf92db2f27ad4b4c91b5ad6553d83ab77b5bdebee9aff1e666e/pyramid_xslt-0.1.tar.gz" } ] }