umu-commander 1.5.5__tar.gz → 1.5.7__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 (38) hide show
  1. umu_commander-1.5.7/.idea/jsonSchemas.xml +27 -0
  2. umu_commander-1.5.7/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]1/shelved.patch +12 -0
  3. umu_commander-1.5.7/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml +4 -0
  4. umu_commander-1.5.7/.idea/shelf/Uncommitted_changes_before_rebase__Changes_1.xml +4 -0
  5. {umu_commander-1.5.5 → umu_commander-1.5.7}/.idea/workspace.xml +296 -266
  6. umu_commander-1.5.7/PKG-INFO +61 -0
  7. umu_commander-1.5.7/README.md +45 -0
  8. {umu_commander-1.5.5 → umu_commander-1.5.7}/pyproject.toml +5 -2
  9. umu_commander-1.5.7/src/umu_commander/__init__.py +1 -0
  10. umu_commander-1.5.7/src/umu_commander/__main__.py +71 -0
  11. {umu_commander-1.5.5 → umu_commander-1.5.7}/src/umu_commander/classes.py +1 -1
  12. {umu_commander-1.5.5 → umu_commander-1.5.7}/src/umu_commander/configuration.py +1 -5
  13. {umu_commander-1.5.5 → umu_commander-1.5.7}/src/umu_commander/database.py +3 -5
  14. {umu_commander-1.5.5 → umu_commander-1.5.7}/src/umu_commander/proton.py +2 -2
  15. {umu_commander-1.5.5 → umu_commander-1.5.7}/src/umu_commander/tracking.py +7 -2
  16. {umu_commander-1.5.5 → umu_commander-1.5.7}/src/umu_commander/umu_config.py +0 -1
  17. {umu_commander-1.5.5 → umu_commander-1.5.7}/src/umu_commander/util.py +11 -0
  18. {umu_commander-1.5.5 → umu_commander-1.5.7}/tests/test_db.py +5 -2
  19. {umu_commander-1.5.5 → umu_commander-1.5.7}/tests/test_tracking.py +0 -1
  20. umu_commander-1.5.5/PKG-INFO +0 -59
  21. umu_commander-1.5.5/README.md +0 -43
  22. umu_commander-1.5.5/src/umu_commander/__init__.py +0 -0
  23. umu_commander-1.5.5/src/umu_commander/main.py +0 -68
  24. {umu_commander-1.5.5 → umu_commander-1.5.7}/.gitignore +0 -0
  25. {umu_commander-1.5.5 → umu_commander-1.5.7}/.idea/.gitignore +0 -0
  26. {umu_commander-1.5.5 → umu_commander-1.5.7}/.idea/inspectionProfiles/Project_Default.xml +0 -0
  27. {umu_commander-1.5.5 → umu_commander-1.5.7}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  28. {umu_commander-1.5.5 → umu_commander-1.5.7}/.idea/misc.xml +0 -0
  29. {umu_commander-1.5.5 → umu_commander-1.5.7}/.idea/modules.xml +0 -0
  30. {umu_commander-1.5.5 → umu_commander-1.5.7}/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch +0 -0
  31. {umu_commander-1.5.5 → umu_commander-1.5.7}/.idea/umu-commander.iml +0 -0
  32. {umu_commander-1.5.5 → umu_commander-1.5.7}/.idea/vcs.xml +0 -0
  33. {umu_commander-1.5.5 → umu_commander-1.5.7}/LICENSE.txt +0 -0
  34. {umu_commander-1.5.5 → umu_commander-1.5.7}/example_config.toml +0 -0
  35. {umu_commander-1.5.5 → umu_commander-1.5.7}/tests/__init__.py +0 -0
  36. {umu_commander-1.5.5 → umu_commander-1.5.7}/tests/test_config.py +0 -0
  37. {umu_commander-1.5.5 → umu_commander-1.5.7}/tests/test_manual.py +0 -0
  38. {umu_commander-1.5.5 → umu_commander-1.5.7}/tests/test_proton.py +0 -0
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="JsonSchemaMappingsProjectConfiguration">
4
+ <state>
5
+ <map>
6
+ <entry key="No JSON schema">
7
+ <value>
8
+ <SchemaInfo>
9
+ <option name="ignoredFile" value="true" />
10
+ <option name="name" value="No JSON schema" />
11
+ <option name="relativePathToSchema" value="" />
12
+ <option name="applicationDefined" value="true" />
13
+ <option name="patterns">
14
+ <list>
15
+ <Item>
16
+ <option name="path" value="file://$PROJECT_DIR$/pyproject.toml" />
17
+ </Item>
18
+ </list>
19
+ </option>
20
+ <option name="isIgnoredFile" value="true" />
21
+ </SchemaInfo>
22
+ </value>
23
+ </entry>
24
+ </map>
25
+ </state>
26
+ </component>
27
+ </project>
@@ -0,0 +1,12 @@
1
+ Index: src/umu_commander/__init__.py
2
+ IDEA additional info:
3
+ Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP
4
+ <+>VERSION = \"v1.5.6\"\n
5
+ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
6
+ <+>UTF-8
7
+ ===================================================================
8
+ diff --git a/src/umu_commander/__init__.py b/src/umu_commander/__init__.py
9
+ --- a/src/umu_commander/__init__.py (revision ebc968e623b6ee38499de12ff2a04c4bf2311db2)
10
+ +++ b/src/umu_commander/__init__.py (date 1754484120387)
11
+ @@ -1,1 +1,0 @@
12
+ -VERSION = "v1.5.6"
@@ -0,0 +1,4 @@
1
+ <changelist name="Uncommitted_changes_before_rebase_[Changes]" date="1754468467307" recycled="true" deleted="true">
2
+ <option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch" />
3
+ <option name="DESCRIPTION" value="Uncommitted changes before rebase [Changes]" />
4
+ </changelist>
@@ -0,0 +1,4 @@
1
+ <changelist name="Uncommitted_changes_before_rebase_[Changes]1" date="1754484165593" recycled="true" deleted="true">
2
+ <option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]1/shelved.patch" />
3
+ <option name="DESCRIPTION" value="Uncommitted changes before rebase [Changes]" />
4
+ </changelist>