Metadata-Version: 1.0
Name: python-parsetime
Version: 1.3
Summary: A parser for date/time strings.
Home-page: http://www.nanoo.org/parsetime/
Author: Daniel Pearson
Author-email: daniel@nanoo.org
License: UNKNOWN
Download-URL: https://github.com/jimmyngo/python-parsetime
Description: 
        ParseTime is a simple Python extension module that simply wraps the parsetime()
        function that is used internally by the familiar "at" command that is typically
        found on Unix systems. This allows a programmer to parse a complicated
        expression that represents a particular point in time.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
