Metadata-Version: 2.1
Name: funcnodes-basic
Version: 0.2.0
Summary: Basic functionalities for funcnodes
License: AGPL-3.0
Author: Julian Kimmig
Author-email: julian.kimmig@gmx.net
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
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: funcnodes-core (>=0.3.4)
Project-URL: download, https://pypi.org/project/funcnodes-basic/#files
Project-URL: homepage, https://github.com/Linkdlab/funcnodes_basic
Project-URL: source, https://github.com/Linkdlab/funcnodes_basic
Project-URL: tracker, https://github.com/Linkdlab/funcnodes_basic/issues
Description-Content-Type: text/markdown

# FuncNodes Basic

## Overview

`funcnodes-basic` is a collection of essential nodes designed to handle fundamental operations in [Funcnodes](https://github.com/linkdlab/funcnodes), such as list manipulation, dictionary operations, logic control, mathematical functions, and string processing. It provides a foundation of commonly needed functionalities in computational graphs built with the FuncNodes framework. Each module within this package contains a set of nodes, grouped by their operation type, allowing seamless integration into broader systems.

## Installation

Install the package with:

```bash
pip install funcnodes-basic
```

## Getting Started

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

## Example Usage

You can integrate the provided nodes in your computational graphs, connecting inputs and outputs between nodes to build complex workflows that utilize dictionaries, lists, logic, math, and string operations.

## 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.

