Metadata-Version: 2.4
Name: iona-ops-library
Version: 0.5.0
Summary: iona-ops library for common functions across DABs
Home-page: https://github.com/ION-Analytics/iona-ops
Author: Gary James
Author-email: Gary James <gary.james@iongroup.com>
License: MIT
Project-URL: Homepage, https://github.com/ION-Analytics/iona-ops
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# iona-ops-library

iona_ops_library for common function across dabs.

## Functions

- `add_numbers(a, b)`
- `multiply_numbers(a, b)`
- `data merger class`

## Example

```python
from iona_ops_library import add_numbers, multiply_numbers

print(add_numbers(2, 3))  # 5
print(multiply_numbers(2, 3))  # 6

## Data Merger
- `decribe usage here`
