Metadata-Version: 2.1
Name: funcnodes-numpy
Version: 0.2.7
Summary: implementations of numpy for funcnodes
License: MIT
Author: Julian Kimmig
Author-email: julian.kimmig@gmx.net
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: funcnodes
Requires-Dist: numpy
Project-URL: download, https://pypi.org/project/funcnodes-numpy/#files
Project-URL: homepage, https://github.com/Linkdlab/funcnodes_numpy
Project-URL: source, https://github.com/Linkdlab/funcnodes_numpy
Project-URL: tracker, https://github.com/Linkdlab/funcnodes_numpy/issues
Description-Content-Type: text/markdown

# funcnodes-numpy

`funcnodes-numpy` is an extension for the [Funcnodes](https://github.com/linkdlab/funcnodes) framework that allows you to work with [numpy](https://numpy.org/) arrays using **FuncNodes**' visual node-based system.

This library enables **no-code** workflows for **numpy** by providing drag-and-drop functionality in a visual interface.

## Installation

Install the package with:

```bash
pip install funcnodes-numpy
```

## Getting Started

Please refere to the [Funcnodes](https://github.com/linkdlab/funcnodes) package

## Contribution

Feel free to contribute to this project by submitting pull requests. You can help by adding new nodes, fixing bugs, or enhancing documentation.

## License

This project is licensed under the MIT License.

## Contact

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

