Metadata-Version: 1.1
Name: django-quickview
Version: 0.3
Summary: Putting the nitro in rapid web development.
Home-page: https://bitbucket.org/weholt/django-quickview
Author: Thomas A. Weholt
Author-email: thomas@weholt.org
License: BSD License
Description: =========
        QuickView
        =========
        
        - Author: Thomas Augestad Weholt, <thomas@weholt.org>.
        - License: Modified BSD.
        - Source: https://bitbucket.org/weholt/django-quickview/src
        - Package: https://pypi.python.org/pypi/django-quickview/
        
        - Requirements:
            - Django 1.5
            - Python 2.7.x or 3.3
        
        Read more at https://bitbucket.org/weholt/django-quickview/src/fde97a0a0befaeda0ab2317035f8e7cd9c311511/docs/basic.md?at=default
        
        Version history
        ---------------
        
        0.3     - Fleshed out some docs, fixed some bugs, cleaned up code.
        
        0.2     - Refactored code; QuickView is not dependent on a model. A subclass of QuickView named ModelQuickView takes
                  care of all model related magic. This makes it easier to write non-model based views based on the same concept.
        
        0.1     - Initial release.
Platform: UNKNOWN
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.3
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
