sparclclient 1.2.2b9__py2.py3-none-any.whl → 1.2.2b11__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
@@ -31,4 +31,4 @@ __all__ = ["client", "align_records"]
31
31
  # __version__ = "1.2.1b3"
32
32
  # __version__ = "1.2.1"
33
33
  # FIRST uncommented value will be used! (so only leave one uncommented)
34
- __version__ = "1.2.2b9"
34
+ __version__ = "1.2.2b11"
sparcl/client.py CHANGED
@@ -163,7 +163,7 @@ class SparclClient: # was SparclApi()
163
163
 
164
164
  """
165
165
 
166
- KNOWN_GOOD_API_VERSION = 11.0 # @@@ Change when Server version incremented
166
+ KNOWN_GOOD_API_VERSION = 12.0 # @@@ Change when Server version incremented
167
167
 
168
168
  def __init__(
169
169
  self,
@@ -468,7 +468,7 @@ class SparclClient: # was SparclApi()
468
468
  Example:
469
469
  >>> client = SparclClient()
470
470
  >>> client.version
471
- 11.0
471
+ 12.0
472
472
  """
473
473
 
474
474
  if self.apiversion is None:
@@ -658,7 +658,7 @@ class SparclClient: # was SparclApi()
658
658
  are NOT stored in the SPARCL database.
659
659
 
660
660
  Example:
661
- >>> client = SparclClient(url=_DEV)
661
+ >>> client = SparclClient()
662
662
  >>> found = client.find(outfields=['specid'], limit=2)
663
663
  >>> specids = [f.specid for f in found.records]
664
664
  >>> client.missing_specids(specids + ['bad_id'])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sparclclient
3
- Version: 1.2.2b9
3
+ Version: 1.2.2b11
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
@@ -1,6 +1,6 @@
1
1
  sparcl/Results.py,sha256=YFh7HmiAfjxQv1y55OHhXsJbpKBh7mn92zPJZ56gJxw,8477
2
- sparcl/__init__.py,sha256=qlbzgeg7MW7V1AS8AuIq8lDNxxVCCBgE-T8BBAYki6o,1032
3
- sparcl/client.py,sha256=nDp3c950b0sRiXYHxphFYg08lCAdhuV0v5TtNXILaWY,36177
2
+ sparcl/__init__.py,sha256=403fU7tHhPK0zdJ8QyGbVKernTDXgpstKLV2dXiFl3o,1033
3
+ sparcl/client.py,sha256=aPQMozJ0ufcGCt2Z5jGY6NAXWLuVUFLh4BJyCViW5vs,36169
4
4
  sparcl/conf.py,sha256=GFNDelaiVIAkjNjvFlG7HAlPpU39nqZmTPohQGmOcgI,928
5
5
  sparcl/exceptions.py,sha256=ODtoGCi1HI4xwXBbbLT-gQqd9Jjb_8TmVj-Jz_b1tg4,4040
6
6
  sparcl/fields.py,sha256=NZUBqDidpbXfeX5F4b306F323xZY2CRIx8eVv-HWTVU,5127
@@ -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.2b9.dist-info/LICENSE,sha256=y10EluGMCzGs9X4oYCYyix3l6u-lawB_vlGR8qe442Q,1576
17
- sparclclient-1.2.2b9.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
18
- sparclclient-1.2.2b9.dist-info/METADATA,sha256=n0BC8xbYTb6i03O9Ko4ktRjPQz62Q7gdnpvG-pue3-4,566
19
- sparclclient-1.2.2b9.dist-info/RECORD,,
16
+ sparclclient-1.2.2b11.dist-info/LICENSE,sha256=y10EluGMCzGs9X4oYCYyix3l6u-lawB_vlGR8qe442Q,1576
17
+ sparclclient-1.2.2b11.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
18
+ sparclclient-1.2.2b11.dist-info/METADATA,sha256=fEDsryziN_E0BWKmJ9yjvIFCw2A8VrnMVOfNk6i-9_I,567
19
+ sparclclient-1.2.2b11.dist-info/RECORD,,