Metadata-Version: 2.4
Name: clockwork
Version: 0.6.0
Summary: Toolkit for time-related operations including scheduling, logging, date manipulation, and more.
License: MIT
License-File: LICENSE
Author: Zachary Einck
Author-email: zacharyeinck@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: holidays
Requires-Dist: numpy
Requires-Dist: oddments (>=0.8.1)
Requires-Dist: pandas
Requires-Dist: polars
Requires-Dist: schedule
Project-URL: Homepage, https://github.com/zteinck/clockwork
Project-URL: Repository, https://github.com/zteinck/clockwork
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
```

