Metadata-Version: 2.4
Name: mech_utils
Version: 0.1.0
Summary: mech_2700_toolbox
Author-email: Ryan <cashconvertryan@gmail.com>
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# mech_utils
Personal Python utility functions.

## Install
pip install mech_utils

## Usage
```python
from mech_utils import percent_change
print(percent_change(100, 125))
