Metadata-Version: 1.0
Name: iso8601
Version: 0.1.1
Summary: Simple module to parse ISO 8601 dates
Home-page: http://code.google.com/p/pyiso8601/
Author: Michael Twomey
Author-email: micktwomey+iso8601@gmail.com
License: MIT
Description: Simple module to parse ISO 8601 dates
        
        This module parses the most common forms of ISO 8601 date strings (e.g.
        2007-01-14T20:34:22+00:00) into datetime objects.
        
        Changes
        =======
        
        0.1.1
        -----
        
        * When parsing dates without a timezone the specified default is used. If no
        default is specified then UTC is used. Addresses issue 4.
        
Platform: UNKNOWN
