Metadata-Version: 1.1
Name: cubicweb-basket
Version: 1.5.1
Summary: shopping cart component for the CubicWeb framework
Home-page: http://www.cubicweb.org/project/cubicweb-basket
Author: Logilab
Author-email: contact@logilab.fr
License: LGPL
Description: Summary
        -------
        
        This cube provides a shopping cart functionality.
        
        Usage
        -----
        
        By default, any entity can be added to a basket (this uses the
        `in_basket` relation).
        
        There is a box that displays all items in the basket. By default, this
        box is hidden. To display it, add in a view this code:
        
        .. sourcecode:: python
        
           from cubes.basket.views import BasketBox
        
           BasketBox.visible = True
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
