umu-commander 1.5.2__tar.gz → 1.5.4__tar.gz

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.

Potentially problematic release.


This version of umu-commander might be problematic. Click here for more details.

Files changed (29) hide show
  1. {umu_commander-1.5.2 → umu_commander-1.5.4}/.idea/workspace.xml +176 -121
  2. {umu_commander-1.5.2 → umu_commander-1.5.4}/PKG-INFO +10 -2
  3. {umu_commander-1.5.2 → umu_commander-1.5.4}/README.md +8 -1
  4. {umu_commander-1.5.2 → umu_commander-1.5.4}/pyproject.toml +2 -2
  5. {umu_commander-1.5.2 → umu_commander-1.5.4}/src/umu_commander/main.py +4 -4
  6. {umu_commander-1.5.2 → umu_commander-1.5.4}/src/umu_commander/util.py +1 -1
  7. {umu_commander-1.5.2 → umu_commander-1.5.4}/.gitignore +0 -0
  8. {umu_commander-1.5.2 → umu_commander-1.5.4}/.idea/.gitignore +0 -0
  9. {umu_commander-1.5.2 → umu_commander-1.5.4}/.idea/inspectionProfiles/Project_Default.xml +0 -0
  10. {umu_commander-1.5.2 → umu_commander-1.5.4}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  11. {umu_commander-1.5.2 → umu_commander-1.5.4}/.idea/misc.xml +0 -0
  12. {umu_commander-1.5.2 → umu_commander-1.5.4}/.idea/modules.xml +0 -0
  13. {umu_commander-1.5.2 → umu_commander-1.5.4}/.idea/umu-commander.iml +0 -0
  14. {umu_commander-1.5.2 → umu_commander-1.5.4}/.idea/vcs.xml +0 -0
  15. {umu_commander-1.5.2 → umu_commander-1.5.4}/LICENSE.txt +0 -0
  16. {umu_commander-1.5.2 → umu_commander-1.5.4}/example_config.toml +0 -0
  17. {umu_commander-1.5.2 → umu_commander-1.5.4}/src/umu_commander/__init__.py +0 -0
  18. {umu_commander-1.5.2 → umu_commander-1.5.4}/src/umu_commander/classes.py +0 -0
  19. {umu_commander-1.5.2 → umu_commander-1.5.4}/src/umu_commander/configuration.py +0 -0
  20. {umu_commander-1.5.2 → umu_commander-1.5.4}/src/umu_commander/database.py +0 -0
  21. {umu_commander-1.5.2 → umu_commander-1.5.4}/src/umu_commander/proton.py +0 -0
  22. {umu_commander-1.5.2 → umu_commander-1.5.4}/src/umu_commander/tracking.py +0 -0
  23. {umu_commander-1.5.2 → umu_commander-1.5.4}/src/umu_commander/umu_config.py +0 -0
  24. {umu_commander-1.5.2 → umu_commander-1.5.4}/tests/__init__.py +0 -0
  25. {umu_commander-1.5.2 → umu_commander-1.5.4}/tests/test_config.py +0 -0
  26. {umu_commander-1.5.2 → umu_commander-1.5.4}/tests/test_db.py +0 -0
  27. {umu_commander-1.5.2 → umu_commander-1.5.4}/tests/test_manual.py +0 -0
  28. {umu_commander-1.5.2 → umu_commander-1.5.4}/tests/test_proton.py +0 -0
  29. {umu_commander-1.5.2 → umu_commander-1.5.4}/tests/test_tracking.py +0 -0
@@ -4,22 +4,9 @@
4
4
  <option name="autoReloadType" value="SELECTIVE" />
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
- <list default="true" id="043620f1-711f-4c27-a2e2-15fa501e8ce0" name="Changes" comment="Preparations for building">
8
- <change afterPath="$PROJECT_DIR$/src/umu_commander/config.py" afterDir="false" />
9
- <change afterPath="$PROJECT_DIR$/tests/test_config.py" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/.idea/umu-commander.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/umu-commander.iml" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/pyproject.toml" beforeDir="false" afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
13
- <change beforePath="$PROJECT_DIR$/src/umu_commander/configuration.py" beforeDir="false" />
14
- <change beforePath="$PROJECT_DIR$/src/umu_commander/db.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/db.py" afterDir="false" />
7
+ <list default="true" id="043620f1-711f-4c27-a2e2-15fa501e8ce0" name="Changes" comment="1.5.3">
15
8
  <change beforePath="$PROJECT_DIR$/src/umu_commander/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/main.py" afterDir="false" />
