deeporigin-data-sdk 0.1.0a66__py3-none-any.whl → 0.1.0a68__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.
- deeporigin_data/_version.py +1 -1
- {deeporigin_data_sdk-0.1.0a66.dist-info → deeporigin_data_sdk-0.1.0a68.dist-info}/METADATA +3 -3
- {deeporigin_data_sdk-0.1.0a66.dist-info → deeporigin_data_sdk-0.1.0a68.dist-info}/RECORD +5 -5
- {deeporigin_data_sdk-0.1.0a66.dist-info → deeporigin_data_sdk-0.1.0a68.dist-info}/WHEEL +0 -0
- {deeporigin_data_sdk-0.1.0a66.dist-info → deeporigin_data_sdk-0.1.0a68.dist-info}/licenses/LICENSE +0 -0
deeporigin_data/_version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: deeporigin_data_sdk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a68
|
4
4
|
Summary: The official Python library for the deeporigin_data API
|
5
5
|
Project-URL: Homepage, https://github.com/deeporiginbio/deeporigin-data-sdk
|
6
6
|
Project-URL: Repository, https://github.com/deeporiginbio/deeporigin-data-sdk
|
@@ -31,7 +31,7 @@ Description-Content-Type: text/markdown
|
|
31
31
|
|
32
32
|
# Deeporigin Data Python API library
|
33
33
|
|
34
|
-
[](https://pypi.org/project/deeporigin_data_sdk/)
|
34
|
+
[>)](https://pypi.org/project/deeporigin_data_sdk/)
|
35
35
|
|
36
36
|
The Deeporigin Data Python library provides convenient access to the Deeporigin Data REST API from any Python 3.8+
|
37
37
|
application. The library includes type definitions for all request params and response fields,
|
@@ -200,7 +200,7 @@ client.with_options(max_retries=5).describe_row(
|
|
200
200
|
### Timeouts
|
201
201
|
|
202
202
|
By default requests time out after 1 minute. You can configure this with a `timeout` option,
|
203
|
-
which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/#fine-tuning-the-configuration) object:
|
203
|
+
which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object:
|
204
204
|
|
205
205
|
```python
|
206
206
|
from deeporigin_data import DeeporiginData
|
@@ -11,7 +11,7 @@ deeporigin_data/_resource.py,sha256=tkm4gF9YRotE93j48jTDBSGs8wyVa0E5NS9fj19e38c,
|
|
11
11
|
deeporigin_data/_response.py,sha256=i98w-_OFUAnDfRaLynqu2Qrgh39xKGq9WQ1DK2CueMs,28870
|
12
12
|
deeporigin_data/_streaming.py,sha256=yG857cOSJD3gbc7mEc2wqfvcPVLMGmYX4hBOqqIT5RE,10132
|
13
13
|
deeporigin_data/_types.py,sha256=z_gHfGnZNr7ReZxda_iICWQnmy5anm8-i8lRB3jpRL0,6206
|
14
|
-
deeporigin_data/_version.py,sha256=
|
14
|
+
deeporigin_data/_version.py,sha256=oOdq2cb_LvCKnlaV1sSrcjniS7wnS1mEblLr6dqIFrA,176
|
15
15
|
deeporigin_data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
deeporigin_data/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
|
17
17
|
deeporigin_data/_utils/_logs.py,sha256=R7dnUaDs2cdYbq1Ee16dHy863wdcTZRRzubw9KE0qNc,801
|
@@ -121,7 +121,7 @@ deeporigin_data/types/shared_params/add_column_base.py,sha256=s8cbOjluJmf4Pzmg_v
|
|
121
121
|
deeporigin_data/types/shared_params/add_column_union.py,sha256=uEJwB-xtbKY19Hq7a2vIrGdDfPcHIBwp9_R63Qf9KO0,1036
|
122
122
|
deeporigin_data/types/shared_params/condition.py,sha256=38ItZ9QZrA3rnXNgds7KZcXCZ-h1zVttiD1R6uf5IGQ,3153
|
123
123
|
deeporigin_data/types/shared_params/row_filter_join.py,sha256=QIo2yhjJJZLcGF-hBF7YcLcYHLhf5uq5EkQG-0WJjtU,595
|
124
|
-
deeporigin_data_sdk-0.1.
|
125
|
-
deeporigin_data_sdk-0.1.
|
126
|
-
deeporigin_data_sdk-0.1.
|
127
|
-
deeporigin_data_sdk-0.1.
|
124
|
+
deeporigin_data_sdk-0.1.0a68.dist-info/METADATA,sha256=6yDRgzcuxS-0bT-k9W0Lb5jzRQS0BGlR_5knvunsSgQ,13804
|
125
|
+
deeporigin_data_sdk-0.1.0a68.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
126
|
+
deeporigin_data_sdk-0.1.0a68.dist-info/licenses/LICENSE,sha256=jT1To9IZ3XdRqtpv8wDrIwpatTUvf5yP0sFYhEtJVZY,11345
|
127
|
+
deeporigin_data_sdk-0.1.0a68.dist-info/RECORD,,
|
File without changes
|
{deeporigin_data_sdk-0.1.0a66.dist-info → deeporigin_data_sdk-0.1.0a68.dist-info}/licenses/LICENSE
RENAMED
File without changes
|