{ "info": { "author": "Tomas Neme", "author_email": "lacrymology@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Topic :: Utilities" ], "description": "# Overview \n\nAn extremely simple django app that renders templates based on URL path.\n\nKenny provides a single view, `SongBirdView` which takes the path url kwarg\nand appends .html to it and serves it. It also rstrips any `/`s. It can also\ntake an optional `prefix` kwarg that will be prepended to the redered\ntemplate's path.\n\n`SongBirdView` is a subclass of `django.views.generic.base.TemplateView`, so\nall of it's documentation except for the `template_name` parameter apply.\n\nSo basically, to serve the mockups of your website under the `/mockup/` URL\nyou can do the following:\n\n```\nurlpatterns += (\n url(r'^mockup/(?P.*)$', SongBirdView.as_view(prefix='mockup/'))\n)\n```\n\nThis way, if you go to `localhost:8000/mockup/foo/`, your `mockup/foo.html`\ntemplate will be served.\n\n# Installation\n\nAs easy as\n\n```\npip install django-kenny\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "django generic-views", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-kenny", "package_url": "https://pypi.org/project/django-kenny/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-kenny/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-kenny/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "An extremely simple dynamic TemplateView for django", "version": "0.1.0" }, "last_serial": 1408880, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "41a72e9fdbdce357e8d0007cb2a2aec5", "sha256": "b9944d203ccc713894bfb4569c3dc2efa8d89983ada44f7badac5f4c4c13a69c" }, "downloads": -1, "filename": "django-kenny-0.0.1.tar.gz", "has_sig": false, "md5_digest": "41a72e9fdbdce357e8d0007cb2a2aec5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1959, "upload_time": "2014-11-21T05:06:35", "url": "https://files.pythonhosted.org/packages/09/85/513c83f74171930284e28408e73f70751fd656beae37619e2fb1b6bb4f86/django-kenny-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "cc31de9d7be381ea40125557df4bb2a5", "sha256": "b0b045d5d6ed8baf92c0cc38a76199ef3d4bbb8fd0e07a2bd2e0d79cf8e491e0" }, "downloads": -1, "filename": "django-kenny-0.0.2.tar.gz", "has_sig": false, "md5_digest": "cc31de9d7be381ea40125557df4bb2a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2135, "upload_time": "2014-11-21T04:58:53", "url": "https://files.pythonhosted.org/packages/28/a4/ac07298d4f1d671c56e3136d63b5d71fdcd8ca6508184acf6512f3c6c088/django-kenny-0.0.2.tar.gz" } ], "0.0.2-1": [ { "comment_text": "", "digests": { "md5": "fdddefaf9c6085e882e52506269b5d8d", "sha256": "1e4c16a9c7de802e78ea1bac5c1b9f59671186976ada54496df52bfbd2f12c6d" }, "downloads": -1, "filename": "django-kenny-0.0.2-1.tar.gz", "has_sig": false, "md5_digest": "fdddefaf9c6085e882e52506269b5d8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2183, "upload_time": "2014-11-27T02:18:34", "url": "https://files.pythonhosted.org/packages/54/a5/de5fa842f5715fff0c66e90b92868ff359a986d1847856c60370b3ac6fb7/django-kenny-0.0.2-1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "0ec4419fd6893b229d6625feb8f7b72c", "sha256": "9e4b64d65b05c4693cb7b06c5109250d698d56243bb0ef221116154e4259d04b" }, "downloads": -1, "filename": "django-kenny-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0ec4419fd6893b229d6625feb8f7b72c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2462, "upload_time": "2015-02-04T04:25:00", "url": "https://files.pythonhosted.org/packages/b1/5a/d83678259d6338c827b3b7262045f279ca6dc2b462c168aac61df9264b24/django-kenny-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ec4419fd6893b229d6625feb8f7b72c", "sha256": "9e4b64d65b05c4693cb7b06c5109250d698d56243bb0ef221116154e4259d04b" }, "downloads": -1, "filename": "django-kenny-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0ec4419fd6893b229d6625feb8f7b72c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2462, "upload_time": "2015-02-04T04:25:00", "url": "https://files.pythonhosted.org/packages/b1/5a/d83678259d6338c827b3b7262045f279ca6dc2b462c168aac61df9264b24/django-kenny-0.1.0.tar.gz" } ] }