starbash 0.3.6__tar.gz → 0.3.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.
Files changed (129) hide show
  1. {starbash-0.3.6 → starbash-0.3.7}/PKG-INFO +1 -1
  2. {starbash-0.3.6 → starbash-0.3.7}/pyproject.toml +1 -1
  3. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/starnet.py +9 -2
  4. {starbash-0.3.6 → starbash-0.3.7}/LICENSE +0 -0
  5. {starbash-0.3.6 → starbash-0.3.7}/README.md +0 -0
  6. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/__init__.py +0 -0
  7. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/aliases.py +0 -0
  8. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/analytics.py +0 -0
  9. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/app.py +0 -0
  10. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/__init__.py +0 -0
  11. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/check.png +0 -0
  12. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/favicon.ico +0 -0
  13. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/icon.png +0 -0
  14. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/icon.svg +0 -0
  15. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/starbash.desktop.in +0 -0
  16. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/check_version.py +0 -0
  17. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/__init__.py +0 -0
  18. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/gui.py +0 -0
  19. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/info.py +0 -0
  20. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/process.py +0 -0
  21. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/publish.py +0 -0
  22. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/repo.py +0 -0
  23. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/select.py +0 -0
  24. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/user.py +0 -0
  25. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/database.py +0 -0
  26. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/defaults/__init__.py +0 -0
  27. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/defaults/starbash.toml +0 -0
  28. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/doit.py +0 -0
  29. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/doit_types.py +0 -0
  30. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/dwarf3.py +0 -0
  31. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/events.py +0 -0
  32. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/exception.py +0 -0
  33. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/filtering.py +0 -0
  34. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/fits.py +0 -0
  35. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/interaction.py +0 -0
  36. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/linux.py +0 -0
  37. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/main.py +0 -0
  38. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/os.py +0 -0
  39. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/parameters.py +0 -0
  40. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/paths.py +0 -0
  41. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/preferences.py +0 -0
  42. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/processed_target.py +0 -0
  43. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/processing.py +0 -0
  44. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/processing_like.py +0 -0
  45. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/publish/__init__.py +0 -0
  46. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/publish/credentials.py +0 -0
  47. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/publish/github.py +0 -0
  48. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/publish/github_publish.py +0 -0
  49. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/publish/github_service.py +0 -0
  50. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/recipes/README.md +0 -0
  51. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/recipes/__init__.py +0 -0
  52. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/recipes/crop.py +0 -0
  53. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/recipes/osc.py +0 -0
  54. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/recipes/report_registration.py +0 -0
  55. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/report.py +0 -0
  56. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/rich.py +0 -0
  57. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/run_state.py +0 -0
  58. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/safety.py +0 -0
  59. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/score.py +0 -0
  60. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/selection.py +0 -0
  61. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/sim_siril/__init__.py +0 -0
  62. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/sim_siril/connection.py +0 -0
  63. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/sim_siril/enums.py +0 -0
  64. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/sim_siril/utility.py +0 -0
  65. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/siril/import_registration.py +0 -0
  66. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/stage_utils.py +0 -0
  67. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/stages.py +0 -0
  68. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/__init__.py +0 -0
  69. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/repo/master.toml +0 -0
  70. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/repo/processed.toml +0 -0
  71. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/Gemfile +0 -0
  72. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/README.md.jinja +0 -0
  73. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/__init__.py +0 -0
  74. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/_config.yml +0 -0
  75. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/default.html +0 -0
  76. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/index.md.jinja +0 -0
  77. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/target.md.jinja +0 -0
  78. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/target/master.toml +0 -0
  79. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/target/processed/about.toml +0 -0
  80. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/target/processed/main.toml +0 -0
  81. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/target/processed/sessions.toml +0 -0
  82. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/userconfig.toml +0 -0
  83. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/toml.py +0 -0
  84. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/__init__.py +0 -0
  85. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/base.py +0 -0
  86. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/context.py +0 -0
  87. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/graxpert.py +0 -0
  88. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/python.py +0 -0
  89. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/rcastro.py +0 -0
  90. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/siril.py +0 -0
  91. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/__init__.py +0 -0
  92. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/cli.py +0 -0
  93. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/cli_events.py +0 -0
  94. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/__init__.py +0 -0
  95. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/app.py +0 -0
  96. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/bridge.py +0 -0
  97. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/desktop.py +0 -0
  98. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/interaction.py +0 -0
  99. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/jobs.py +0 -0
  100. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/launcher.py +0 -0
  101. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/main_window.py +0 -0
  102. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/models.py +0 -0
  103. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/__init__.py +0 -0
  104. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/base.py +0 -0
  105. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/dashboard.py +0 -0
  106. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/masters.py +0 -0
  107. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/processing.py +0 -0
  108. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/publish.py +0 -0
  109. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/repositories.py +0 -0
  110. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/sessions.py +0 -0
  111. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/settings.py +0 -0
  112. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/targets.py +0 -0
  113. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/wizard.py +0 -0
  114. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/services.py +0 -0
  115. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/theme.py +0 -0
  116. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/__init__.py +0 -0
  117. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/busy_indicator.py +0 -0
  118. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/file_links.py +0 -0
  119. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/github_login.py +0 -0
  120. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/hover_preview.py +0 -0
  121. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/image_viewer.py +0 -0
  122. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/log_view.py +0 -0
  123. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/master_picker.py +0 -0
  124. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/selection_panel.py +0 -0
  125. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/stat_card.py +0 -0
  126. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/tool_warning.py +0 -0
  127. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/workers.py +0 -0
  128. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/url.py +0 -0
  129. {starbash-0.3.6 → starbash-0.3.7}/src/starbash/windows.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: starbash
3
- Version: 0.3.6
3
+ Version: 0.3.7
4
4
  Summary: A tool for automating/standardizing/sharing astrophotography workflows.
5
5
  License-File: LICENSE
6
6
  Author: Kevin Hester
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "starbash"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  description = "A tool for automating/standardizing/sharing astrophotography workflows."
5
5
  authors = ["Kevin Hester <kevinh@geeksville.com>"]
6
6
  readme = "README.md"
@@ -66,8 +66,15 @@ class StarnetTool(SirilTool):
66
66
 
67
67
  @staticmethod
68
68
  def _siril_config_dir() -> Path:
69
- """Location of the config directory of a natively installed Siril (OS-appropriate)."""
70
- return Path(PlatformDirs("siril").user_config_dir)
69
+ """Location of the config directory of a natively installed Siril (OS-appropriate).
70
+
71
+ ``appauthor=False`` matters on Windows: platformdirs appends the app author
72
+ (which defaults to the app name) *and* the app name, so ``PlatformDirs("siril")``
73
+ would resolve to ``AppData\\Local\\siril\\siril``. Siril keeps its config in
74
+ ``AppData\\Local\\siril`` (single level), so the author directory is dropped.
75
+ On Linux/macOS ``appauthor`` is ignored, so this is safe everywhere.
76
+ """
77
+ return Path(PlatformDirs("siril", appauthor=False).user_config_dir)
71
78
 
72
79
  @staticmethod
73
80
  def _siril_flatpak_config_dir() -> Path:
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes