deeporigin-data-sdk 0.1.0a34__py3-none-any.whl → 0.1.0a35__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.0a34.dist-info → deeporigin_data_sdk-0.1.0a35.dist-info}/METADATA +5 -4
- {deeporigin_data_sdk-0.1.0a34.dist-info → deeporigin_data_sdk-0.1.0a35.dist-info}/RECORD +5 -5
- {deeporigin_data_sdk-0.1.0a34.dist-info → deeporigin_data_sdk-0.1.0a35.dist-info}/WHEEL +0 -0
- {deeporigin_data_sdk-0.1.0a34.dist-info → deeporigin_data_sdk-0.1.0a35.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.0a35
|
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
|
@@ -316,18 +316,19 @@ can also get all the extra fields on the Pydantic model as a dict with
|
|
316
316
|
|
317
317
|
You can directly override the [httpx client](https://www.python-httpx.org/api/#client) to customize it for your use case, including:
|
318
318
|
|
319
|
-
- Support for proxies
|
320
|
-
- Custom transports
|
319
|
+
- Support for [proxies](https://www.python-httpx.org/advanced/proxies/)
|
320
|
+
- Custom [transports](https://www.python-httpx.org/advanced/transports/)
|
321
321
|
- Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
|
322
322
|
|
323
323
|
```python
|
324
|
+
import httpx
|
324
325
|
from deeporigin_data import DeeporiginData, DefaultHttpxClient
|
325
326
|
|
326
327
|
client = DeeporiginData(
|
327
328
|
# Or use the `DEEPORIGIN_DATA_BASE_URL` env var
|
328
329
|
base_url="http://my.test.server.example.com:8083",
|
329
330
|
http_client=DefaultHttpxClient(
|
330
|
-
|
331
|
+
proxy="http://my.test.proxy.example.com",
|
331
332
|
transport=httpx.HTTPTransport(local_address="0.0.0.0"),
|
332
333
|
),
|
333
334
|
org_id="My Org ID",
|
@@ -11,7 +11,7 @@ deeporigin_data/_resource.py,sha256=tkm4gF9YRotE93j48jTDBSGs8wyVa0E5NS9fj19e38c,
|
|
11
11
|
deeporigin_data/_response.py,sha256=nzKdjRA8W3Rwgvgv6zCu4LISsdLUPCQjedlOp_NWyUY,28691
|
12
12
|
deeporigin_data/_streaming.py,sha256=yG857cOSJD3gbc7mEc2wqfvcPVLMGmYX4hBOqqIT5RE,10132
|
13
13
|
deeporigin_data/_types.py,sha256=HI5vtFJGLEsyOrrWJRSRtUeOSrd8EdoM020wC51GvcI,6152
|
14
|
-
deeporigin_data/_version.py,sha256=
|
14
|
+
deeporigin_data/_version.py,sha256=XsXSGRmMXd-kgBUt2rx6NaefthU4Xbo8r44ftW8R-cw,176
|
15
15
|
deeporigin_data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
deeporigin_data/_utils/__init__.py,sha256=k266EatJr88V8Zseb7xUimTlCeno9SynRfLwadHP1b4,2016
|
17
17
|
deeporigin_data/_utils/_logs.py,sha256=R7dnUaDs2cdYbq1Ee16dHy863wdcTZRRzubw9KE0qNc,801
|
@@ -120,7 +120,7 @@ deeporigin_data/types/shared_params/add_column_base.py,sha256=KfTFZFnCy08oqgSPAl
|
|
120
120
|
deeporigin_data/types/shared_params/add_column_union.py,sha256=q4Ia_xvxdAF7RnKicd5QDs-WMKePG_PY-xnQ0SaJRmc,971
|
121
121
|
deeporigin_data/types/shared_params/condition.py,sha256=ftu-hdGv05aTv4GL9bRyf4kQXl27kaPpt3P4KKdwmNM,2723
|
122
122
|
deeporigin_data/types/shared_params/row_filter_join.py,sha256=QIo2yhjJJZLcGF-hBF7YcLcYHLhf5uq5EkQG-0WJjtU,595
|
123
|
-
deeporigin_data_sdk-0.1.
|
124
|
-
deeporigin_data_sdk-0.1.
|
125
|
-
deeporigin_data_sdk-0.1.
|
126
|
-
deeporigin_data_sdk-0.1.
|
123
|
+
deeporigin_data_sdk-0.1.0a35.dist-info/METADATA,sha256=He3nYa6wLGxknfnyjAYMFkntZsNeqpZC3LLAddY2QO4,13216
|
124
|
+
deeporigin_data_sdk-0.1.0a35.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
125
|
+
deeporigin_data_sdk-0.1.0a35.dist-info/licenses/LICENSE,sha256=qQA5hv0RJh5jpG5jw4cmr1gPxsNivnMjHFpEOTGWZyI,11345
|
126
|
+
deeporigin_data_sdk-0.1.0a35.dist-info/RECORD,,
|
File without changes
|
{deeporigin_data_sdk-0.1.0a34.dist-info → deeporigin_data_sdk-0.1.0a35.dist-info}/licenses/LICENSE
RENAMED
File without changes
|