Metadata-Version: 1.0
Name: Products.TimeRangeWidget
Version: 2.0b2
Summary: Archetypes widget to store a time range
Home-page: http://raptus.com
Author: Raptus AG
Author-email: dev@raptus.com
License: GPL
Description: Introduction
        ============
        
        Provides an archetypes field which stores a time range (from, to) 
        in a string field.
        
        Example
        -------
        
        ::
        
            from Products.TimeRangeWidget.widget import TimeRangeWidget
            
              ...
            
            StringField('timerange',
                widget = TimeRangeWidget(
                    description = '',
                    label = _at(u'label_timerange', default=u'Time range'),
                    size = 40
                )
            ),
            
              ...
        
        
        Changelog
        =========
        
        2.0b2 (2010-10-21)
        ------------------
        
        * Added README
        
        2.0b1 (2010-10-19)
        ------------------
        
        * First public release
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
