Metadata-Version: 1.1
Name: DateRangeParser
Version: 0.1
Summary: Module to parse human-style date ranges (eg. 15th-19th March 2011) to datetimes
Home-page: http://packages.python.org/DateRangeParse
Author: Robin Wilson
Author-email: robin@rtwilson.com
License: LGPL
Description: DateRangeParser
        ===============
        
        This is a Python module which allows you easily parse human-style date ranges such as "14-17 March" or
        "Wed 19th - Thurs 23rd Jan 2015".
        
        Users
        -----
        Please see the [documentation](<http://daterangeparser.readthedocs.org/).
        
        Developers
        ----------
        All feature requests and bugs are stored in the GitHub issues - please look there before doing any work.
        
        Please add tests for any new features to `test.py`. Tests can be executed by running `nosetests` in the root directory.
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
Requires: pyparsing
