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.
- {starbash-0.3.6 → starbash-0.3.7}/PKG-INFO +1 -1
- {starbash-0.3.6 → starbash-0.3.7}/pyproject.toml +1 -1
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/starnet.py +9 -2
- {starbash-0.3.6 → starbash-0.3.7}/LICENSE +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/README.md +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/aliases.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/analytics.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/app.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/check.png +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/favicon.ico +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/icon.png +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/icon.svg +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/assets/starbash.desktop.in +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/check_version.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/gui.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/info.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/process.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/publish.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/repo.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/select.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/commands/user.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/database.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/defaults/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/defaults/starbash.toml +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/doit.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/doit_types.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/dwarf3.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/events.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/exception.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/filtering.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/fits.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/interaction.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/linux.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/main.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/os.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/parameters.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/paths.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/preferences.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/processed_target.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/processing.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/processing_like.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/publish/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/publish/credentials.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/publish/github.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/publish/github_publish.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/publish/github_service.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/recipes/README.md +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/recipes/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/recipes/crop.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/recipes/osc.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/recipes/report_registration.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/report.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/rich.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/run_state.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/safety.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/score.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/selection.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/sim_siril/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/sim_siril/connection.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/sim_siril/enums.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/sim_siril/utility.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/siril/import_registration.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/stage_utils.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/stages.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/repo/master.toml +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/repo/processed.toml +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/Gemfile +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/README.md.jinja +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/_config.yml +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/default.html +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/index.md.jinja +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/report/target.md.jinja +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/target/master.toml +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/target/processed/about.toml +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/target/processed/main.toml +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/target/processed/sessions.toml +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/templates/userconfig.toml +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/toml.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/base.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/context.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/graxpert.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/python.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/rcastro.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/tool/siril.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/cli.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/cli_events.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/app.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/bridge.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/desktop.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/interaction.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/jobs.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/launcher.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/main_window.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/models.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/base.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/dashboard.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/masters.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/processing.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/publish.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/repositories.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/sessions.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/settings.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/targets.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/pages/wizard.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/services.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/theme.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/__init__.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/busy_indicator.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/file_links.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/github_login.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/hover_preview.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/image_viewer.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/log_view.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/master_picker.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/selection_panel.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/stat_card.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/widgets/tool_warning.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/ui/qt/workers.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/url.py +0 -0
- {starbash-0.3.6 → starbash-0.3.7}/src/starbash/windows.py +0 -0
|
@@ -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
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|