truthound-dashboard 1.0.1__py3-none-any.whl → 1.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- truthound_dashboard/__init__.py +8 -1
- {truthound_dashboard-1.0.1.dist-info → truthound_dashboard-1.0.2.dist-info}/METADATA +1 -1
- {truthound_dashboard-1.0.1.dist-info → truthound_dashboard-1.0.2.dist-info}/RECORD +6 -6
- {truthound_dashboard-1.0.1.dist-info → truthound_dashboard-1.0.2.dist-info}/WHEEL +0 -0
- {truthound_dashboard-1.0.1.dist-info → truthound_dashboard-1.0.2.dist-info}/entry_points.txt +0 -0
- {truthound_dashboard-1.0.1.dist-info → truthound_dashboard-1.0.2.dist-info}/licenses/LICENSE +0 -0
truthound_dashboard/__init__.py
CHANGED
|
@@ -7,5 +7,12 @@ A GX Cloud alternative that provides:
|
|
|
7
7
|
- Real-time monitoring dashboard
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
from importlib.metadata import version, PackageNotFoundError
|
|
11
|
+
|
|
12
|
+
try:
|
|
13
|
+
__version__ = version("truthound-dashboard")
|
|
14
|
+
except PackageNotFoundError:
|
|
15
|
+
# Package not installed (e.g., running from source without pip install -e)
|
|
16
|
+
__version__ = "0.0.0.dev"
|
|
17
|
+
|
|
11
18
|
__all__ = ["__version__"]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
truthound_dashboard/__init__.py,sha256=
|
|
1
|
+
truthound_dashboard/__init__.py,sha256=bzN84Y01SlEh5F8KkV-fGqPR82_tA0leAP6PyCXk8PY,504
|
|
2
2
|
truthound_dashboard/__main__.py,sha256=Zq98OmYZm4NJ7n2yG5Qr07fkSiwMEQQE20gG1fpW7wo,133
|
|
3
3
|
truthound_dashboard/cli.py,sha256=pKOsX3CHJxtwPTaGKXGs0ZUOU9P62wW6guAU5cWj7AQ,6169
|
|
4
4
|
truthound_dashboard/config.py,sha256=fBSxoGitTe-9SeKkkQHtqNTcVxws5fvJ0YhF0EMuqG4,4089
|
|
@@ -56,8 +56,8 @@ truthound_dashboard/static/mockServiceWorker.js,sha256=YjCST8vqgKtox7xb5sheYyz_b
|
|
|
56
56
|
truthound_dashboard/static/assets/index-BqJMyAHX.js,sha256=CnD3z74mP7LPSpYSWMe0QhlBlEcxqZLV0AHxKqHPRkc,729900
|
|
57
57
|
truthound_dashboard/static/assets/index-DMDxHCTs.js,sha256=cmQt_LGV46NZxoHsqxJvhbQXV9W0KJqrc5UzvQ63i10,875907
|
|
58
58
|
truthound_dashboard/static/assets/index-Dm2D11TK.css,sha256=TuuwMdESlyprLzsKfN-b4H99eF9KXlPAWoi_Ty4wEeE,40337
|
|
59
|
-
truthound_dashboard-1.0.
|
|
60
|
-
truthound_dashboard-1.0.
|
|
61
|
-
truthound_dashboard-1.0.
|
|
62
|
-
truthound_dashboard-1.0.
|
|
63
|
-
truthound_dashboard-1.0.
|
|
59
|
+
truthound_dashboard-1.0.2.dist-info/METADATA,sha256=PxF38QbklGmFqxpvidMalz_lRRd75KgWTo8X0Aun8qU,6743
|
|
60
|
+
truthound_dashboard-1.0.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
61
|
+
truthound_dashboard-1.0.2.dist-info/entry_points.txt,sha256=Xq8qadJ-Sqk4_0Ss_rhCqCv7uxPZZdwO3WUnbK0r6Hw,135
|
|
62
|
+
truthound_dashboard-1.0.2.dist-info/licenses/LICENSE,sha256=qrBWTDMS8ZvwVJl3Yo2n8_AxOos3s8S9pcOzLW5Nivg,10763
|
|
63
|
+
truthound_dashboard-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
{truthound_dashboard-1.0.1.dist-info → truthound_dashboard-1.0.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{truthound_dashboard-1.0.1.dist-info → truthound_dashboard-1.0.2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|