Metadata-Version: 2.5
Name: tempora
Version: 5.10.0
Summary: 
Author-email: "Jason R. Coombs" <jaraco@jaraco.com>
Requires-Python: >= 3.10
Description-Content-Type: text/markdown
License-Expression: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
License-File: LICENSE
Requires-Dist: pytest-freezer; extra == "test"
Requires-Dist: backports.zoneinfo; python_version < "3.9" and extra == "test"
Requires-Dist: tzdata; platform_system == "Windows" and extra == "test"
Requires-Dist: types-python-dateutil; extra == "test"
Requires-Dist: python-dateutil
Requires-Dist: jaraco.collections
Requires-Dist: jaraco.context
Requires-Dist: jaraco.functools
Requires-Dist: typing_extensions
Requires-Dist: freezegun; extra=="test"
Requires-Dist: pytest; extra=="test"
Project-URL: Source, https://github.com/jaraco/tempora
Import-Name: tempora
[![](https://img.shields.io/pypi/v/tempora)](https://pypi.org/project/tempora)

![](https://img.shields.io/pypi/pyversions/tempora)

[![](https://github.com/jaraco/tempora/actions/workflows/main.yml/badge.svg)](https://github.com/jaraco/tempora/actions?query=workflow%3A%22tests%22)

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

[![Coherent Software Development System](https://img.shields.io/badge/coherent%20system-informational)](https://github.com/coherent-oss/system)

Objects and routines pertaining to date and time (tempora).

Modules include:

- tempora (top level package module) contains miscellaneous
   utilities and constants.
- timing contains routines for measuring and profiling.
- schedule contains an event scheduler.
- utc contains routines for getting datetime-aware UTC values.

