Metadata-Version: |
2.1 |
Name: |
DateTimeRange |
Version: |
2.3.0 |
Summary: |
DateTimeRange is a Python library to handle a time range. e.g. check whether a time is within the time range, get the intersection of time ranges, truncate a time range, iterate through a time range, and so forth. |
Author: |
Tsuyoshi Hombashi |
Author-Email: |
tsuyoshi.hombashi[at]gmail.com |
Home-Page: |
https://github.com/thombashi/DateTimeRange |
Project-Url: |
Changelog, https://github.com/thombashi/DateTimeRange/blob/master/CHANGELOG.md |
Project-Url: |
Documentation, https://datetimerange.rtfd.io/ |
Project-Url: |
Funding, https://github.com/sponsors/thombashi |
Project-Url: |
Source, https://github.com/thombashi/DateTimeRange |
Project-Url: |
Tracker, https://github.com/thombashi/DateTimeRange/issues |
License: |
MIT License |
Keywords: |
datetimerange,datetime,time range |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Text Processing |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7 |
Requires-Dist: |
python-dateutil (<3,>=2.4.2) |
Requires-Dist: |
typepy[datetime] (<2,>=1.3.2) |
Requires-Dist: |
path (>=13); extra == "docs" |
Requires-Dist: |
readmemaker (>=1.1.0); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (>=1.2.2); extra == "docs" |
Requires-Dist: |
Sphinx (>=2.4); extra == "docs" |
Requires-Dist: |
pytest (>=6.0.1); extra == "test" |
Requires-Dist: |
pytest-md-report (>=0.5); extra == "test" |
Requires-Dist: |
pytz; extra == "test" |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |