Metadata-Version: 1.0
Name: django-vanilla-views
Version: 0.2.1
Summary: Beautifully simple class based views.
Home-page: http://github.com/tomchristie/django-vanilla-views/
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Description: Django's generic class based view implementation is unneccesarily complicated.
        
        Django vanilla views gives you all the same functionality, in a vastly simplified, easier-to-use package, including:
        
        * No mixin classes.
        * No calls to super().
        * A sane class heirarchy.
        * A stripped down API.
        * Simpler method implementations, with less magical behavior.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
