funcnodes-basic is a collection of essential nodes designed to handle fundamental operations in 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.
Install the package with:
pip install funcnodes-basicPlease refere to the Funcnodes package
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.
Feel free to contribute to this project by submitting pull requests. You can help by adding new nodes, fixing bugs, or enhancing documentation.
This project is licensed under the MIT License.
For any questions or issues, please open an issue on the GitHub repository.