Metadata-Version: 2.4
Name: temporals
Version: 1.0.1
Summary: Python library providing time, date and datetime periods support
Author-email: Dimitar Ivanov <dimitarxivanov@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/dimitarOnGithub/temporals
Project-URL: Issues, https://github.com/dimitarOnGithub/temporals/issues
Project-URL: Documentation, https://github.com/dimitarOnGithub/temporals/wiki
Keywords: time,date,datetime,period,interval
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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.13
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Temporals

The goal of this library is to provide a minimalistic, out-of-the-box utility on top of the Python's 
`datetime` in regards to working with time and date, or both, periods.

:warning: Version 1.0.0 was just released with support provided for wallclock and absolute time periods, I'm in the process
of updating the documentation to reflect the massive overhaul of the library. Consider the current documentation outdated.
