funcnodes-basic


Namefuncnodes-basic JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryBasic functionalities for funcnodes
upload_time2024-12-13 13:59:02
maintainerNone
docs_urlNone
authorJulian Kimmig
requires_python>=3.11
licenseAGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "funcnodes-basic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Julian Kimmig",
    "author_email": "julian.kimmig@gmx.net",
    "download_url": "https://files.pythonhosted.org/packages/83/99/fbd772a5cf7abea55ba5a62234f1a2cf84ca7980396a44792e07c10c2e5d/funcnodes_basic-0.2.0.tar.gz",
    "platform": null,
    "description": "# FuncNodes Basic\n\n## Overview\n\n`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.\n\n## Installation\n\nInstall the package with:\n\n```bash\npip install funcnodes-basic\n```\n\n## Getting Started\n\nPlease refere to the [Funcnodes](https://github.com/linkdlab/funcnodes) package\n\n## Example Usage\n\nYou 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.\n\n## Contribution\n\nFeel free to contribute to this project by submitting pull requests. You can help by adding new nodes, fixing bugs, or enhancing documentation.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Contact\n\nFor any questions or issues, please open an issue on the GitHub repository.\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "Basic functionalities for funcnodes",
    "version": "0.2.0",
    "project_urls": {
        "download": "https://pypi.org/project/funcnodes-basic/#files",
        "homepage": "https://github.com/Linkdlab/funcnodes_basic",
        "source": "https://github.com/Linkdlab/funcnodes_basic",
        "tracker": "https://github.com/Linkdlab/funcnodes_basic/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dd0932da70457292c8c54418404e5d406ac0c27f7d8deaf81a840d3f7a0cf74",
                "md5": "f4524640c31c75b75f6266772acfdc5e",
                "sha256": "029172eecd62464cb70f07a2c626dd8589200327720914be02d967b61435675e"
            },
            "downloads": -1,
            "filename": "funcnodes_basic-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4524640c31c75b75f6266772acfdc5e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 22670,
            "upload_time": "2024-12-13T13:59:01",
            "upload_time_iso_8601": "2024-12-13T13:59:01.352562Z",
            "url": "https://files.pythonhosted.org/packages/8d/d0/932da70457292c8c54418404e5d406ac0c27f7d8deaf81a840d3f7a0cf74/funcnodes_basic-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8399fbd772a5cf7abea55ba5a62234f1a2cf84ca7980396a44792e07c10c2e5d",
                "md5": "f41f96343dadfac93953de41810825dc",
                "sha256": "5ab862077e6809e55a011d1494a06ab419519b4ffee635cd81496a46494a20aa"
            },
            "downloads": -1,
            "filename": "funcnodes_basic-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f41f96343dadfac93953de41810825dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 21270,
            "upload_time": "2024-12-13T13:59:02",
            "upload_time_iso_8601": "2024-12-13T13:59:02.889551Z",
            "url": "https://files.pythonhosted.org/packages/83/99/fbd772a5cf7abea55ba5a62234f1a2cf84ca7980396a44792e07c10c2e5d/funcnodes_basic-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-13 13:59:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Linkdlab",
    "github_project": "funcnodes_basic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "funcnodes-basic"
}
        
Elapsed time: 0.37355s