Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robintw/daterangeparser
Python module to parse human-style date ranges (eg. 15th-19th March 2011) to datetimes
https://github.com/robintw/daterangeparser
date datetime parsing python
Last synced: 5 days ago
JSON representation
Python module to parse human-style date ranges (eg. 15th-19th March 2011) to datetimes
- Host: GitHub
- URL: https://github.com/robintw/daterangeparser
- Owner: robintw
- License: lgpl-3.0
- Created: 2012-04-28T13:22:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T10:18:46.000Z (11 months ago)
- Last Synced: 2024-12-16T17:49:24.654Z (10 days ago)
- Topics: date, datetime, parsing, python
- Language: Python
- Size: 85 KB
- Stars: 36
- Watchers: 7
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
DateRangeParser
===============
[![Build Status](https://travis-ci.org/robintw/daterangeparser.svg?branch=master)](https://travis-ci.org/robintw/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, or running `python setup.py test`.
License
-------
This code is released under the Lesser General Public License. See the COPYING and COPYING.LESSER file for more information.