funcnodes-numpy


Namefuncnodes-numpy JSON
Version 0.2.7 PyPI version JSON
download
home_pageNone
Summaryimplementations of numpy for funcnodes
upload_time2024-11-05 20:40:39
maintainerNone
docs_urlNone
authorJulian Kimmig
requires_python>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "funcnodes-numpy",
    "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/21/e2/7509ddef5fc688119338ced8df899f5141b9526f95248ef1cefc880528fc/funcnodes_numpy-0.2.7.tar.gz",
    "platform": null,
    "description": "# funcnodes-numpy\n\n`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.\n\nThis library enables **no-code** workflows for **numpy** by providing drag-and-drop functionality in a visual interface.\n\n## Installation\n\nInstall the package with:\n\n```bash\npip install funcnodes-numpy\n```\n\n## Getting Started\n\nPlease refere to the [Funcnodes](https://github.com/linkdlab/funcnodes) package\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": "MIT",
    "summary": "implementations of numpy for funcnodes",
    "version": "0.2.7",
    "project_urls": {
        "download": "https://pypi.org/project/funcnodes-numpy/#files",
        "homepage": "https://github.com/Linkdlab/funcnodes_numpy",
        "source": "https://github.com/Linkdlab/funcnodes_numpy",
        "tracker": "https://github.com/Linkdlab/funcnodes_numpy/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a192e1938afd7465a4c04ae16b34d1ccb111fb1869f62166394ac676d267f011",
                "md5": "3cc78b0d1ff974de3750f884445bfc21",
                "sha256": "bbeeb3a5c80cebbfa378dfa8135bf8753ed5394e808d4835aa49efc507b55124"
            },
            "downloads": -1,
            "filename": "funcnodes_numpy-0.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3cc78b0d1ff974de3750f884445bfc21",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 30707,
            "upload_time": "2024-11-05T20:40:36",
            "upload_time_iso_8601": "2024-11-05T20:40:36.484172Z",
            "url": "https://files.pythonhosted.org/packages/a1/92/e1938afd7465a4c04ae16b34d1ccb111fb1869f62166394ac676d267f011/funcnodes_numpy-0.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21e27509ddef5fc688119338ced8df899f5141b9526f95248ef1cefc880528fc",
                "md5": "86a036e7f28fd1f0bee175eb4a08d963",
                "sha256": "8f8536f8eb65cca467a92ae3371b7c2eddad06389de78fa173eabbbff0a4dfc6"
            },
            "downloads": -1,
            "filename": "funcnodes_numpy-0.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "86a036e7f28fd1f0bee175eb4a08d963",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 26341,
            "upload_time": "2024-11-05T20:40:39",
            "upload_time_iso_8601": "2024-11-05T20:40:39.705170Z",
            "url": "https://files.pythonhosted.org/packages/21/e2/7509ddef5fc688119338ced8df899f5141b9526f95248ef1cefc880528fc/funcnodes_numpy-0.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 20:40:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Linkdlab",
    "github_project": "funcnodes_numpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "funcnodes-numpy"
}
        
Elapsed time: 0.58852s