diff --git a/README.md b/README.md index 22c9a49..ed2b4df 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ WireViz is a tool for easily documenting cables, wiring harnesses and connector * Auto-generates standard wire color schemes and allows custom ones if needed * [DIN 47100](https://en.wikipedia.org/wiki/DIN_47100) (WT/BN/GN/YE/GY/PK/BU/RD/BK/VT/...) * [IEC 62](https://en.wikipedia.org/wiki/Electronic_color_code#Color_band_system) (BN/RD/OR/YE/GN/BU/VT/GY/WT/BK/...) + * [25 Pair Color Code](https://en.wikipedia.org/wiki/25-pair_color_code#Color_coding) (BUWH/WHBU/OGWH/WHOG/GNWH/WHGN/BNWH/...) + * [TIA/EIA 568 A/B](https://en.wikipedia.org/wiki/TIA/EIA-568#Wiring) (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 * Allows more than one connector per side, as well as loopbacks diff --git a/requirements.txt b/requirements.txt index d24fc95..9339481 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ . graphviz pyyaml +setuptools \ No newline at end of file