16
- <change beforePath="$PROJECT_DIR$/src/umu_commander/proton.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/proton.py" afterDir="false" />
17
- <change beforePath="$PROJECT_DIR$/src/umu_commander/tracking.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/tracking.py" afterDir="false" />
18
- <change beforePath="$PROJECT_DIR$/src/umu_commander/umu_config.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/umu_config.py" afterDir="false" />
19
9
  <change beforePath="$PROJECT_DIR$/src/umu_commander/util.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/util.py" afterDir="false" />
20
- <change beforePath="$PROJECT_DIR$/tests/test_db.py" beforeDir="false" afterPath="$PROJECT_DIR$/tests/test_db.py" afterDir="false" />
21
- <change beforePath="$PROJECT_DIR$/tests/test_proton.py" beforeDir="false" afterPath="$PROJECT_DIR$/tests/test_proton.py" afterDir="false" />
22
- <change beforePath="$PROJECT_DIR$/tests/test_tracking.py" beforeDir="false" afterPath="$PROJECT_DIR$/tests/test_tracking.py" afterDir="false" />
23
10
  </list>
24
11
  <option name="SHOW_DIALOG" value="false" />
25
12
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -75,6 +62,7 @@
75
62
  &quot;Python tests.Python tests for test_proton.Tracking.test_collect_proton_versions.executor&quot;: &quot;Run&quot;,
76
63
  &quot;Python tests.Python tests for test_tracking.Tracking.executor&quot;: &quot;Run&quot;,
77
64
  &quot;Python tests.Python tests for test_tracking.Tracking.test_track.executor&quot;: &quot;Run&quot;,
65
+ &quot;Python tests.Python tests for test_tracking.Tracking.test_track_untrack.executor&quot;: &quot;Run&quot;,
78
66
  &quot;Python tests.Python tests for test_tracking.TrackingTest.executor&quot;: &quot;Run&quot;,
79
67
  &quot;Python tests.Python tests for test_tracking.TrackingTest.test_track.executor&quot;: &quot;Run&quot;,
80
68
  &quot;Python tests.Python tests for tests.test_db.DB.executor&quot;: &quot;Run&quot;,
@@ -87,7 +75,7 @@
87
75
  &quot;Python tests.Python tests for tests.test_tracking.TrackingTest.test_track.executor&quot;: &quot;Run&quot;,
88
76
  &quot;Python tests.Python tests in tests.executor&quot;: &quot;Run&quot;,
89
77
  &quot;Python tests.Run tests.executor&quot;: &quot;Run&quot;,
90
- &quot;Python.create.executor&quot;: &quot;Debug&quot;,
78
+ &quot;Python.create.executor&quot;: &quot;Run&quot;,
91
79
  &quot;Python.delete.executor&quot;: &quot;Run&quot;,
92
80
  &quot;Python.manage.executor&quot;: &quot;Run&quot;,
93
81
  &quot;Python.run.executor&quot;: &quot;Run&quot;,
@@ -114,7 +102,7 @@
114
102
  <recent name="$PROJECT_DIR$/src" />
115
103
  </key>
116
104
  </component>
117
- <component name="RunManager" selected="Python.run">
105
+ <component name="RunManager" selected="Python.users">
118
106
  <configuration name="create" type="PythonConfigurationType" factoryName="Python">
119
107
  <module name="umu-commander" />
120
108
  <option name="ENV_FILES" value="" />
@@ -248,7 +236,7 @@
248
236
  <method v="2" />
249
237
  </configuration>
250
238
  <configuration name="Build" type="ShConfigurationType">
251
- <option name="SCRIPT_TEXT" value="rm dist/* &amp;&amp; python3 -m build" />
239
+ <option name="SCRIPT_TEXT" value="rm dist/*; python3 -m build" />
252
240
  <option name="INDEPENDENT_SCRIPT_PATH" value="true" />
253
241
  <option name="SCRIPT_PATH" value="" />
