Metadata-Version: 1.0
Name: zope.httpformdate
Version: 1.0.1
Summary: Extension of zope.httpform for date support
Home-page: http://pypi.python.org/pypi/zope.httpformdate
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: 
        This is a small library that extends the ``zope.httpform`` library to
        support date/time parsing.  It provides a ``:date`` converter that uses
        the parser from the ``zope.datetime`` library to convert a variety
        of date/time formats to a standard ``datetime.datetime`` object.
        
        
        CHANGES
        =======
        
        Version 1.0.1 (2009-07-24)
        --------------------------
        
        - Include package data in release.
        
        Version 1.0.0 (2009-02-07)
        --------------------------
        
        - First release of zope.httpformdate.  Extracted from zope.app.publisher.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Framework :: Zope3
