From 04b213041f1ccc14aab88329d7cf5c235e3b3a29 Mon Sep 17 00:00:00 2001
From: Benedikt <benedikt.seeger@ptb.de>
Date: Wed, 19 Feb 2025 13:36:20 +0000
Subject: [PATCH] Edit README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 70edb59..6ecc666 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@ This repo contains the HTML Code to display a landing page for the DCC-Aplicatio
 
 | Komponent        | Description                                                                                  | Git-Repo | Pipy-Repo | Docker-Container |
 |------------------|----------------------------------------------------------------------------------------------|----------|-----------|------------------|
+| dccQuantities    | Python library to load and store dccQuantities and perform uncertainty and unit-aware math operations | [dccQuantities](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities) | [dccQuantities](https://pypi.org/project/dccQuantities/) | -- |
 | XMLJSONConv      | Conversion library for DCC-XML to JSON                                                       | [dccxmljsonconv](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccxmljsonconv) | [dccXMLJSONConv](https://pypi.org/project/dccXMLJSONConv/) | -- |
 | XMLJSONConv-GUI  | Bokeh Web-GUI for the XML-JSON Converter + REST-API-Server                                    | [dcc_XMLJSONConvGUI](https://gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConvGUI) | --- | [benesee/dccxmljsonconvgui](https://hub.docker.com/repository/docker/benesee/dccxmljsonconvgui) |
 | dsiUnits         | Python library to parse the D-SI units and perform math operations                           | [dsiUnits](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) | [dsiunits](https://pypi.org/project/dsiunits/) | -- |
 | dsiUnits-GUI     | Bokeh GUI to use the dsiUnits parser and comparison features + REST-API-Server               | [dsiUnits](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) | -- | [benesee/dsiunitsfrontend](https://hub.docker.com/repository/docker/benesee/dsiunitsfrontend) |
-| dccQuantities    | Python library to load and store dccQuantities and perform uncertainty and unit-aware math operations | [dccQuantities](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities) | [dccQuantities](https://pypi.org/project/dccQuantities/) | -- |
 | pyDccDisplayer   | Bokeh Web-GUI to extract tables from The DCC, plot them, and allow download as XLSX or CSV    | [pydccdisplayer](https://gitlab1.ptb.de/digitaldynamicmeasurement/pydccdisplayer) | -- | [benesee/dccdisplayer/general](https://hub.docker.com/repository/docker/benesee/dccdisplayer) |
 | dccTableTool     | Web-GUI to create DCC-XML tables from XLSX/ODS files and insert them into an XML, plus a REST-Server to automate this task | [dccTableTool](https://gitlab1.ptb.de/Seeger/pydccanddbtools) | -- | [benesee/dcctabletool](https://hub.docker.com/repository/docker/benesee/dcctabletool/general) |
 
-- 
GitLab