umu-commander 1.6.1__tar.gz → 1.6.2__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 (31) hide show
  1. {umu_commander-1.6.1 → umu_commander-1.6.2}/.idea/workspace.xml +45 -45
  2. {umu_commander-1.6.1 → umu_commander-1.6.2}/PKG-INFO +1 -1
  3. umu_commander-1.6.2/src/umu_commander/__init__.py +1 -0
  4. {umu_commander-1.6.1 → umu_commander-1.6.2}/src/umu_commander/umu_config.py +1 -1
  5. umu_commander-1.6.1/src/umu_commander/__init__.py +0 -1
  6. {umu_commander-1.6.1 → umu_commander-1.6.2}/.gitignore +0 -0
  7. {umu_commander-1.6.1 → umu_commander-1.6.2}/.idea/.gitignore +0 -0
  8. {umu_commander-1.6.1 → umu_commander-1.6.2}/.idea/inspectionProfiles/Project_Default.xml +0 -0
  9. {umu_commander-1.6.1 → umu_commander-1.6.2}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  10. {umu_commander-1.6.1 → umu_commander-1.6.2}/.idea/jsonSchemas.xml +0 -0
  11. {umu_commander-1.6.1 → umu_commander-1.6.2}/.idea/misc.xml +0 -0
  12. {umu_commander-1.6.1 → umu_commander-1.6.2}/.idea/modules.xml +0 -0
  13. {umu_commander-1.6.1 → umu_commander-1.6.2}/.idea/umu-commander.iml +0 -0
  14. {umu_commander-1.6.1 → umu_commander-1.6.2}/.idea/vcs.xml +0 -0
  15. {umu_commander-1.6.1 → umu_commander-1.6.2}/LICENSE.txt +0 -0
  16. {umu_commander-1.6.1 → umu_commander-1.6.2}/README.md +0 -0
  17. {umu_commander-1.6.1 → umu_commander-1.6.2}/example_config.toml +0 -0
  18. {umu_commander-1.6.1 → umu_commander-1.6.2}/pyproject.toml +0 -0
  19. {umu_commander-1.6.1 → umu_commander-1.6.2}/src/umu_commander/__main__.py +0 -0
  20. {umu_commander-1.6.1 → umu_commander-1.6.2}/src/umu_commander/classes.py +0 -0
  21. {umu_commander-1.6.1 → umu_commander-1.6.2}/src/umu_commander/configuration.py +0 -0
  22. {umu_commander-1.6.1 → umu_commander-1.6.2}/src/umu_commander/database.py +0 -0
  23. {umu_commander-1.6.1 → umu_commander-1.6.2}/src/umu_commander/proton.py +0 -0
  24. {umu_commander-1.6.1 → umu_commander-1.6.2}/src/umu_commander/tracking.py +0 -0
  25. {umu_commander-1.6.1 → umu_commander-1.6.2}/src/umu_commander/util.py +0 -0
  26. {umu_commander-1.6.1 → umu_commander-1.6.2}/tests/__init__.py +0 -0
  27. {umu_commander-1.6.1 → umu_commander-1.6.2}/tests/test_config.py +0 -0
  28. {umu_commander-1.6.1 → umu_commander-1.6.2}/tests/test_db.py +0 -0
  29. {umu_commander-1.6.1 → umu_commander-1.6.2}/tests/test_manual.py +0 -0
  30. {umu_commander-1.6.1 → umu_commander-1.6.2}/tests/test_proton.py +0 -0
  31. {umu_commander-1.6.1 → umu_commander-1.6.2}/tests/test_tracking.py +0 -0
@@ -52,52 +52,52 @@
52
52
  <option name="hideEmptyMiddlePackages" value="true" />
53
53
  <option name="showLibraryContents" value="true" />
54
54
  </component>
