Metadata-Version: 1.1
Name: cipher.lazydate
Version: 2.0.0
Summary: Human-friendly zope.schema datetime field
Home-page: http://pypi.python.org/pypi/cipher.lazydate/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: ========
        LazyDate
        ========
        
        This library provides a `zope.schema` field and a value object for a
        user friendly datetime specification.  The date is stored as string,
        and can have various textual formats, such as "1 month ago" or
        "tomorrow", "01/02/03" or "2012-01-01".  The actual datetime is
        calculated by the value object as needed.
        
        
        
        =======
        CHANGES
        =======
        
        2.0.0 (2013-03-06)
        ------------------
        
        - Added support for Python 3.3.
        
        - Replaced deprecated ``zope.interface.implements`` usage with equivalent
          ``zope.interface.implementer`` decorator.
        
        - Dropped support for Python 2.4 and 2.5.
        
        1.1.0 (2012-12-11)
        ------------------
        
        - LazyDate('') is interpreted as None
        
        
        1.0.1 (2012-10-22)
        ------------------
        
        - Fix packaging bugs.
        
        
        1.0 (2012-10-19)
        ----------------
        
        - Initial release.
        
Keywords: schema date field
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Zope3
