nodepasta


Namenodepasta JSON
Version 2.0.4 PyPI version JSON
download
home_pageNone
SummaryA Node Based Visual Scripting System
upload_time2024-08-10 23:46:46
maintainerNone
docs_urlNone
authorAlagyn
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements py-imgui-redux
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## NodePasta
Want to implement a visual scripting system into your program but don't want to write it yourself? NodePasta has got you covered.

NodePasta is a node based-visual scripting framework that lets you define your own nodes and it will take care of the rest.
A NodePasta NodeGraph is UI agnostic, meaning you can load and run graphs without needing a UI implented, but the real magic comes from letting your users
develop their own graphs. NodePasta comes pre-packaged with a editor UI written for TKInter, that you can embed into your application.

### TODO
- Port Default/Const Values
- Subgraph nodes
- Variable length inputs
    
- Documentation
    - Node Developer Docs
    - UI Developer Docs
    - TK UI Tutorials

### Stretch Goals
- TK
  - Forked Links
  - Live Graph Execution
  - Allow Key rebinds
  - Color configurations
  - Grab multiple nodes to move

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nodepasta",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Alagyn",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "## NodePasta\nWant to implement a visual scripting system into your program but don't want to write it yourself? NodePasta has got you covered.\n\nNodePasta is a node based-visual scripting framework that lets you define your own nodes and it will take care of the rest.\nA NodePasta NodeGraph is UI agnostic, meaning you can load and run graphs without needing a UI implented, but the real magic comes from letting your users\ndevelop their own graphs. NodePasta comes pre-packaged with a editor UI written for TKInter, that you can embed into your application.\n\n### TODO\n- Port Default/Const Values\n- Subgraph nodes\n- Variable length inputs\n    \n- Documentation\n    - Node Developer Docs\n    - UI Developer Docs\n    - TK UI Tutorials\n\n### Stretch Goals\n- TK\n  - Forked Links\n  - Live Graph Execution\n  - Allow Key rebinds\n  - Color configurations\n  - Grab multiple nodes to move\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Node Based Visual Scripting System",
    "version": "2.0.4",
    "project_urls": {
        "Issues": "https://github.com/alagyn/NodePasta/issues",
        "Repository": "https://github.com/alagyn/NodePasta"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56fe516e2a38a16cf0dd4fccdbda62f001c7b397cf522adbbe73e5031a58e759",
                "md5": "ddde2f8346735ba05517e7e9477ff5b6",
                "sha256": "ab201f1e2a761a9c41b6ad5d44578c82cac1cc6a87c777495194aac71d64c5f6"
            },
            "downloads": -1,
            "filename": "nodepasta-2.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ddde2f8346735ba05517e7e9477ff5b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 23798,
            "upload_time": "2024-08-10T23:46:46",
            "upload_time_iso_8601": "2024-08-10T23:46:46.575327Z",
            "url": "https://files.pythonhosted.org/packages/56/fe/516e2a38a16cf0dd4fccdbda62f001c7b397cf522adbbe73e5031a58e759/nodepasta-2.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-10 23:46:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alagyn",
    "github_project": "NodePasta",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "py-imgui-redux",
            "specs": [
                [
                    ">=",
                    "3.2.1"
                ]
            ]
        }
    ],
    "lcname": "nodepasta"
}
        
Elapsed time: 0.27031s