pipu-cli 0.1.dev0__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.
@@ -0,0 +1,19 @@
1
+ """
2
+ Constants and configuration for the TUI interface.
3
+
4
+ Contains column definitions, timeouts, and other UI constants.
5
+ """
6
+
7
+ # Table column indices
8
+ COLUMN_SELECTION = 0
9
+ COLUMN_PACKAGE = 1
10
+ COLUMN_CURRENT = 2
11
+ COLUMN_LATEST = 3
12
+ COLUMN_TYPE = 4
13
+ COLUMN_CONSTRAINT = 5
14
+ COLUMN_INVALID_WHEN = 6
15
+
16
+ # UI timeouts and limits
17
+ FORCE_EXIT_TIMEOUT = 0.5 # seconds
18
+ UNINSTALL_TIMEOUT = 30 # seconds
19
+ NETWORK_TIMEOUT_TEST = 1 # seconds - for fast test execution