55
- <component name="PropertiesComponent"><![CDATA[{
56
- "keyToString": {
57
- "Python tests.Python tests for test_config.Config.executor": "Run",
58
- "Python tests.Python tests for test_config.Config.test_missing_config.executor": "Run",
59
- "Python tests.Python tests for test_db.DB.executor": "Run",
60
- "Python tests.Python tests for test_db.Database.executor": "Run",
61
- "Python tests.Python tests for test_db.Database.test_addition_removal.executor": "Run",
62
- "Python tests.Python tests for test_db.Database.test_missing_db.executor": "Run",
63
- "Python tests.Python tests for test_proton.Tracking.executor": "Run",
64
- "Python tests.Python tests for test_proton.Tracking.test_collect_proton_versions.executor": "Run",
65
- "Python tests.Python tests for test_tracking.Tracking.executor": "Run",
66
- "Python tests.Python tests for test_tracking.Tracking.test_track.executor": "Run",
67
- "Python tests.Python tests for test_tracking.Tracking.test_track_untrack.executor": "Run",
68
- "Python tests.Python tests for test_tracking.TrackingTest.executor": "Run",
69
- "Python tests.Python tests for test_tracking.TrackingTest.test_track.executor": "Run",
70
- "Python tests.Python tests for tests.test_db.DB.executor": "Run",
71
- "Python tests.Python tests for tests.test_db.DBTest.executor": "Run",
72
- "Python tests.Python tests for tests.test_db.DBTest.test_addition_removal.executor": "Run",
73
- "Python tests.Python tests for tests.test_db.DBTest.test_malformed_db.executor": "Run",
74
- "Python tests.Python tests for tests.test_db.DBTest.test_missing_db.executor": "Run",
75
- "Python tests.Python tests for tests.test_tracking.Tracking.executor": "Run",
76
- "Python tests.Python tests for tests.test_tracking.TrackingTest.executor": "Debug",
77
- "Python tests.Python tests for tests.test_tracking.TrackingTest.test_track.executor": "Run",
78
- "Python tests.Python tests in tests.executor": "Run",
79
- "Python tests.Run tests.executor": "Run",
80
- "Python.Build.executor": "Run",
81
- "Python.Module.executor": "Run",
82
- "Python.create.executor": "Run",
83
- "Python.delete.executor": "Run",
84
- "Python.manage.executor": "Run",
85
- "Python.run.executor": "Run",
86
- "Python.track.executor": "Run",
87
- "Python.umu-commander.executor": "Run",
88
- "Python.untrack.executor": "Run",
89
- "Python.users.executor": "Run",
90
- "RunOnceActivity.ShowReadmeOnStart": "true",
91
- "RunOnceActivity.git.unshallow": "true",
92
- "Shell Script.Build.executor": "Run",
93
- "Shell Script.Cleanup builds.executor": "Run",
94
- "Shell Script.Upload.executor": "Run",
95
- "git-widget-placeholder": "master",
96
- "last_opened_file_path": "/home/hiroshi/Code/Python/umu-commander/src/umu_commander",
97
- "run.code.analysis.last.selected.profile": "aDefault",
98
- "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
55
+ <component name="PropertiesComponent">{
56
+ &quot;keyToString&quot;: {
57
+ &quot;Python tests.Python tests for test_config.Config.executor&quot;: &quot;Run&quot;,
58
+ &quot;Python tests.Python tests for test_config.Config.test_missing_config.executor&quot;: &quot;Run&quot;,
59
+ &quot;Python tests.Python tests for test_db.DB.executor&quot;: &quot;Run&quot;,
60
+ &quot;Python tests.Python tests for test_db.Database.executor&quot;: &quot;Run&quot;,
61
+ &quot;Python tests.Python tests for test_db.Database.test_addition_removal.executor&quot;: &quot;Run&quot;,
62
+ &quot;Python tests.Python tests for test_db.Database.test_missing_db.executor&quot;: &quot;Run&quot;,
63
+ &quot;Python tests.Python tests for test_proton.Tracking.executor&quot;: &quot;Run&quot;,
64
+ &quot;Python tests.Python tests for test_proton.Tracking.test_collect_proton_versions.executor&quot;: &quot;Run&quot;,
65
+ &quot;Python tests.Python tests for test_tracking.Tracking.executor&quot;: &quot;Run&quot;,
66
+ &quot;Python tests.Python tests for test_tracking.Tracking.test_track.executor&quot;: &quot;Run&quot;,
67
+ &quot;Python tests.Python tests for test_tracking.Tracking.test_track_untrack.executor&quot;: &quot;Run&quot;,
68
+ &quot;Python tests.Python tests for test_tracking.TrackingTest.executor&quot;: &quot;Run&quot;,
69
+ &quot;Python tests.Python tests for test_tracking.TrackingTest.test_track.executor&quot;: &quot;Run&quot;,
70
+ &quot;Python tests.Python tests for tests.test_db.DB.executor&quot;: &quot;Run&quot;,
71
+ &quot;Python tests.Python tests for tests.test_db.DBTest.executor&quot;: &quot;Run&quot;,
72
+ &quot;Python tests.Python tests for tests.test_db.DBTest.test_addition_removal.executor&quot;: &quot;Run&quot;,
73
+ &quot;Python tests.Python tests for tests.test_db.DBTest.test_malformed_db.executor&quot;: &quot;Run&quot;,
74
+ &quot;Python tests.Python tests for tests.test_db.DBTest.test_missing_db.executor&quot;: &quot;Run&quot;,
75
+ &quot;Python tests.Python tests for tests.test_tracking.Tracking.executor&quot;: &quot;Run&quot;,
76
+ &quot;Python tests.Python tests for tests.test_tracking.TrackingTest.executor&quot;: &quot;Debug&quot;,
77
+ &quot;Python tests.Python tests for tests.test_tracking.TrackingTest.test_track.executor&quot;: &quot;Run&quot;,
78
+ &quot;Python tests.Python tests in tests.executor&quot;: &quot;Run&quot;,
79
+ &quot;Python tests.Run tests.executor&quot;: &quot;Run&quot;,
80
+ &quot;Python.Build.executor&quot;: &quot;Run&quot;,
81
+ &quot;Python.Module.executor&quot;: &quot;Run&quot;,
82
+ &quot;Python.create.executor&quot;: &quot;Run&quot;,
83
+ &quot;Python.delete.executor&quot;: &quot;Run&quot;,
84
+ &quot;Python.manage.executor&quot;: &quot;Run&quot;,
85
+ &quot;Python.run.executor&quot;: &quot;Run&quot;,
86
+ &quot;Python.track.executor&quot;: &quot;Run&quot;,
87
+ &quot;Python.umu-commander.executor&quot;: &quot;Run&quot;,
88
+ &quot;Python.untrack.executor&quot;: &quot;Run&quot;,
89
+ &quot;Python.users.executor&quot;: &quot;Run&quot;,
90
+ &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
91
+ &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
92
+ &quot;Shell Script.Build.executor&quot;: &quot;Run&quot;,
93
+ &quot;Shell Script.Cleanup builds.executor&quot;: &quot;Run&quot;,
94
+ &quot;Shell Script.Upload.executor&quot;: &quot;Run&quot;,
95
+ &quot;git-widget-placeholder&quot;: &quot;master&quot;,
96
+ &quot;last_opened_file_path&quot;: &quot;/home/hiroshi/Code/Python/umu-commander/src/umu_commander&quot;,
97
+ &quot;run.code.analysis.last.selected.profile&quot;: &quot;aDefault&quot;,
98
+ &quot;settings.editor.selected.configurable&quot;: &quot;com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable&quot;
99
99
  }
100
- }]]></component>
100
+ }</component>
101
101
  <component name="RecentsManager">
102
102
  <key name="CopyFile.RECENT_KEYS">
103
103
  <recent name="$PROJECT_DIR$/src/umu_commander" />
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umu-commander
3
- Version: 1.6.1
3
+ Version: 1.6.2
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
@@ -0,0 +1 @@
1
+ VERSION = "v1.6.2"
@@ -87,7 +87,7 @@ def create():
87
87
  lang_default: Value = string_to_value("Default")
88
88
  match get_selection(
89
89
  "Select locale:",
90
- strings_to_values([lang_default, "Japanese"]),
90
+ [lang_default, string_to_value("Japanese")],
91
91
  None,
92
92
  default_element=lang_default,
93
93
  ).value:
@@ -1 +0,0 @@
1
- VERSION = "v1.6.1"
File without changes
File without changes
File without changes