254
242
  <option name="SCRIPT_OPTIONS" value="" />
@@ -309,6 +297,36 @@
309
297
  <option name="_new_targetType" value="&quot;PYTHON&quot;" />
310
298
  <method v="2" />
311
299
  </configuration>
300
+ <configuration name="Python tests for test_proton.Tracking" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
301
+ <module name="umu-commander" />
302
+ <option name="ENV_FILES" value="" />
303
+ <option name="INTERPRETER_OPTIONS" value="" />
304
+ <option name="PARENT_ENVS" value="true" />
305
+ <option name="SDK_HOME" value="" />
306
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/tests" />
307
+ <option name="IS_MODULE_SDK" value="true" />
308
+ <option name="ADD_CONTENT_ROOTS" value="true" />
309
+ <option name="ADD_SOURCE_ROOTS" value="true" />
310
+ <option name="_new_additionalArguments" value="&quot;&quot;" />
311
+ <option name="_new_target" value="&quot;test_proton.Tracking&quot;" />
312
+ <option name="_new_targetType" value="&quot;PYTHON&quot;" />
313
+ <method v="2" />
314
+ </configuration>
315
+ <configuration name="Python tests for test_tracking.Tracking.test_track_untrack" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
316
+ <module name="umu-commander" />
317
+ <option name="ENV_FILES" value="" />
318
+ <option name="INTERPRETER_OPTIONS" value="" />
319
+ <option name="PARENT_ENVS" value="true" />
320
+ <option name="SDK_HOME" value="" />
321
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/tests" />
322
+ <option name="IS_MODULE_SDK" value="true" />
323
+ <option name="ADD_CONTENT_ROOTS" value="true" />
324
+ <option name="ADD_SOURCE_ROOTS" value="true" />
325
+ <option name="_new_additionalArguments" value="&quot;&quot;" />
326
+ <option name="_new_target" value="&quot;test_tracking.Tracking.test_track_untrack&quot;" />
327
+ <option name="_new_targetType" value="&quot;PYTHON&quot;" />
328
+ <method v="2" />
329
+ </configuration>
312
330
  <configuration name="Run tests" type="tests" factoryName="Autodetect">
313
331
  <module name="umu-commander" />
314
332
  <option name="ENV_FILES" value="" />
@@ -332,6 +350,8 @@
332
350
  <item itemvalue="Python.delete" />
333
351
  <item itemvalue="Python.create" />
334
352
  <item itemvalue="Python tests.Run tests" />
353
+ <item itemvalue="Python tests.Python tests for test_proton.Tracking" />
354
+ <item itemvalue="Python tests.Python tests for test_tracking.Tracking.test_track_untrack" />
335
355
  <item itemvalue="Python tests.Python tests for test_config.Config" />
336
356
  <item itemvalue="Python tests.Python tests for test_config.Config.test_missing_config" />
337
357
  <item itemvalue="Shell Script.Upload" />
@@ -339,6 +359,8 @@
339
359
  </list>
340
360
  <recent_temporary>
341
361
  <list>
362
+ <item itemvalue="Python tests.Python tests for test_tracking.Tracking.test_track_untrack" />
363
+ <item itemvalue="Python tests.Python tests for test_proton.Tracking" />
342
364
  <item itemvalue="Python tests.Python tests for test_config.Config" />
343
365
  <item itemvalue="Python tests.Python tests for test_config.Config.test_missing_config" />
344
366
  </list>
@@ -360,86 +382,6 @@
360
382
  <option name="presentableId" value="Default" />
361
383
  <updated>1751043400140</updated>
362
384
  </task>
