Metadata-Version: 2.1
Name: date-time-range-sequence
Version: 0.0.1
Summary: Operable classes that represent DateTimeRanges or a sequence thereof
Home-page: https://github.com/jack-zins/DateTimeRangeSequence
Author: Jack Zins
Author-email: jack.zins@groundcloud.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jack-zins/DateTimeRangeSequence/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Implements two classes (DateTimeRange and DateTimeRangeSequence) that can interact with each other using operands and
provides tools to compare them to each other.

