sparclclient 1.2.2b10__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 +1 -1
- sparcl/client.py +2 -2
- {sparclclient-1.2.2b10.dist-info → sparclclient-1.2.2b11.dist-info}/METADATA +1 -1
- {sparclclient-1.2.2b10.dist-info → sparclclient-1.2.2b11.dist-info}/RECORD +6 -6
- {sparclclient-1.2.2b10.dist-info → sparclclient-1.2.2b11.dist-info}/LICENSE +0 -0
- {sparclclient-1.2.2b10.dist-info → sparclclient-1.2.2b11.dist-info}/WHEEL +0 -0
sparcl/__init__.py
CHANGED
sparcl/client.py
CHANGED
|
@@ -163,7 +163,7 @@ class SparclClient: # was SparclApi()
|
|
|
163
163
|
|
|
164
164
|
"""
|
|
165
165
|
|
|
166
|
-
KNOWN_GOOD_API_VERSION =
|
|
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
|
-
|
|
471
|
+
12.0
|
|
472
472
|
"""
|
|
473
473
|
|
|
474
474
|
if self.apiversion is None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
sparcl/Results.py,sha256=YFh7HmiAfjxQv1y55OHhXsJbpKBh7mn92zPJZ56gJxw,8477
|
|
2
|
-
sparcl/__init__.py,sha256=
|
|
3
|
-
sparcl/client.py,sha256=
|
|
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.
|
|
17
|
-
sparclclient-1.2.
|
|
18
|
-
sparclclient-1.2.
|
|
19
|
-
sparclclient-1.2.
|
|
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,,
|
|
File without changes
|
|
File without changes
|