363
- <task id="LOCAL-00001" summary="Initial implementation">
364
- <option name="closed" value="true" />
365
- <created>1751130219943</created>
366
- <option name="number" value="00001" />
367
- <option name="presentableId" value="LOCAL-00001" />
368
- <option name="project" value="LOCAL" />
369
- <updated>1751130219943</updated>
370
- </task>
371
- <task id="LOCAL-00002" summary="Move configuration to separate file">
372
- <option name="closed" value="true" />
373
- <created>1751917068399</created>
374
- <option name="number" value="00002" />
375
- <option name="presentableId" value="LOCAL-00002" />
376
- <option name="project" value="LOCAL" />
377
- <updated>1751917068399</updated>
378
- </task>
379
- <task id="LOCAL-00003" summary="Move DB to separate file">
380
- <option name="closed" value="true" />
381
- <created>1751917093739</created>
382
- <option name="number" value="00003" />
383
- <option name="presentableId" value="LOCAL-00003" />
384
- <option name="project" value="LOCAL" />
385
- <updated>1751917093739</updated>
386
- </task>
387
- <task id="LOCAL-00004" summary="Split functionality into multiple files&#10;Rework verbs&#10;Add functionality&#10;Reword existing functionality">
388
- <option name="closed" value="true" />
389
- <created>1751917142976</created>
390
- <option name="number" value="00004" />
391
- <option name="presentableId" value="LOCAL-00004" />
392
- <option name="project" value="LOCAL" />
393
- <updated>1751917142976</updated>
394
- </task>
395
- <task id="LOCAL-00005" summary="Define classes for better readability">
396
- <option name="closed" value="true" />
397
- <created>1751917157187</created>
398
- <option name="number" value="00005" />
399
- <option name="presentableId" value="LOCAL-00005" />
400
- <option name="project" value="LOCAL" />
401
- <updated>1751917157187</updated>
402
- </task>
403
- <task id="LOCAL-00006" summary="pycharm stuff">
404
- <option name="closed" value="true" />
405
- <created>1751917165409</created>
406
- <option name="number" value="00006" />
407
- <option name="presentableId" value="LOCAL-00006" />
408
- <option name="project" value="LOCAL" />
409
- <updated>1751917165409</updated>
410
- </task>
411
- <task id="LOCAL-00007" summary="Add deletion warning">
412
- <option name="closed" value="true" />
413
- <created>1751917368353</created>
414
- <option name="number" value="00007" />
415
- <option name="presentableId" value="LOCAL-00007" />
416
- <option name="project" value="LOCAL" />
417
- <updated>1751917368353</updated>
418
- </task>
419
- <task id="LOCAL-00008" summary="Update readme">
420
- <option name="closed" value="true" />
421
- <created>1751918258510</created>
422
- <option name="number" value="00008" />
423
- <option name="presentableId" value="LOCAL-00008" />
424
- <option name="project" value="LOCAL" />
425
- <updated>1751918258510</updated>
426
- </task>
427
- <task id="LOCAL-00009" summary="Update readme and decapitalise umu">
428
- <option name="closed" value="true" />
429
- <created>1751918299613</created>
430
- <option name="number" value="00009" />
431
- <option name="presentableId" value="LOCAL-00009" />
432
- <option name="project" value="LOCAL" />
433
- <updated>1751918299613</updated>
434
- </task>
435
- <task id="LOCAL-00010" summary="Add example config">
436
- <option name="closed" value="true" />
437
- <created>1751919191540</created>
438
- <option name="number" value="00010" />
439
- <option name="presentableId" value="LOCAL-00010" />
440
- <option name="project" value="LOCAL" />
441
- <updated>1751919191540</updated>
442
- </task>
443
385
  <task id="LOCAL-00011" summary="Tweak &quot;latest umu&quot; functionality">
444
386
  <option name="closed" value="true" />
445
387
  <created>1751919211128</created>
@@ -712,7 +654,127 @@
712
654
  <option name="project" value="LOCAL" />
713
655
  <updated>1753347983462</updated>
714
656
  </task>
