funcnodes-module


Namefuncnodes-module JSON
Version 0.2.7 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-01-27 09:18:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Funcnodes Module

This helper tool makes it easy to generate new modules for [Funcnodes](https://github.com/Linkdlab/funcnodes).

## Installation
```bash
pip install funcnodes-module
```

## Usage

### Create a New Module
To create a new module, simply run:
```bash
funcnodes-module new <name_of_your_package>
```
This will set up the required folder structure with template files and even prepare everything for publishing to GitHub (which is recommended).

### Update a Module
Funcnodes is still in early development, and new features are added regularly.
To update your module, start a command line in the module folder and run:
```bash
funcnodes-module update
```

### Upgrade Templates
When new template options are added, `funcnodes-module` needs to be updated.
This can be done via the standard pip upgrade path or through a self-updating method:
```bash
funcnodes-module upgrade
```

### Add Third-Party Notices
We wanted a simple way to automatically give credit to other packages we use. Keeping third-party notices up to date can be time-consuming, so we implemented:
```bash
funcnodes-module gen_third_party_notice
```
This command automatically generates the corresponding third-party notices.
**IMPORTANT**: This is not legally valid as it may not cover every package and/or license. [IANAL](https://en.wikipedia.org/wiki/IANAL) applies here.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "funcnodes-module",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Julian Kimmig <julian.kimmig@linkdlab.de>",
    "download_url": "https://files.pythonhosted.org/packages/b2/17/c1dee259b8a9bf58a90eff31c139911ac209bce7269638f37393cccd677c/funcnodes_module-0.2.7.tar.gz",
    "platform": null,
    "description": "# Funcnodes Module\n\nThis helper tool makes it easy to generate new modules for [Funcnodes](https://github.com/Linkdlab/funcnodes).\n\n## Installation\n```bash\npip install funcnodes-module\n```\n\n## Usage\n\n### Create a New Module\nTo create a new module, simply run:\n```bash\nfuncnodes-module new <name_of_your_package>\n```\nThis will set up the required folder structure with template files and even prepare everything for publishing to GitHub (which is recommended).\n\n### Update a Module\nFuncnodes is still in early development, and new features are added regularly.\nTo update your module, start a command line in the module folder and run:\n```bash\nfuncnodes-module update\n```\n\n### Upgrade Templates\nWhen new template options are added, `funcnodes-module` needs to be updated.\nThis can be done via the standard pip upgrade path or through a self-updating method:\n```bash\nfuncnodes-module upgrade\n```\n\n### Add Third-Party Notices\nWe wanted a simple way to automatically give credit to other packages we use. Keeping third-party notices up to date can be time-consuming, so we implemented:\n```bash\nfuncnodes-module gen_third_party_notice\n```\nThis command automatically generates the corresponding third-party notices.\n**IMPORTANT**: This is not legally valid as it may not cover every package and/or license. [IANAL](https://en.wikipedia.org/wiki/IANAL) applies here.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "0.2.7",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6e2770a6c3679c63da61880391f466c261a267c7544f50e84b6f60574e7d598",
                "md5": "4c5a9d68414d68d9fd3c0871753b528a",
                "sha256": "7e5dda749f4775ebc4c3d0b6ac519185e182154e063ec92117ad946d622a2788"
            },
            "downloads": -1,
            "filename": "funcnodes_module-0.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c5a9d68414d68d9fd3c0871753b528a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 40257,
            "upload_time": "2025-01-27T09:18:36",
            "upload_time_iso_8601": "2025-01-27T09:18:36.264447Z",
            "url": "https://files.pythonhosted.org/packages/d6/e2/770a6c3679c63da61880391f466c261a267c7544f50e84b6f60574e7d598/funcnodes_module-0.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b217c1dee259b8a9bf58a90eff31c139911ac209bce7269638f37393cccd677c",
                "md5": "e37032f0cf5411970a7ca5702396f742",
                "sha256": "cc77d09e97cbad8bba6963a041a685d58d31f86d7803dcdfe645065d1a700ba8"
            },
            "downloads": -1,
            "filename": "funcnodes_module-0.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "e37032f0cf5411970a7ca5702396f742",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 34280,
            "upload_time": "2025-01-27T09:18:38",
            "upload_time_iso_8601": "2025-01-27T09:18:38.118258Z",
            "url": "https://files.pythonhosted.org/packages/b2/17/c1dee259b8a9bf58a90eff31c139911ac209bce7269638f37393cccd677c/funcnodes_module-0.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-27 09:18:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "funcnodes-module"
}
        
Elapsed time: 1.49122s