{ "info": { "author": "Rocky Burt", "author_email": "rocky@serverzen.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "==============\nkhufu_siteview\n==============\n\nOverview\n========\n\n*khufu_siteview* is an addon for Pyramid hows the registration of a\nview that can be used to serve all ``.jinja2`` files out of a directory\nas subviews without the need to map them directly.\n\nUsage\n=====\n\nStandard setup is to ``Configurator.include`` the *khufu_siteview*\npackage and then add new views as necessary.\n\nExample::\n\n from pyramid.config import Configurator\n \n def app(global_conf, **settings):\n config = Configurator(settings=settings)\n config.include('khufu_siteview')\n config.add_templateview_route('/some/path/to/site', '/')\n return config.make_wsgi_app()\n\nThe previous example mounts the view at the root of the new Pyramid\napplication. The following example url's would work::\n\n http://127.0.0.1:8080/favicon.ico -> /some/path/to/site/favicon.ico\n http://127.0.0.1:8080/somepage.jinja2 -> /some/path/to/site/somepage.jinja2\n\nStatic assets such as gif's and ico's will be looked up as if the view was static.\n\nCredits\n=======\n\nCreated and maintained by Rocky Burt .\n\n\nChanges\n=======\n\n0.9.1 - Apr 26, 2011\n--------------------\n\n * fixed bug where standard global renderer vars were being removed\n\n0.9 - Apr 18, 2011\n------------------\n\n * first release", "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/khufuproject/khufu_siteview", "keywords": "pyramid khufu", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "khufu_siteview", "package_url": "https://pypi.org/project/khufu_siteview/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/khufu_siteview/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/khufuproject/khufu_siteview" }, "release_url": "https://pypi.org/project/khufu_siteview/0.9.1/", "requires_dist": null, "requires_python": null, "summary": "Easy template-to-view support", "version": "0.9.1" }, "last_serial": 793938, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "c40929f26e1bae2e5d26a1c5341cd043", "sha256": "a0f8c8900f7e3b2774208c09ee0f7bf1119ec1480d66b4f8fcbb8977ba5e00cf" }, "downloads": -1, "filename": "khufu_siteview-0.9.tar.gz", "has_sig": false, "md5_digest": "c40929f26e1bae2e5d26a1c5341cd043", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4728, "upload_time": "2011-04-18T17:01:33", "url": "https://files.pythonhosted.org/packages/50/87/c58d36893899f73e4b3e8d9b4d363d8d02bff5a7bb34cac0f8f4acab84de/khufu_siteview-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "9fa2e4f8279bffaadfcd072aab0a8fb7", "sha256": "e68ca047a62f96b7d738dd5ecb73713a5de5af7dffa9af3f8fca33c4a6a746b2" }, "downloads": -1, "filename": "khufu_siteview-0.9.1.tar.gz", "has_sig": false, "md5_digest": "9fa2e4f8279bffaadfcd072aab0a8fb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4800, "upload_time": "2011-04-26T13:32:56", "url": "https://files.pythonhosted.org/packages/f8/27/4c9dc95c06e5c23b85dd864c87483cc23c22e7491aae466ec79058d19333/khufu_siteview-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9fa2e4f8279bffaadfcd072aab0a8fb7", "sha256": "e68ca047a62f96b7d738dd5ecb73713a5de5af7dffa9af3f8fca33c4a6a746b2" }, "downloads": -1, "filename": "khufu_siteview-0.9.1.tar.gz", "has_sig": false, "md5_digest": "9fa2e4f8279bffaadfcd072aab0a8fb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4800, "upload_time": "2011-04-26T13:32:56", "url": "https://files.pythonhosted.org/packages/f8/27/4c9dc95c06e5c23b85dd864c87483cc23c22e7491aae466ec79058d19333/khufu_siteview-0.9.1.tar.gz" } ] }