715
- <option name="localTasksCounter" value="45" />
657
+ <task id="LOCAL-00045" summary="Break off configuration">
658
+ <option name="closed" value="true" />
659
+ <created>1754002639114</created>
660
+ <option name="number" value="00045" />
661
+ <option name="presentableId" value="LOCAL-00045" />
662
+ <option name="project" value="LOCAL" />
663
+ <updated>1754002639114</updated>
664
+ </task>
665
+ <task id="LOCAL-00046" summary="Rework DB">
666
+ <option name="closed" value="true" />
667
+ <created>1754002669820</created>
668
+ <option name="number" value="00046" />
669
+ <option name="presentableId" value="LOCAL-00046" />
670
+ <option name="project" value="LOCAL" />
671
+ <updated>1754002669820</updated>
672
+ </task>
673
+ <task id="LOCAL-00047" summary="Create convenience classes">
674
+ <option name="closed" value="true" />
675
+ <created>1754002693811</created>
676
+ <option name="number" value="00047" />
677
+ <option name="presentableId" value="LOCAL-00047" />
678
+ <option name="project" value="LOCAL" />
679
+ <updated>1754002693811</updated>
680
+ </task>
681
+ <task id="LOCAL-00048" summary="Cleanup return codes and config/db handling">
682
+ <option name="closed" value="true" />
683
+ <created>1754002709864</created>
684
+ <option name="number" value="00048" />
685
+ <option name="presentableId" value="LOCAL-00048" />
686
+ <option name="project" value="LOCAL" />
687
+ <updated>1754002709864</updated>
688
+ </task>
689
+ <task id="LOCAL-00049" summary="Improvements to proton handling methods">
690
+ <option name="closed" value="true" />
691
+ <created>1754002728560</created>
692
+ <option name="number" value="00049" />
693
+ <option name="presentableId" value="LOCAL-00049" />
694
+ <option name="project" value="LOCAL" />
695
+ <updated>1754002728560</updated>
696
+ </task>
697
+ <task id="LOCAL-00050" summary="Use tomli-w&#10;Improvements to umu config creation">
698
+ <option name="closed" value="true" />
699
+ <created>1754002792462</created>
700
+ <option name="number" value="00050" />
701
+ <option name="presentableId" value="LOCAL-00050" />
702
+ <option name="project" value="LOCAL" />
703
+ <updated>1754002792462</updated>
704
+ </task>
705
+ <task id="LOCAL-00051" summary="Cleanup">
706
+ <option name="closed" value="true" />
707
+ <created>1754002812560</created>
708
+ <option name="number" value="00051" />
709
+ <option name="presentableId" value="LOCAL-00051" />
710
+ <option name="project" value="LOCAL" />
711
+ <updated>1754002812560</updated>
712
+ </task>
713
+ <task id="LOCAL-00052" summary="Tests">
714
+ <option name="closed" value="true" />
715
+ <created>1754002840695</created>
716
+ <option name="number" value="00052" />
717
+ <option name="presentableId" value="LOCAL-00052" />
718
+ <option name="project" value="LOCAL" />
719
+ <updated>1754002840695</updated>
720
+ </task>
721
+ <task id="LOCAL-00053" summary="Formatting">
722
+ <option name="closed" value="true" />
723
+ <created>1754002845468</created>
724
+ <option name="number" value="00053" />
725
+ <option name="presentableId" value="LOCAL-00053" />
726
+ <option name="project" value="LOCAL" />
727
+ <updated>1754002845468</updated>
728
+ </task>
729
+ <task id="LOCAL-00054" summary="1.5.1">
730
+ <option name="closed" value="true" />
731
+ <created>1754002864635</created>
732
+ <option name="number" value="00054" />
733
+ <option name="presentableId" value="LOCAL-00054" />
734
+ <option name="project" value="LOCAL" />
735
+ <updated>1754002864635</updated>
736
+ </task>
737
+ <task id="LOCAL-00055" summary="Improve config handling">
738
+ <option name="closed" value="true" />
739
+ <created>1754003601420</created>
740
+ <option name="number" value="00055" />
741
+ <option name="presentableId" value="LOCAL-00055" />
742
+ <option name="project" value="LOCAL" />
743
+ <updated>1754003601421</updated>
744
+ </task>
745
+ <task id="LOCAL-00056" summary="Update documentation">
746
+ <option name="closed" value="true" />
747
+ <created>1754003609647</created>
748
+ <option name="number" value="00056" />
749
+ <option name="presentableId" value="LOCAL-00056" />
750
+ <option name="project" value="LOCAL" />
751
+ <updated>1754003609647</updated>
752
+ </task>
753
+ <task id="LOCAL-00057" summary="1.5.2">
754
+ <option name="closed" value="true" />
755
+ <created>1754003619303</created>
756
+ <option name="number" value="00057" />
757
+ <option name="presentableId" value="LOCAL-00057" />
758
+ <option name="project" value="LOCAL" />
759
+ <updated>1754003619303</updated>
760
+ </task>
761
+ <task id="LOCAL-00058" summary="made typo.">
762
+ <option name="closed" value="true" />
763
+ <created>1754004029502</created>
764
+ <option name="number" value="00058" />
765
+ <option name="presentableId" value="LOCAL-00058" />
766
+ <option name="project" value="LOCAL" />
767
+ <updated>1754004029502</updated>
768
+ </task>
769
+ <task id="LOCAL-00059" summary="1.5.3">
770
+ <option name="closed" value="true" />
771
+ <created>1754004038591</created>
772
+ <option name="number" value="00059" />
773
+ <option name="presentableId" value="LOCAL-00059" />
774
+ <option name="project" value="LOCAL" />
775
+ <updated>1754004038591</updated>
776
+ </task>
777
+ <option name="localTasksCounter" value="60" />
716
778
  <servers />
