sparclclient 1.2.3b7__py2.py3-none-any.whl → 1.2.4b1__py2.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.
sparcl/__init__.py CHANGED
@@ -32,4 +32,5 @@ __all__ = ["client", "align_records"]
32
32
  # __version__ = "1.2.1"
33
33
  # FIRST uncommented value will be used! (so only leave one uncommented)
34
34
  #__version__ = "1.2.2"
35
- __version__ = "1.2.3b7"
35
+ #__version__ = "1.2.3"
36
+ __version__ = "1.2.4b1"
@@ -1,12 +1,12 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: sparclclient
3
- Version: 1.2.3b7
3
+ Version: 1.2.4b1
4
4
  Summary: A client for getting spectra and meta-data from NOIRLab.
5
5
  Author-email: "S. Pothier" <datalab-spectro@noirlab.edu>
6
6
  Description-Content-Type: text/markdown
7
7
  Classifier: License :: OSI Approved :: MIT License
8
8
  Requires-Dist: requests==2.31.0
9
- Requires-Dist: numpy>=1.23.5,<1.26.2
9
+ Requires-Dist: numpy>=1.23.5,<1.26.4
10
10
  Requires-Dist: spectres
11
11
  Requires-Dist: pyjwt
12
12
  Project-URL: Bug Tracker, https://github.com/pypa/sparclclient/issues
@@ -1,5 +1,5 @@
1
1
  sparcl/Results.py,sha256=YFh7HmiAfjxQv1y55OHhXsJbpKBh7mn92zPJZ56gJxw,8477
2
- sparcl/__init__.py,sha256=Vg82GIjU9Xfs1ReDNmrD56Zm3BPTLIEmJULbnvUfMnE,1055
2
+ sparcl/__init__.py,sha256=nNSoti241thezSUlT0YcYpUUUhheVkvg4WVO8A1AHy4,1078
3
3
  sparcl/client.py,sha256=jQXbJGIxId2azVjzONrR3TiGEb1x1SEk5-sGgd-Bgdw,37772
4
4
  sparcl/conf.py,sha256=GFNDelaiVIAkjNjvFlG7HAlPpU39nqZmTPohQGmOcgI,928
5
5
  sparcl/exceptions.py,sha256=ODtoGCi1HI4xwXBbbLT-gQqd9Jjb_8TmVj-Jz_b1tg4,4040
@@ -13,7 +13,7 @@ sparcl/utils.py,sha256=pDAk9roe7ezfVohnKcLMxFjjXHkp7EQLbgVNe5sSTrk,6259
13
13
  sparcl/benchmarks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  sparcl/benchmarks/benchmarks.py,sha256=OmlSdnAPLmcvGXsr-HzGyfAAcnoqlO0JQ4EIA7JGhZc,9424
15
15
  sparcl/notebooks/sparcl-examples.ipynb,sha256=gEwMKI1x7A1YsVeCsQn1QoMO0ZuIhMUAu3qedTiQ7hM,169268
16
- sparclclient-1.2.3b7.dist-info/LICENSE,sha256=y10EluGMCzGs9X4oYCYyix3l6u-lawB_vlGR8qe442Q,1576
17
- sparclclient-1.2.3b7.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
18
- sparclclient-1.2.3b7.dist-info/METADATA,sha256=x2rnfoUU6imhitRKTbvSGMn9QjwEMR0Cbft6WH8HzX0,680
19
- sparclclient-1.2.3b7.dist-info/RECORD,,
16
+ sparclclient-1.2.4b1.dist-info/LICENSE,sha256=y10EluGMCzGs9X4oYCYyix3l6u-lawB_vlGR8qe442Q,1576
17
+ sparclclient-1.2.4b1.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
18
+ sparclclient-1.2.4b1.dist-info/METADATA,sha256=8qGwnA3T3u8YuZXbHWylyHxYUStSYYS_U-6CsT5zaPM,680
19
+ sparclclient-1.2.4b1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.9.0
2
+ Generator: flit 3.10.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any