calcutils Small collection of arithmetic helper functions for Python projects. Installation pip install -e . Usage from calcutils import add result = add(2, 3) Running tests pytest tests/