Metadata-Version: 2.4
Name: funcnodes-basic
Version: 1.2.0
Summary: Basic functionalities for funcnodes
Author-email: Julian Kimmig <julian.kimmig@linkdlab.de>
License: AGPL-3.0
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
Project-URL: download, https://pypi.org/project/funcnodes-basic/#files
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: funcnodes-core>=1.0.5
Requires-Dist: funcnodes
Dynamic: license-file

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