Metadata-Version: 1.0
Name: python-chrono
Version: 0.2.0
Summary: A Python module for simple and convenient date/time handling
Home-page: http://oss.codepoet.no/python-chrono/
Author: Erik Grinaker
Author-email: erikg@codepoet.no
License: GNU General Public License 3
Description: python-chrono is a Python module for simple and convenient date/time
        handling, including parsing, arithmetic, comparison, formatting,
        and calendar functionality. It supports both the ISO and US calendars,
        and dates/times in ISO, US, or european formats.
        
        This software is licensed under the terms of the GNU General Public
        License version 3, the full text is available in the file LICENSE.
        
        See the python-chrono website for more information:
        
        http://oss.codepoet.no/python-chrono
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
