Metadata-Version: 1.0
Name: DateRangeParser
Version: 0.5
Summary: Module to parse human-style date ranges (eg. 15th-19th March 2011) to datetimes
Home-page: https://github.com/robintw/daterangeparser
Author: Robin Wilson
Author-email: robin@rtwilson.com
License: LGPL
Description: DateRangeParser is a Python module which makes it easy to parse date ranges specified in
            a human-style string. For example, it can parse strings like:
            
              - 27th-29th June 2010
              - 30 May - 9th Aug
              - 3rd Jan 1980 - 2nd Jan 2013
              - Wed 23 Jan - Sat 16 February 2013
              - Tuesday 29 May - Sat 2 June 2012
              - 1-9 Jul
            
            Full documentation is provided at http://daterangeparser.readthedocs.org/ and the code (and development information)
            is available at https://github.com/robintw/daterangeparser.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Programming Language :: Python