717
779
  </component>
718
780
  <component name="Vcs.Log.Tabs.Properties">
@@ -739,21 +801,6 @@
739
801
  </option>
740
802
  </component>
741
803
  <component name="VcsManagerConfiguration">
742
- <MESSAGE value="Update internal readme" />
743
- <MESSAGE value="Merge remote-tracking branch 'origin/master'" />
744
- <MESSAGE value="Formatting" />
745
- <MESSAGE value="Specify python version in readme" />
746
- <MESSAGE value="Handle vanilla configs too" />
747
- <MESSAGE value="Test formatting precommit hook" />
748
- <MESSAGE value="Add license" />
749
- <MESSAGE value="Update readme to mention umu-run dependency" />
750
- <MESSAGE value="Tracking was broken" />
751
- <MESSAGE value="Rename Classes file to classes" />
752
- <MESSAGE value="Make tracking DB more readable" />
753
- <MESSAGE value="Handle missing DB_DIR" />
754
- <MESSAGE value="Support multiple proton directories" />
755
- <MESSAGE value="Add UMU_PROTON_DIR config key" />
756
- <MESSAGE value="Rename DB methods&#10;Rename variables for consistency&#10;Use dataclasses to group data better&#10;Add full support for multiple proton directories" />
757
804
  <MESSAGE value="shorter" />
758
805
  <MESSAGE value="Add some comments, rename a DB method" />
759
806
  <MESSAGE value="Move src code to src directory" />
@@ -764,13 +811,21 @@
764
811
  <MESSAGE value="Fix documentation" />
765
812
  <MESSAGE value="Add messages for some tests" />
766
813
  <MESSAGE value="Preparations for building" />
767
- <option name="LAST_COMMIT_MESSAGE" value="Preparations for building" />
768
- </component>
769
- <component name="XDebuggerManager">
770
- <watches-manager>
771
- <configuration name="PythonConfigurationType">
772
- <watch expression="cls._conf" language="Python" />
773
- </configuration>
774
- </watches-manager>
814
+ <MESSAGE value="Break off configuration" />
815
+ <MESSAGE value="Rework DB" />
816
+ <MESSAGE value="Create convenience classes" />
817
+ <MESSAGE value="Cleanup return codes and config/db handling" />
818
+ <MESSAGE value="Improvements to proton handling methods" />
819
+ <MESSAGE value="Use tomli-w&#10;Improvements to umu config creation" />
820
+ <MESSAGE value="Cleanup" />
821
+ <MESSAGE value="Tests" />
822
+ <MESSAGE value="Formatting" />
823
+ <MESSAGE value="1.5.1" />
824
+ <MESSAGE value="Improve config handling" />
825
+ <MESSAGE value="Update documentation" />
826
+ <MESSAGE value="1.5.2" />
827
+ <MESSAGE value="made typo." />
828
+ <MESSAGE value="1.5.3" />
829
+ <option name="LAST_COMMIT_MESSAGE" value="1.5.3" />
775
830
  </component>
776
831
  </project>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umu-commander
3
- Version: 1.5.2
3
+ Version: 1.5.4
4
4
  Summary: umu-commander is an interactive CLI tool to help you manage umu.
5
5
  Project-URL: Homepage, https://github.com/Mpaxlamitsounas/umu-commander
6
6
  Project-URL: Issues, https://github.com/Mpaxlamitsounas/umu-commander/issues
@@ -11,6 +11,7 @@ Keywords: umu
11
11
  Classifier: Operating System :: POSIX :: Linux
