inventree-plugin-creator


Nameinventree-plugin-creator JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/inventree/plugin-creator
SummaryInvenTree plugin creator
upload_time2025-03-04 12:43:55
maintainerNone
docs_urlNone
authorOliver Walters
requires_python>=3.9
licenseMIT
keywords inventree plugin scaffold
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI](https://img.shields.io/pypi/v/inventree-plugin-creator)](https://pypi.org/project/inventree-plugin-creator/)

# InvenTree Plugin Creator

Command line tool for scaffolding a new InvenTree plugin.

## Description

This is a command line tool which allows for rapid scaffolding of a new InvenTree plugin.

It uses the [cookiecutter project](https://cookiecutter.readthedocs.io/en/stable/) to generate a new project, based on a custom project template.

## Installation

To install the plugin creator, run:

```bash
pip install -U inventree-plugin-creator
```

## Usage

To create a new plugin, run:

```bash
create-inventree-plugin
```

This will prompt you for required information about the plugin you wish to create.

To view the available options, run:

```bash
create-inventree-plugin --help
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inventree/plugin-creator",
    "name": "inventree-plugin-creator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "inventree plugin scaffold",
    "author": "Oliver Walters",
    "author_email": "oliver.henry.walters@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/04/e2/c35e83c08d5efc5539428c1cd3ddb32f4e70fcfc785f2fd7f67c0f4f1d72/inventree_plugin_creator-1.2.0.tar.gz",
    "platform": null,
    "description": "[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PyPI](https://img.shields.io/pypi/v/inventree-plugin-creator)](https://pypi.org/project/inventree-plugin-creator/)\n\n# InvenTree Plugin Creator\n\nCommand line tool for scaffolding a new InvenTree plugin.\n\n## Description\n\nThis is a command line tool which allows for rapid scaffolding of a new InvenTree plugin.\n\nIt uses the [cookiecutter project](https://cookiecutter.readthedocs.io/en/stable/) to generate a new project, based on a custom project template.\n\n## Installation\n\nTo install the plugin creator, run:\n\n```bash\npip install -U inventree-plugin-creator\n```\n\n## Usage\n\nTo create a new plugin, run:\n\n```bash\ncreate-inventree-plugin\n```\n\nThis will prompt you for required information about the plugin you wish to create.\n\nTo view the available options, run:\n\n```bash\ncreate-inventree-plugin --help\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "InvenTree plugin creator",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/inventree/plugin-creator"
    },
    "split_keywords": [
        "inventree",
        "plugin",
        "scaffold"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3cc37e4fe9046ed1cd3bf6ba546392730b4a31f83250b289fc3da01358e1834e",
                "md5": "2015f8cb7efe4091c2f9010af931dcf4",
                "sha256": "a1d9e84e91eb02d1973e7571e7b18941476a53532c2c2fde1bca9b8b0499e7bc"
            },
            "downloads": -1,
            "filename": "inventree_plugin_creator-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2015f8cb7efe4091c2f9010af931dcf4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 28732,
            "upload_time": "2025-03-04T12:43:54",
            "upload_time_iso_8601": "2025-03-04T12:43:54.416646Z",
            "url": "https://files.pythonhosted.org/packages/3c/c3/7e4fe9046ed1cd3bf6ba546392730b4a31f83250b289fc3da01358e1834e/inventree_plugin_creator-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "04e2c35e83c08d5efc5539428c1cd3ddb32f4e70fcfc785f2fd7f67c0f4f1d72",
                "md5": "525d9f8e3e4177dccd89ae52df5bbe08",
                "sha256": "d2d4aa64307c8e2f7508b53ebbbecf271714796371ed42f4e80ac0f9eb3ef419"
            },
            "downloads": -1,
            "filename": "inventree_plugin_creator-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "525d9f8e3e4177dccd89ae52df5bbe08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 17231,
            "upload_time": "2025-03-04T12:43:55",
            "upload_time_iso_8601": "2025-03-04T12:43:55.799356Z",
            "url": "https://files.pythonhosted.org/packages/04/e2/c35e83c08d5efc5539428c1cd3ddb32f4e70fcfc785f2fd7f67c0f4f1d72/inventree_plugin_creator-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-04 12:43:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inventree",
    "github_project": "plugin-creator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "inventree-plugin-creator"
}
        
Elapsed time: 2.36110s