wireviz / WireViz
Easily document cables and wiring harnesses.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing wireviz/WireViz in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewWireViz Summary WireViz is a tool for easily documenting cables, wiring harnesses and connector pinouts. It takes plain text, YAML-formatted files as input and produces beautiful graphical output (SVG, PNG, ...) thanks to GraphViz. It handles automatic BOM (Bill of Materials) creation and has a lot of extra features. Features • WireViz input files are fully text based • No special editor required • Human readable • Easy version control • YAML syntax • UTF-8 input and output files for special character support • Understands and uses color abbreviations as per IEC 60757 (black=BK, red=RD, ...) • Auto-generates standard wire color schemes and allows custom ones if needed • DIN 47100 (WT/BN/GN/YE/GY/PK/BU/RD/BK/VT/...) • IEC 60757 (BN/RD/OR/YE/GN/BU/VT/GY/WT/BK/...) • 25 Pair Color Code (BUWH/WHBU/OGWH/WHOG/GNWH/WHGN/BNWH/...) • TIA/EIA 568 A/B (Subset of 25-Pair, used in CAT-5/6/...) • Understands wire gauge in mm² or AWG • Optionally auto-calculates equivalent gauge between mm² and AWG • Is suitable for both very simple cables, and more complex harnesses. • Allows for easy-autorouting for 1-to-1 wiring • Generates BOM (Bill of Materials) _Note_: WireViz is not designed to represent the complete wiring of a system. Its main aim is to document the construction of individual wires and harnesses. Examples Demo 01 WireViz input file: Output file: Bill of Materials (auto-generated) Demo 02 Source - Bill of Materials Syntax, tutorial and example gallery Read the syntax description to learn about WireViz' features and how to use them. See the tutorial page for sample code, as well as the example gallery to see more of what WireViz can do. Usage Installation Requirements WireViz requires Python 3.7 or later. WireWiz requires GraphViz to be installed in order to work. See the GraphViz download page for OS-specific instructions. _Note_: Ubuntu 18.04 LTS users in particular may need to separately install Python 3.7 or above, as that comes with Python 3.6 as the included system Python install. Installing the latest release The latest WireViz release can be downloaded from PyPI with the following command: Installing the development version Access to the current state of the development branch can be gained by cloning the repo and installing manually: If you would like to contribute to this project, make sure you read the contribution guidelines! How to run Depending on the options specified, this will output some or all of the following files: Wildcards in the file path are also supported to process multiple files at once, e.g.: To see how to specify the output formats, as well as additional options, run: (Re-)Building the example projects Please see the documentation of the script for info on building the demos, examples and tutorial. Changelog See CHANGELOG.md Status This is very much a work in progress. Source code, API, syntax and functionality may change wildly at any time. License GPL-3.0