nexus-tui 0.1.4__py3-none-any.whl → 0.1.13__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.
- nexus/__init__.py +1 -0
- nexus/app.py +106 -0
- nexus/config.py +197 -0
- nexus/container.py +45 -0
- nexus/logger.py +48 -0
- nexus/models.py +43 -0
- nexus/screens/__init__.py +0 -0
- nexus/screens/create_project.py +115 -0
- nexus/screens/error.py +57 -0
- nexus/screens/help.py +62 -0
- nexus/screens/project_picker.py +250 -0
- nexus/screens/theme_picker.py +101 -0
- nexus/screens/tool_selector.py +501 -0
- nexus/services/__init__.py +0 -0
- nexus/services/executor.py +46 -0
- nexus/services/scanner.py +46 -0
- nexus/state.py +84 -0
- nexus/style.tcss +500 -0
- nexus/widgets/__init__.py +0 -0
- nexus/widgets/tool_list_item.py +194 -0
- {nexus_tui-0.1.4.dist-info → nexus_tui-0.1.13.dist-info}/METADATA +4 -1
- nexus_tui-0.1.13.dist-info/RECORD +26 -0
- nexus_tui-0.1.4.dist-info/RECORD +0 -6
- {nexus_tui-0.1.4.dist-info → nexus_tui-0.1.13.dist-info}/WHEEL +0 -0
- {nexus_tui-0.1.4.dist-info → nexus_tui-0.1.13.dist-info}/entry_points.txt +0 -0
- {nexus_tui-0.1.4.dist-info → nexus_tui-0.1.13.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
nexus/__init__.py,sha256=bti-BCTw_hFdmSoy8872Cikse7LxK1e0aN5SaabgwIg,37
|
|
2
|
+
nexus/app.py,sha256=7Kp_LVdhihhsPnL_8q_U-WAggKC9hZFqzf5rXljQ37k,3184
|
|
3
|
+
nexus/config.py,sha256=VfLaUuQn31gD_IC6LTkK5FE5b84JzIwOKu0arG0Z8f0,5467
|
|
4
|
+
nexus/container.py,sha256=lQA2WB1WqvW9Y8lbY2QUYkpDTtep1ts00XBD2d3JY70,1152
|
|
5
|
+
nexus/logger.py,sha256=sRhNYYErXzPzZ84uLm7MLH6NJb6EAGKUijRF1AvnfeU,1337
|
|
6
|
+
nexus/models.py,sha256=elqUVjMMxa2RZoETtxKJkTpRrpLuglP43mBOwVSbA0o,1100
|
|
7
|
+
nexus/state.py,sha256=dmBnHpzws2aErG42LaZFLXcse_9EwecmZy2dFgot4Tw,2532
|
|
8
|
+
nexus/style.tcss,sha256=7PIAYBF2m6L_QnqTyFYyNQThkHWN3pQds5zH52Hq-ho,10067
|
|
9
|
+
nexus/tools.toml,sha256=uYfBA7WMLAu6fPDRzB4p5ggk0aVTUpDPrxRrzLnGiMA,740
|
|
10
|
+
nexus/screens/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
nexus/screens/create_project.py,sha256=uVAQioL6C-3mtriQfvuylUD0kX3sYA0KWgM0yWvzF9M,3597
|
|
12
|
+
nexus/screens/error.py,sha256=LQOkb-rLHbcYCRPrBybuusABcf73RbwN9q_f3N2VqmE,1817
|
|
13
|
+
nexus/screens/help.py,sha256=lG6Lkt-t3kPGcbltKZiFfv5S5d57ZiZkU4cc_jfM3Nw,1697
|
|
14
|
+
nexus/screens/project_picker.py,sha256=ghXHKRLd4fxP8LWASi6_C8_BzEZFv266bsD591OSEyQ,9590
|
|
15
|
+
nexus/screens/theme_picker.py,sha256=KZ_L2QYnv95bdJGd3PcQnb0QJe1sgr3EIXm7Vd-tz-8,3479
|
|
16
|
+
nexus/screens/tool_selector.py,sha256=mkR_Otgv5bQa5_GYiJjYHyFXCOnkoUWyvkxYmD5R0gQ,19074
|
|
17
|
+
nexus/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
|
+
nexus/services/executor.py,sha256=SqeZa6owOTc04dCvMChiWVsGOWnrO1YW2gUvT5m4Nuk,1494
|
|
19
|
+
nexus/services/scanner.py,sha256=YTx6WQBAvERK3zfdkHfwfj0Ygj9ZL1idhO8JUr_IF4M,1311
|
|
20
|
+
nexus/widgets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
|
+
nexus/widgets/tool_list_item.py,sha256=H0C04ef4OreL9vmyiku3hTA0SAXLoKWoGagIMn73jpI,5880
|
|
22
|
+
nexus_tui-0.1.13.dist-info/METADATA,sha256=mfY152t-Btg88BMPFFd897P1i6obXXUIg8Gc2OMQ2ds,3861
|
|
23
|
+
nexus_tui-0.1.13.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
24
|
+
nexus_tui-0.1.13.dist-info/entry_points.txt,sha256=FLWKPqsNYxxaU0JyVfJoKJDTrFtx-LJVPejbvUdnc6o,41
|
|
25
|
+
nexus_tui-0.1.13.dist-info/licenses/LICENSE,sha256=gtmNw2nOOujPlKSYxW0EQC-cg2aSe--mVlMxElz5AmI,1062
|
|
26
|
+
nexus_tui-0.1.13.dist-info/RECORD,,
|
nexus_tui-0.1.4.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
nexus/tools.toml,sha256=uYfBA7WMLAu6fPDRzB4p5ggk0aVTUpDPrxRrzLnGiMA,740
|
|
2
|
-
nexus_tui-0.1.4.dist-info/METADATA,sha256=P1Origvap15dyIn3cGZf-7d5yaHE0vL1gQZzkOG4Pvw,3761
|
|
3
|
-
nexus_tui-0.1.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
4
|
-
nexus_tui-0.1.4.dist-info/entry_points.txt,sha256=FLWKPqsNYxxaU0JyVfJoKJDTrFtx-LJVPejbvUdnc6o,41
|
|
5
|
-
nexus_tui-0.1.4.dist-info/licenses/LICENSE,sha256=gtmNw2nOOujPlKSYxW0EQC-cg2aSe--mVlMxElz5AmI,1062
|
|
6
|
-
nexus_tui-0.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|