Metadata-Version: 1.0
Name: parsedatetime
Version: 1.1.2
Summary: Parse human-readable date/time text.
Home-page: http://github.com/bear/parsedatetime/
Author: Mike Taylor
Author-email: bear@code-bear.com
License: http://www.apache.org/licenses/LICENSE-2.0
Download-URL: https://pypi.python.org/pypi/parsedatetime/
Description: Parse human-readable date/time text.
        Python 2.6+ is required for parsedatetime v1.+
        The simple example of how to use parsedatetime is:
        
            import parsedatetime as pdt
        
            cal = pdt.Calendar()
        
            cal.parse("tomorrow")
        
        More detailed examples can be found in the examples
        directory.
        
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
