lambdadb 0.5.9__py3-none-any.whl → 0.5.11__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.
Potentially problematic release.
This version of lambdadb might be problematic. Click here for more details.
- lambdadb/_version.py +3 -3
- {lambdadb-0.5.9.dist-info → lambdadb-0.5.11.dist-info}/METADATA +15 -5
- {lambdadb-0.5.9.dist-info → lambdadb-0.5.11.dist-info}/RECORD +5 -5
- {lambdadb-0.5.9.dist-info → lambdadb-0.5.11.dist-info}/LICENSE +0 -0
- {lambdadb-0.5.9.dist-info → lambdadb-0.5.11.dist-info}/WHEEL +0 -0
lambdadb/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "lambdadb"
|
|
6
|
-
__version__: str = "0.5.
|
|
6
|
+
__version__: str = "0.5.11"
|
|
7
7
|
__openapi_doc_version__: str = "1.1.1"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.5.
|
|
8
|
+
__gen_version__: str = "2.681.8"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.5.11 2.681.8 1.1.1 lambdadb"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: lambdadb
|
|
3
|
-
Version: 0.5.
|
|
4
|
-
Summary:
|
|
5
|
-
Author:
|
|
3
|
+
Version: 0.5.11
|
|
4
|
+
Summary: The Official LambdaDB Python SDK.
|
|
5
|
+
Author: Functional Systems, Inc.
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
|
8
8
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -12,6 +12,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
12
12
|
Requires-Dist: httpcore (>=1.0.9)
|
|
13
13
|
Requires-Dist: httpx (>=0.28.1)
|
|
14
14
|
Requires-Dist: pydantic (>=2.11.2)
|
|
15
|
+
Project-URL: Documentation, https://docs.lambdadb.ai
|
|
16
|
+
Project-URL: Homepage, https://lambdadb.ai
|
|
15
17
|
Project-URL: Repository, https://github.com/lambdadb/lambdadb-python-client.git
|
|
16
18
|
Description-Content-Type: text/markdown
|
|
17
19
|
|
|
@@ -61,7 +63,15 @@ LambdaDB API: LambdaDB Open API Spec
|
|
|
61
63
|
>
|
|
62
64
|
> Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
|
|
63
65
|
|
|
64
|
-
The SDK can be installed with
|
|
66
|
+
The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
|
|
67
|
+
|
|
68
|
+
### uv
|
|
69
|
+
|
|
70
|
+
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
uv add lambdadb
|
|
74
|
+
```
|
|
65
75
|
|
|
66
76
|
### PIP
|
|
67
77
|
|
|
@@ -143,7 +153,7 @@ with LambdaDB(
|
|
|
143
153
|
|
|
144
154
|
</br>
|
|
145
155
|
|
|
146
|
-
The same SDK client can also be used to make
|
|
156
|
+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
|
|
147
157
|
```python
|
|
148
158
|
# Asynchronous Example
|
|
149
159
|
import asyncio
|
|
@@ -3,7 +3,7 @@ lambdadb/_hooks/__init__.py,sha256=p5J13DeYuISQyQWirjJAObHIf2VtIlOtFqnIpvjjVwk,1
|
|
|
3
3
|
lambdadb/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
|
|
4
4
|
lambdadb/_hooks/sdkhooks.py,sha256=KGhPvIuUjurDBQOT6t-aWgiu1YDRXpn-OMz6_PkUdFk,2463
|
|
5
5
|
lambdadb/_hooks/types.py,sha256=09dUW5q4HN9aVFAhskDLQqjxLPBfDD97uuucmdcBa6Q,2987
|
|
6
|
-
lambdadb/_version.py,sha256=
|
|
6
|
+
lambdadb/_version.py,sha256=rVrcKTpkgCOAT7o3tBYb8cyrA8t8MFNyl6T-AOGOkeg,460
|
|
7
7
|
lambdadb/basesdk.py,sha256=wu3Ri2Po6LxhBngXYkD4-Grlxa0DX9I18cPH2vme-uI,11887
|
|
8
8
|
lambdadb/collections.py,sha256=KAD2F4-R40sGDFQFuQ3-969jHNa1i9VcJK3fYXEPFE0,62326
|
|
9
9
|
lambdadb/docs.py,sha256=rfKHo3omdeuMoImwU9T-rZXku_Ikz3jLut29MtpFNaE,62678
|
|
@@ -59,7 +59,7 @@ lambdadb/utils/serializers.py,sha256=Hndks5M_rJXVub_N5lu0gKZQUoEmWrn6PN7R-0HwvOE
|
|
|
59
59
|
lambdadb/utils/unmarshal_json_response.py,sha256=SdqH-uoU2JxE7yVb6ZGSSzDdrS5VlaijaEYMrkgRb_c,584
|
|
60
60
|
lambdadb/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
61
61
|
lambdadb/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
62
|
-
lambdadb-0.5.
|
|
63
|
-
lambdadb-0.5.
|
|
64
|
-
lambdadb-0.5.
|
|
65
|
-
lambdadb-0.5.
|
|
62
|
+
lambdadb-0.5.11.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
63
|
+
lambdadb-0.5.11.dist-info/METADATA,sha256=uihXCP2wKQGjNu3jFPYh8nwVinWX9N2_3YjfGThqrKE,21913
|
|
64
|
+
lambdadb-0.5.11.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
65
|
+
lambdadb-0.5.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|