sdss-almanac 0.2.1__py3-none-any.whl → 0.2.3__py3-none-any.whl
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.
- almanac/__init__.py +1 -1
- {sdss_almanac-0.2.1.dist-info → sdss_almanac-0.2.3.dist-info}/METADATA +3 -2
- {sdss_almanac-0.2.1.dist-info → sdss_almanac-0.2.3.dist-info}/RECORD +7 -7
- {sdss_almanac-0.2.1.dist-info → sdss_almanac-0.2.3.dist-info}/WHEEL +0 -0
- {sdss_almanac-0.2.1.dist-info → sdss_almanac-0.2.3.dist-info}/entry_points.txt +0 -0
- {sdss_almanac-0.2.1.dist-info → sdss_almanac-0.2.3.dist-info}/licenses/LICENSE.md +0 -0
- {sdss_almanac-0.2.1.dist-info → sdss_almanac-0.2.3.dist-info}/top_level.txt +0 -0
almanac/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: sdss-almanac
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.3
|
4
4
|
Summary: Everything we've got
|
5
5
|
Author-email: Andy Casey <andrew.casey@monash.edu>
|
6
6
|
License: BSD 3-Clause License
|
@@ -29,6 +29,7 @@ Requires-Dist: pydl
|
|
29
29
|
Requires-Dist: sdssdb
|
30
30
|
Requires-Dist: colorlog
|
31
31
|
Requires-Dist: rich
|
32
|
+
Requires-Dist: pydantic
|
32
33
|
Provides-Extra: dev
|
33
34
|
Requires-Dist: ipython>=7.9.0; extra == "dev"
|
34
35
|
Requires-Dist: matplotlib>=3.1.1; extra == "dev"
|
@@ -109,7 +110,7 @@ module load almanac
|
|
109
110
|
|
110
111
|
We recommend using `uv` to manage Python environments. Using `uv`, you can install `almanac` with:
|
111
112
|
```bash
|
112
|
-
uv
|
113
|
+
uv add sdss-almanac
|
113
114
|
```
|
114
115
|
|
115
116
|
## Usage
|
@@ -1,4 +1,4 @@
|
|
1
|
-
almanac/__init__.py,sha256=
|
1
|
+
almanac/__init__.py,sha256=yQoPQQyhpEEb8QtHT6p3BjdXROmzyYJJJ9ujBvUiytc,109
|
2
2
|
almanac/apogee.py,sha256=Q7juc7BJdnP56-4UZ4CSg6FCULr22KHinHly2d0KMt8,10390
|
3
3
|
almanac/cli.py,sha256=0xtRnSWMitKTNf5ZzZ86hnnShFMifoFtC_v_g41ZUfI,21311
|
4
4
|
almanac/config.py,sha256=5oRO-mrtaCKIcqGxcrfeNHZIjHkULDRrI_Bv1CU5uxE,3259
|
@@ -18,9 +18,9 @@ almanac/etc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
almanac/etc/bad_exposures.csv,sha256=VQQoq6uXDhnnIyp6vw0cfeTaoyNqPi5dW0MwfKsDRCk,25394
|
19
19
|
almanac/stash/data_models.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
almanac/stash/plugmap_models.py,sha256=8yxw6ZXuLP1ZdFuT7wCW_Z5JSJll4uymiIWRb6WvSOk,8973
|
21
|
-
sdss_almanac-0.2.
|
22
|
-
sdss_almanac-0.2.
|
23
|
-
sdss_almanac-0.2.
|
24
|
-
sdss_almanac-0.2.
|
25
|
-
sdss_almanac-0.2.
|
26
|
-
sdss_almanac-0.2.
|
21
|
+
sdss_almanac-0.2.3.dist-info/licenses/LICENSE.md,sha256=_7dAUQQ5Ph_x1hcFXhi9aHBcqq9H11zco12eO4B3Cyg,1504
|
22
|
+
sdss_almanac-0.2.3.dist-info/METADATA,sha256=DgQ3KTdQPoKA_4QCPbNvjBEfEjtXTpxikugo-4ZxjB4,6993
|
23
|
+
sdss_almanac-0.2.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
24
|
+
sdss_almanac-0.2.3.dist-info/entry_points.txt,sha256=5Obfm-uaVxE3RnRm2W7dYaX_O_j5ggGvAW5UQG5AtuE,45
|
25
|
+
sdss_almanac-0.2.3.dist-info/top_level.txt,sha256=sWBGH9a-2-nFB2-rGqioyigbkcz14t1u8rqAs_RYe_w,8
|
26
|
+
sdss_almanac-0.2.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|