Metadata-Version: 2.2
Name: funcnodes-lmfit
Version: 0.2.0
License: AGPL-3.0
Project-URL: homepage, https://github.com/Linkdlab/funcnodes_lmfit
Project-URL: source, https://github.com/Linkdlab/funcnodes_lmfit
Project-URL: tracker, https://github.com/Linkdlab/funcnodes_lmfit/issues
Project-URL: download, https://pypi.org/project/funcnodes-lmfit/#files
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: funcnodes
Requires-Dist: lmfit
Requires-Dist: tqdm>=4.67.1


# FuncNodes Lmfit

## Overview

`funcnodes-lmfit` is an extension of the [FuncNodes](https://github.com/linkdlab/funcnodes) framework that provides nodes to use the [lmfit](https://lmfit.github.io/lmfit-py/) package

## Installation

Install the package using:

```bash
pip install funcnodes-lmfit
```

## Getting Started

To begin using `funcnodes-lmfit`, you will need to have the core `FuncNodes` framework installed and set up. Please refer to the [FuncNodes](https://github.com/linkdlab/funcnodes) documentation for details.

## Contribution

You are welcome to contribute to this project by submitting pull requests, adding new nodes, fixing bugs, or enhancing the documentation.

## License

This project is licensed under the MIT License.

## Contact

For any questions or issues, please open an issue on the GitHub repository.
