Metadata-Version: 2.3
Name: duck-math-py
Version: 0.2.0
Summary: This is a test library to learn workflow tools for python code.
License: MIT
Author: Jeff Duckett
Author-email: jeff.duckett@gmail.com
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pendulum (>=3.0.0,<4.0.0)
Description-Content-Type: text/markdown

# duck_math_py

`duck_math_py` is a simple Python package with a module called `calc.py` that provides a single method `total(x, y)` which returns the sum of `x` and `y`.

## Installation

You can install the package using pip:

```bash
pip install duck_math_py
