{ "info": { "author": "Dmitry Voronkov", "author_email": "mail@voronkovd.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: Russian", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# django-beauty-view\n\nDjango collection mixin view\n\n## Requirements\n\n* Python (2.7.x )\n* Django (1.5+ )\n\n## Installation\n\nInstall using `pip`\n\n```shell\npip install django-beauty-view\n```\n\n\n## Usage & Example\n\n\n```python\n# -*- coding: utf-8 -*-\nfrom django.views import generic\n...\n\nfrom beauty_view.auth import PermissionRequiredMixin\n\n\nclass Create(PermissionRequiredMixin, generic.CreateView):\n...\n permission_required = 'group.can_change'\n...\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/voronkovd/django-beauty-view", "keywords": null, "license": "GNU General Public License", "maintainer": null, "maintainer_email": null, "name": "django-beauty-view", "package_url": "https://pypi.org/project/django-beauty-view/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-beauty-view/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/voronkovd/django-beauty-view" }, "release_url": "https://pypi.org/project/django-beauty-view/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Beauty Django Views Mixin", "version": "0.0.5" }, "last_serial": 2036616, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a8cec5295fd59e07e70d0b19c25e75a0", "sha256": "1a5250968631a3cdf9afe77f14b5972dedc538d3c2271bb0e231003e1b5c4134" }, "downloads": -1, "filename": "django-beauty-view-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a8cec5295fd59e07e70d0b19c25e75a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1216, "upload_time": "2016-03-30T17:51:08", "url": "https://files.pythonhosted.org/packages/db/f9/9c8edb4a31f1b358502a041090164a45547cd779354195d3a4a13e78ce09/django-beauty-view-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6f3b3996c864064ebec373ebcb9ea760", "sha256": "c896cd01ecb98e32f6bb7e0815691a0b6cc631bfe612e0a0d413eee5b0b5c619" }, "downloads": -1, "filename": "django-beauty-view-0.0.2.tar.gz", "has_sig": false, "md5_digest": "6f3b3996c864064ebec373ebcb9ea760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2041, "upload_time": "2016-03-30T18:20:33", "url": "https://files.pythonhosted.org/packages/c1/7c/2cb6a8aeb0b550095858c43edfd51d67ecb0301334ecb73b69f070062949/django-beauty-view-0.0.2.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "2fc3334ae210ef5fe73076c4e6c00ad9", "sha256": "2ac4ac36dc138ae5bd0ec3e00c3a2ccbdc7aee380aaa86bf523c8dff6eb44054" }, "downloads": -1, "filename": "django-beauty-view-0.0.4.tar.gz", "has_sig": false, "md5_digest": "2fc3334ae210ef5fe73076c4e6c00ad9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2362, "upload_time": "2016-03-30T18:39:51", "url": "https://files.pythonhosted.org/packages/93/95/d347afb030e7168e98b0e764beff650818c376fcc9b1639f0b3c97a6e561/django-beauty-view-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "4e536b26ee0b02cee583cd3753567edf", "sha256": "3e4acedf41d03c37c0bbc228d5156e2fd73947228e847dffc433c356e56054f5" }, "downloads": -1, "filename": "django-beauty-view-0.0.5.tar.gz", "has_sig": false, "md5_digest": "4e536b26ee0b02cee583cd3753567edf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2219, "upload_time": "2016-03-30T18:44:30", "url": "https://files.pythonhosted.org/packages/a8/e4/2eb8ab54e241a1314db4ae0895d8b6db90992ffec37f6778bda9ff42f8b5/django-beauty-view-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4e536b26ee0b02cee583cd3753567edf", "sha256": "3e4acedf41d03c37c0bbc228d5156e2fd73947228e847dffc433c356e56054f5" }, "downloads": -1, "filename": "django-beauty-view-0.0.5.tar.gz", "has_sig": false, "md5_digest": "4e536b26ee0b02cee583cd3753567edf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2219, "upload_time": "2016-03-30T18:44:30", "url": "https://files.pythonhosted.org/packages/a8/e4/2eb8ab54e241a1314db4ae0895d8b6db90992ffec37f6778bda9ff42f8b5/django-beauty-view-0.0.5.tar.gz" } ] }