Metadata-Version: 2.4
Name: clockwork
Version: 0.6.1
Summary: Toolkit for time-related operations including scheduling, logging, date manipulation, and more.
Project-URL: repository, https://github.com/zteinck/clockwork
Project-URL: homepage, https://github.com/zteinck/clockwork
Author-email: Zachary Einck <zacharyeinck@gmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: holidays>=0.94
Requires-Dist: numpy>=2.4.4
Requires-Dist: oddments>=0.9.1
Requires-Dist: pandas>=3.0.2
Requires-Dist: polars>=1.39.3
Requires-Dist: schedule>=1.2.2
Description-Content-Type: text/markdown

# clockwork

<div>

[![Package version](https://img.shields.io/pypi/v/clockwork?color=%2334D058&label=pypi)](https://pypi.org/project/clockwork/)
[![License](https://img.shields.io/github/license/zteinck/clockwork)](https://github.com/zteinck/clockwork/blob/master/LICENSE)

</div>


`clockwork` is a Python package that provides a multitude of time-related functionalities, facilitating tasks such as scheduling, logging, date manipulation, and more.


## Installation
```sh
pip install clockwork
```
