Metadata-Version: 1.0
Name: betahaus.viewcomponent
Version: 0.3b
Summary: betahaus.viewcomponent
Home-page: https://github.com/robinharms/betahaus.viewcomponent
Author: Robin Harms Oredsson
Author-email: robin@betahaus.net
License: UNKNOWN
Description: .. image:: https://travis-ci.org/robinharms/betahaus.viewcomponent.png?branch=master
            :target: https://travis-ci.org/robinharms/betahaus.viewcomponent
        
        betahaus.viewcomponent
        ======================
        
        See docs/README.rst
        
        
        Credits
        =======
        
        * Robin Harms Oredsson / robinharms (Initial author)
        * Parnell Springmeyer / ixmatus
        * Paul Bonser / pib
        
        A lot of good ideas were taken from `Pyramid <http://www.pylonsproject.org>`_ itself and from different repoze software.
        The code itself was written as part of the `VoteIT project <http://www.voteit.se>`_.
        
        
        Changes
        =======
        
        
        0.3b / (2014-03-19)
        -------------------
        
        - View groups don't catch exceptions any longer. This was a cause of a lot of
          odd error messages on Python 2.
        - Ordering with bad keys don't cause exceptions - they're logged as warnings instead.
        - New argument priority for view actions. [ixmatus]
        
        
        0.2b (2013-06-18)
        -----------------
        
        -  Python3 support fixed by pib (Paul Bonser) - thanks a lot!
        -  Fetch and execution of vas changed - empty result should be ignored,
           and yield isn't used now. This should make error messages clearer. [robinharms]
        -  Checks for containment, interface, permission etc moved to ViewAction object, since
           they weren't performed if the object was called directly. [robinharms]
        
        
        0.1b
        ----
        
        -  Initial version
        
Keywords: web pyramid pylons
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
