Date range parser in Python.

Details

Status Beta
Language Python
License 3-clause BSD
Role Maintainer

This is a minimalistic (and slightly hacky) parser for date range conditionals.

Supported format:

For example, you can state year == 2016, month > 06, day >= 07 which matches dates between July and December 2016, but ignoring days 1-6 of each month.