12
12
  Classifier: Programming Language :: Python :: 3
13
13
  Requires-Python: >=3.12
14
+ Requires-Dist: tomli-w
14
15
  Description-Content-Type: text/markdown
15
16
 
16
17
  ## umu-commander
@@ -48,4 +49,11 @@ umu-commander needs one of the following verbs specified after the executable na
48
49
  * This is NOT equivalent to `umu-run --config <config_name>`, as vanilla umu configs do not support setting environment variables as of 07/2025.
49
50
 
50
51
  ### Installation/Usage
51
- Add umu-run to your PATH and then install with pipx by running `pipx install umu-commander`. After that you can invoke umu-commander by running `umu-commander <verb>`.
52
+ Add umu-run to your PATH and then install with pipx by running `pipx install umu-commander`. After that you can invoke umu-commander by running `umu-commander <verb>`.
53
+
54
+ ### Return codes
55
+ | Number | Name | Description |
56
+ |:-------|:------------------|:----------------------------------------------------------------|
57
+ | 0 | SUCCESS | Program executed as intended. |
58
+ | 1 | READING_ERROR | Failed to parse a file and could not recover. |
59
+ | 2 | INVALID_SELECTION | User selected an invalid verb or there are no valid selections. |
@@ -33,4 +33,11 @@ umu-commander needs one of the following verbs specified after the executable na
33
33
  * This is NOT equivalent to `umu-run --config <config_name>`, as vanilla umu configs do not support setting environment variables as of 07/2025.
34
34
 
35
35
  ### Installation/Usage
36
- Add umu-run to your PATH and then install with pipx by running `pipx install umu-commander`. After that you can invoke umu-commander by running `umu-commander <verb>`.
36
+ Add umu-run to your PATH and then install with pipx by running `pipx install umu-commander`. After that you can invoke umu-commander by running `umu-commander <verb>`.
37
+
38
+ ### Return codes
39
+ | Number | Name | Description |
40
+ |:-------|:------------------|:----------------------------------------------------------------|
41
+ | 0 | SUCCESS | Program executed as intended. |
42
+ | 1 | READING_ERROR | Failed to parse a file and could not recover. |
43
+ | 2 | INVALID_SELECTION | User selected an invalid verb or there are no valid selections. |
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "umu-commander"
7
- version = "1.5.2"
7
+ version = "1.5.4"
8
8
  authors = [
9
9
  { name="Mpaxlamitsounas", email="worldstudy123@gmail.com" },
10
10
  ]
@@ -15,7 +15,7 @@ classifiers = [
15
15
  "Programming Language :: Python :: 3",
16
16
  "Operating System :: POSIX :: Linux",
17
17
  ]
18
- dependendies =[
18
+ dependencies =[
19
19
  "tomli-w"
20
20
  ]
21
21
 
@@ -36,7 +36,7 @@ def main() -> ExitCode:
36
36
 
37
37
  if len(sys.argv) == 1:
38
38
  print_help()
39
- return ExitCode.SUCCESS
39
+ return ExitCode.SUCCESS.value
40
40
 
41
41
  verb: str = sys.argv[1]
42
42
  match verb:
@@ -55,14 +55,14 @@ def main() -> ExitCode:
55
55
  case _:
56
56
  print("Invalid verb.")
57
57
  print_help()
58
- return ExitCode.INVALID_SELECTION
58
+ return ExitCode.INVALID_SELECTION.value
59
59
 
60
60
  tracking.untrack_unlinked()
61
61
  db.dump()
62
62
  config.dump()
63
63
 
64
- return ExitCode.SUCCESS
64
+ return ExitCode.SUCCESS.value
65
65
 
66
66
 
67
67
  if __name__ == "__main__":
68
- exit(main().value)
68
+ exit(main())
@@ -58,7 +58,7 @@ def get_selection(
58
58
  ) -> Element:
59
59
  if not _selection_set_valid(selection_elements, selection_groups):
60
60
  print("Nothing to select from.")
61
- exit(ExitCode.INVALID_SELECTION)
61
+ exit(ExitCode.INVALID_SELECTION.value)
62
62
 
63
63
  if selection_groups is None:
64
64
  selection_groups = []
File without changes
File without changes