inventree-brother-label-plugin


Nameinventree-brother-label-plugin JSON
Version 2.0a11 PyPI version JSON
download
home_pagehttps://github.com/fuzeman/inventree-brother-label-plugin
SummaryBrother label printer plugin for InvenTree
upload_time2024-09-11 00:16:51
maintainerNone
docs_urlNone
authorDean Gardiner
requires_python>=3.9
licenseMIT
keywords inventree label printer printing inventory
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)
![PEP](https://github.com/inventree/inventree-python/actions/workflows/pep.yaml/badge.svg)


# inventree-brother-label-plugin

A label printing plugin for [InvenTree](https://inventree.org), which provides support for the [Brother label printers](https://www.brother.com.au/en/products/all-labellers/labellers).

This plugin supports printing to *some* Brother label printers with network (wired or WiFi) support. Refer to the [brother_label docs](https://github.com/pklaus/brother_label/blob/master/brother_label/models.py) for a list of label printers which are directly supported.

## Installation

Install this plugin manually as follows:

```
pip install inventree-brother-label-plugin
```

Or, add to your `plugins.txt` file to install automatically using the `invoke install` command:

```
inventree-brother-label-plugin
```
 
### Debian / Ubuntu requirements

The following command can be used to install all OS-requirements on Debian / Ubuntu-based distros:
```bash
apt install build-essential libpoppler-cpp-dev pkg-config poppler-utils
```

You might also need the following Python packages:
```bash
pip install pdf-info python-poppler
```

## Printing Options
The following details provide an overview of printing options which can be configured before printing labels.

![](docs/Printing%20Options.png)

* **Media**
Size and type of the label media. Supported options are (not all labels are available on all printers): 
12, 18, 29, 38, 50, 54, 62, 62red, 102, 103, 104, 17x54, 17x87, 23x23, 29x42, 29x90, 39x90, 39x48, 52x29, 54x29, 60x86, 62x29, 62x100, 102x51, 102x152, 103x164, d12, d24, d58, pt12, pt18, pt24, pt36

* **Rotation**
Rotation angle, either 0, 90, 180 or 270 degrees.

* **Copies**
Number of copies to print.

* **Auto Cut** *(full-cut)*
Automatically cut labels after printing.

* **Auto Cut Every** *(full-cut)*
Cut every n-th label.

* **Auto Cut End** *(full-cut)*
Feed and cut after last label is printed.

* **Half Cut**
Cut labels without cutting the backing, making it easier to remove the label backing.

## Plugin Settings
The following list gives an overview of plugin settings. Also check out the `brother-ql` package for more information.

![](docs/Plugin%20Settings.png)

* **IP Address**
If connected via TCP/IP, specify the IP address here.

* **High Quality**
Print in high quality (required for some printers).

* **Model**
Currently supported models are: 
QL-500, QL-550, QL-560, QL-570, QL-580N, QL-600, QL-650TD, QL-700, QL-710W, QL-720NW, QL-800, QL-810W, QL-820NWB, QL-1050, QL-1060N, QL-1100, QL-1100NWB, QL-1115NWB, PT-P750W, PT-P900W, PT-P950NW

* **USB Device**
If connected via USB, specify the device identifier here (VENDOR_ID:PRODUCT_ID/SERIAL_NUMBER, e.g. from `lsusb`).

* **Compression**
Set image compression (required for some printers).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fuzeman/inventree-brother-label-plugin",
    "name": "inventree-brother-label-plugin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "inventree label printer printing inventory",
    "author": "Dean Gardiner",
    "author_email": "me@dgardiner.net",
    "download_url": "https://files.pythonhosted.org/packages/9d/ab/1a736afd2a0d57a3ee3bcbe1d7cd5af0f8d323930a88fe059f664d0e5e41/inventree_brother_label_plugin-2.0a11.tar.gz",
    "platform": null,
    "description": "[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![PEP](https://github.com/inventree/inventree-python/actions/workflows/pep.yaml/badge.svg)\n\n\n# inventree-brother-label-plugin\n\nA label printing plugin for [InvenTree](https://inventree.org), which provides support for the [Brother label printers](https://www.brother.com.au/en/products/all-labellers/labellers).\n\nThis plugin supports printing to *some* Brother label printers with network (wired or WiFi) support. Refer to the [brother_label docs](https://github.com/pklaus/brother_label/blob/master/brother_label/models.py) for a list of label printers which are directly supported.\n\n## Installation\n\nInstall this plugin manually as follows:\n\n```\npip install inventree-brother-label-plugin\n```\n\nOr, add to your `plugins.txt` file to install automatically using the `invoke install` command:\n\n```\ninventree-brother-label-plugin\n```\n \n### Debian / Ubuntu requirements\n\nThe following command can be used to install all OS-requirements on Debian / Ubuntu-based distros:\n```bash\napt install build-essential libpoppler-cpp-dev pkg-config poppler-utils\n```\n\nYou might also need the following Python packages:\n```bash\npip install pdf-info python-poppler\n```\n\n## Printing Options\nThe following details provide an overview of printing options which can be configured before printing labels.\n\n![](docs/Printing%20Options.png)\n\n* **Media**\nSize and type of the label media. Supported options are (not all labels are available on all printers): \n12, 18, 29, 38, 50, 54, 62, 62red, 102, 103, 104, 17x54, 17x87, 23x23, 29x42, 29x90, 39x90, 39x48, 52x29, 54x29, 60x86, 62x29, 62x100, 102x51, 102x152, 103x164, d12, d24, d58, pt12, pt18, pt24, pt36\n\n* **Rotation**\nRotation angle, either 0, 90, 180 or 270 degrees.\n\n* **Copies**\nNumber of copies to print.\n\n* **Auto Cut** *(full-cut)*\nAutomatically cut labels after printing.\n\n* **Auto Cut Every** *(full-cut)*\nCut every n-th label.\n\n* **Auto Cut End** *(full-cut)*\nFeed and cut after last label is printed.\n\n* **Half Cut**\nCut labels without cutting the backing, making it easier to remove the label backing.\n\n## Plugin Settings\nThe following list gives an overview of plugin settings. Also check out the `brother-ql` package for more information.\n\n![](docs/Plugin%20Settings.png)\n\n* **IP Address**\nIf connected via TCP/IP, specify the IP address here.\n\n* **High Quality**\nPrint in high quality (required for some printers).\n\n* **Model**\nCurrently supported models are: \nQL-500, QL-550, QL-560, QL-570, QL-580N, QL-600, QL-650TD, QL-700, QL-710W, QL-720NW, QL-800, QL-810W, QL-820NWB, QL-1050, QL-1060N, QL-1100, QL-1100NWB, QL-1115NWB, PT-P750W, PT-P900W, PT-P950NW\n\n* **USB Device**\nIf connected via USB, specify the device identifier here (VENDOR_ID:PRODUCT_ID/SERIAL_NUMBER, e.g. from `lsusb`).\n\n* **Compression**\nSet image compression (required for some printers).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Brother label printer plugin for InvenTree",
    "version": "2.0a11",
    "project_urls": {
        "Homepage": "https://github.com/fuzeman/inventree-brother-label-plugin"
    },
    "split_keywords": [
        "inventree",
        "label",
        "printer",
        "printing",
        "inventory"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fb755b595322eca7f6396f7587d4f0bdf36ccefcdf7f3668dc035cee5a794d1",
                "md5": "06423ae394eb9d0b7eb2736dff5ae3b9",
                "sha256": "0ee7643019e4944bfc1bd4a0c8b0c56ca25a0500792cb96be08daf5a5a3856f1"
            },
            "downloads": -1,
            "filename": "inventree_brother_label_plugin-2.0a11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06423ae394eb9d0b7eb2736dff5ae3b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6972,
            "upload_time": "2024-09-11T00:16:49",
            "upload_time_iso_8601": "2024-09-11T00:16:49.890958Z",
            "url": "https://files.pythonhosted.org/packages/8f/b7/55b595322eca7f6396f7587d4f0bdf36ccefcdf7f3668dc035cee5a794d1/inventree_brother_label_plugin-2.0a11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dab1a736afd2a0d57a3ee3bcbe1d7cd5af0f8d323930a88fe059f664d0e5e41",
                "md5": "bde994f099f8e7bb68e883adca67fa39",
                "sha256": "03175cbaac85d53d1635aba70718e1a2192d3a38cff0081636195ae018e267bc"
            },
            "downloads": -1,
            "filename": "inventree_brother_label_plugin-2.0a11.tar.gz",
            "has_sig": false,
            "md5_digest": "bde994f099f8e7bb68e883adca67fa39",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5949,
            "upload_time": "2024-09-11T00:16:51",
            "upload_time_iso_8601": "2024-09-11T00:16:51.386784Z",
            "url": "https://files.pythonhosted.org/packages/9d/ab/1a736afd2a0d57a3ee3bcbe1d7cd5af0f8d323930a88fe059f664d0e5e41/inventree_brother_label_plugin-2.0a11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-11 00:16:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fuzeman",
    "github_project": "inventree-brother-label-plugin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "inventree-brother-label-plugin"
}
        
Elapsed time: 0.39204s