Metadata-Version: 2.1
Name: lazyfunc
Version: 0.0.1
Summary: Wrapper for callables in Python, enabling many operations between them, with lazy evaluation.
Project-URL: Documentation, https://github.com/josh-read/lazyfunc#readme
Project-URL: Issues, https://github.com/josh-read/lazyfunc/issues
Project-URL: Source, https://github.com/josh-read/lazyfunc
Author-email: Josh Read <joshua-read@hotmail.co.uk>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# mfunc

[![PyPI - Version](https://img.shields.io/pypi/v/mfunc.svg)](https://pypi.org/project/mfunc)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mfunc.svg)](https://pypi.org/project/mfunc)

Wrapper class around Python functions allowing mathematical operations, as if they'd already been evaluated.

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install mfunc
```

## License

`mfunc` is distributed under the terms of the [MIT](https://github.com/josh-read/mfunc/blob/main/LICENSE) license.
