Metadata-Version: 2.1
Name: hmcalc
Version: 0.1.0
Summary: Human-centered math utilities for change, comparison, trends and more
Author-email: Thendral Magudapathi <thendralmag@outlook.com>
License: MIT
Project-URL: Homepage, https://github.com/thendralmagudapathi/hmcalc_lib
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# hmcalc — Human Math Calculations

Python does math.
Humans need answers.

hmcalc bridges that gap.

## Install
pip install hmcalc

## Example
```python
from hmcalc import change

change(120, 150)
