Metadata-Version: 2.1
Name: clockwork
Version: 0.3.4
Summary: Toolkit for time-related operations including scheduling, logging, date manipulation, and more.
Home-page: https://github.com/zteinck/clockwork
License: MIT
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
Requires-Dist: holidays
Requires-Dist: numpy
Requires-Dist: oddments (>=0.3.0)
Requires-Dist: pandas
Requires-Dist: schedule
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
```

