deeporigin-data-sdk 0.1.0a34__py3-none-any.whl → 0.1.0a36__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.
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "deeporigin_data"
4
- __version__ = "0.1.0-alpha.34" # x-release-please-version
4
+ __version__ = "0.1.0-alpha.36" # x-release-please-version
@@ -5,8 +5,15 @@ from typing import List
5
5
  from .._models import BaseModel
6
6
  from .shared.database_row import DatabaseRow
7
7
 
8
- __all__ = ["ListDatabaseRowsResponse"]
8
+ __all__ = ["ListDatabaseRowsResponse", "Meta"]
9
+
10
+
11
+ class Meta(BaseModel):
12
+ count: float
13
+ """The total number of rows in the database."""
9
14
 
10
15
 
11
16
  class ListDatabaseRowsResponse(BaseModel):
12
17
  data: List[DatabaseRow]
18
+
19
+ meta: Meta
@@ -1,11 +1,12 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: deeporigin_data_sdk
3
- Version: 0.1.0a34
3
+ Version: 0.1.0a36
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
7
7
  Author-email: Deeporigin Data <support@deeporigin.com>
8
- License: Apache-2.0
8
+ License-Expression: Apache-2.0
9
+ License-File: LICENSE
9
10
  Classifier: Intended Audience :: Developers
10
11
  Classifier: License :: OSI Approved :: Apache Software License
11
12
  Classifier: Operating System :: MacOS
@@ -316,18 +317,19 @@ can also get all the extra fields on the Pydantic model as a dict with
316
317
 
317
318
  You can directly override the [httpx client](https://www.python-httpx.org/api/#client) to customize it for your use case, including:
318
319
 
319
- - Support for proxies
320
- - Custom transports
320
+ - Support for [proxies](https://www.python-httpx.org/advanced/proxies/)
321
+ - Custom [transports](https://www.python-httpx.org/advanced/transports/)
321
322
  - Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
322
323
 
323
324
  ```python
325
+ import httpx
324
326
  from deeporigin_data import DeeporiginData, DefaultHttpxClient
325
327
 
326
328
  client = DeeporiginData(
327
329
  # Or use the `DEEPORIGIN_DATA_BASE_URL` env var
328
330
  base_url="http://my.test.server.example.com:8083",
329
331
  http_client=DefaultHttpxClient(
330
- proxies="http://my.test.proxy.example.com",
332
+ proxy="http://my.test.proxy.example.com",
331
333
  transport=httpx.HTTPTransport(local_address="0.0.0.0"),
332
334
  ),
333
335
  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=0P3mxjkH0EuI6cSfFGq_RuK0KWU4mlkXBN_XGHKzzLc,176
14
+ deeporigin_data/_version.py,sha256=lsw32Nywl6Vl4-cadH5YzwAHEUOajABg8ZwQ-hhwTuU,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
@@ -93,7 +93,7 @@ deeporigin_data/types/execute_code_async_response.py,sha256=3aMS6SENWG7Kkrew1ft6
93
93
  deeporigin_data/types/execute_code_sync_response.py,sha256=oaHWfR_YOHhlYoSGASW8omVCuV4BIwevCkWM4h-eCc4,1141
94
94
  deeporigin_data/types/import_rows_response.py,sha256=-QVvCuMGzyVauspVJMGhZRd6zzczutwF03EfBkB3mSA,408
95
95
  deeporigin_data/types/list_database_column_unique_values_v2_response.py,sha256=T8GhFFiYJyYlki0URY0c_YaMAUv2TTmGvpuTq0r2n0E,389
96
- deeporigin_data/types/list_database_rows_response.py,sha256=NBDHhz5hkqYVF2hSucKorjOjO7hVU7GMAEv3AokGiNs,302
96
+ deeporigin_data/types/list_database_rows_response.py,sha256=s99W98Cdli8gpqiWKp0yCTraCwPVt2jPiVWjLgloQLU,420
97
97
  deeporigin_data/types/list_files_response.py,sha256=uKDQKAr33pEFNbfXqtPP1d2XMm7Ln5h_2M_55umNjVk,517
98
98
  deeporigin_data/types/list_mentions_response.py,sha256=hAlMq4lpghcDGDY55w5HszSUp9aOKbZzS4e2j617A84,620
99
99
  deeporigin_data/types/list_row_back_references_response.py,sha256=eT1ibMxUGTh5hL3Lt9fQgTf_efwYofxGVxaZab6r-lo,348
@@ -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.0a34.dist-info/METADATA,sha256=v8uDM_IPCMhlCK06T9TMZ4RvzCf58yOS1iaolnMfqQI,13102
124
- deeporigin_data_sdk-0.1.0a34.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
125
- deeporigin_data_sdk-0.1.0a34.dist-info/licenses/LICENSE,sha256=qQA5hv0RJh5jpG5jw4cmr1gPxsNivnMjHFpEOTGWZyI,11345
126
- deeporigin_data_sdk-0.1.0a34.dist-info/RECORD,,
123
+ deeporigin_data_sdk-0.1.0a36.dist-info/METADATA,sha256=_SB2uUut9PupDzNoGiCyvktKtdKhor472g1WgEw9ZE4,13249
124
+ deeporigin_data_sdk-0.1.0a36.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
125
+ deeporigin_data_sdk-0.1.0a36.dist-info/licenses/LICENSE,sha256=qQA5hv0RJh5jpG5jw4cmr1gPxsNivnMjHFpEOTGWZyI,11345
126
+ deeporigin_data_sdk-0.1.0a36.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.26.3
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any