sparclclient 1.2.2b9__py2.py3-none-any.whl → 1.2.2b10__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 +1 -1
- {sparclclient-1.2.2b9.dist-info → sparclclient-1.2.2b10.dist-info}/METADATA +1 -1
- {sparclclient-1.2.2b9.dist-info → sparclclient-1.2.2b10.dist-info}/RECORD +6 -6
- {sparclclient-1.2.2b9.dist-info → sparclclient-1.2.2b10.dist-info}/LICENSE +0 -0
- {sparclclient-1.2.2b9.dist-info → sparclclient-1.2.2b10.dist-info}/WHEEL +0 -0
sparcl/__init__.py
CHANGED
sparcl/client.py
CHANGED
|
@@ -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(
|
|
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
|
sparcl/Results.py,sha256=YFh7HmiAfjxQv1y55OHhXsJbpKBh7mn92zPJZ56gJxw,8477
|
|
2
|
-
sparcl/__init__.py,sha256=
|
|
3
|
-
sparcl/client.py,sha256=
|
|
2
|
+
sparcl/__init__.py,sha256=faXU81TTMWX4deehOfYWi9N0SChnm7Kpbw91TuoIJsI,1033
|
|
3
|
+
sparcl/client.py,sha256=GJR9eB9LqQ0zYw0ertjh5yh-dIGOP0svNm4R0MdhxfY,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.2b10.dist-info/LICENSE,sha256=y10EluGMCzGs9X4oYCYyix3l6u-lawB_vlGR8qe442Q,1576
|
|
17
|
+
sparclclient-1.2.2b10.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
|
18
|
+
sparclclient-1.2.2b10.dist-info/METADATA,sha256=0LHoWuKG9Y-AimI-BI-tz7FZ_9PpUN-jHirsbCiBHbk,567
|
|
19
|
+
sparclclient-1.2.2b10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|