Metadata-Version: 1.1
Name: django-view-shortcuts
Version: 1.3.4
Summary: A set of shortcuts for Django views.
Home-page: http://bitbucket.org/neithere/django-view-shortcuts/
Author: Andy Mikhailenko
Author-email: andy@neithere.net
License: GNU Lesser General Public License (LGPL), Version 3
Download-URL: http://bitbucket.org/neithere/django-view-shortcuts/src/
Description: Some decorators and filters that the author finds
        extremely useful when writing non-generic Django views. The package contains
        snippets of code that the author had been repeatedly writing with minor
        differences for various websites. They were quickly extracted to the single
        package.
        
Keywords: django views shortcut
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Requires: python (>= 2.4)
Requires: django (>= 1.0)
