Metadata-Version: 2.4
Name: clockangle
Version: 1.1.0
Summary: A Python library to calculate the angle between the two hands of a clock.
Author: Niral Bhatt
Author-email: niralbhatt@hotmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# NovaCodon ClockAngle

`clockangle` is a Python library for calculating the angle between the hour and minute hands of a clock. It supports both 12-hour and 24-hour time formats.

## Installation

To install, simply add the library to your Python project.

```bash
pip install clockangle
