Metadata-Version: 2.1
Name: inventree-gridlabel-plugin
Version: 1.0.0
Summary: Inventree plugin for printing labels on a grid
Home-page: https://github.com/niklasdiehm/inventree-gridlabel-plugin
Author: Niklas Diehm
Author-email: niklas@diehm-straubenhardt.de
License: MIT
Download-URL: https://github.com/niklasdiehm/inventree-gridlabel-plugin/archive/1.0.0.tar.gz
Keywords: inventree label printer printing inventory
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# inventree-gridlabel-plugin

A label printing plugin for [InvenTree](https://inventree.org), which provides support for printing out labels in a grid layout.

## Installation

Install this plugin manually as follows:

```
pip install inventree-gridlabel-plugin
```

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

```
inventree-label-plugin
```

## Configuration Options

**TODO**


