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".
Please see the [documentation](<http://daterangeparser.readthedocs.org/).
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, or running python setup.py test
.
This code is released under the Lesser General Public License. See the COPYING and COPYING.LESSER file for more information.