2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

Add wireviz plugin

- Reference to inventree-wireviz-plugin
This commit is contained in:
Oliver Walters 2023-06-02 00:11:33 +10:00
parent ed40293a29
commit e42038d13d
2 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
---
name: inventree-wireviz-plugin
author: SchrodingersGat
license: MIT
open_source: true
stable: false
maintained: true
pypi: true
package_name: inventree-wireviz-plugin
github: https://github.com/inventree/inventree-wireviz
issue_tracked: https://github.com/inventree/inventree-wireviz/issues
website: https://inventree.org
categories: Extension
tags: BOM Build Part
---
Wireviz Extension for InvenTree
A plugin which provides support for [wireviz](https://github.com/wireviz/WireViz), a software tool for generating harness / wiring diagrams programmatically.
This plugin generates wireviz diagrams and integrates them natively into the InvenTree interface. Additionally, BOM data can be extracted directly from the wireviz file:
![](/assets/plugins/inventree_wireviz.png)
## Installation
Install the plugin manually as follows:
```
pip install inventree-wireviz-plugin
```
Or, add to your `plugins.txt` file to install automatically using the `invoke install` command:
```
inventree-wireviz-plugin
```
## Documentation
Refer to the [plugin documentation](https://github.com/inventree/inventree-wireviz) for further instructions and information.

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB