starbash 0.2.3__tar.gz → 0.2.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.
- {starbash-0.2.3 → starbash-0.2.4}/PKG-INFO +2 -2
- {starbash-0.2.3 → starbash-0.2.4}/pyproject.toml +2 -2
- {starbash-0.2.3 → starbash-0.2.4}/LICENSE +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/README.md +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/repo/__init__.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/repo/http_client.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/repo/manager.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/repo/repo.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/__init__.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/aliases.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/analytics.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/app.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/check_version.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/commands/__init__.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/commands/info.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/commands/process.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/commands/repo.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/commands/select.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/commands/user.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/database.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/defaults/__init__.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/defaults/starbash.toml +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/doit.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/doit_types.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/dwarf3.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/exception.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/filtering.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/icon.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/linux.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/main.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/os.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/parameters.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/paths.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/processed_target.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/processing.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/processing_like.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/recipes/README.md +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/recipes/__init__.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/recipes/osc.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/rich.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/safety.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/score.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/selection.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/sim_siril/__init__.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/sim_siril/connection.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/sim_siril/enums.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/sim_siril/utility.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/stage_utils.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/stages.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/templates/__init__.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/templates/repo/master.toml +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/templates/repo/processed.toml +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/templates/target/master.toml +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/templates/target/processed.toml +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/templates/userconfig.toml +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/toml.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/tool/__init__.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/tool/base.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/tool/context.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/tool/graxpert.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/tool/python.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/tool/siril.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/ui/main.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/url.py +0 -0
- {starbash-0.2.3 → starbash-0.2.4}/src/starbash/windows.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: starbash
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: A tool for automating/standardizing/sharing astrophotography workflows.
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Author: Kevin Hester
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.14
|
|
13
13
|
Requires-Dist: astropy (>=7.1.1,<8.0.0)
|
|
14
14
|
Requires-Dist: doit (>=0.36.0,<0.37.0)
|
|
15
|
-
Requires-Dist: graxpert[cpuonly] (>=3.2.
|
|
15
|
+
Requires-Dist: graxpert[cpuonly] (>=3.2.0a2,<4.0.0)
|
|
16
16
|
Requires-Dist: multidict (>=6.7.0,<7.0.0)
|
|
17
17
|
Requires-Dist: platformdirs (>=4.5.0,<5.0.0)
|
|
18
18
|
Requires-Dist: requests-cache (>=1.2.1,<2.0.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "starbash"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.4"
|
|
4
4
|
description = "A tool for automating/standardizing/sharing astrophotography workflows."
|
|
5
5
|
authors = ["Kevin Hester <kevinh@geeksville.com>"]
|
|
6
6
|
readme = "README.md"
|
|
@@ -29,7 +29,7 @@ textual = "^6.8.0"
|
|
|
29
29
|
|
|
30
30
|
# Note: to use graxpert from the local tree rather than pypi use:
|
|
31
31
|
# graxpert = {path = "GraXpert", extras = ["cpuonly"], develop = true}
|
|
32
|
-
graxpert = {version = "^3.2.
|
|
32
|
+
graxpert = {version = "^3.2.0a2", extras = ["cpuonly"]}
|
|
33
33
|
|
|
34
34
|
# The following two libs are only needed for the experiment of running siril scripts directly...
|
|
35
35
|
# experimenting with siril-scripts/processing/VeraLux_HyperMetric_Stretch.py
|
|
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
|