lambdadb 0.1.2__py3-none-any.whl → 0.1.3__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 CHANGED
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "lambdadb"
6
- __version__: str = "0.1.2"
6
+ __version__: str = "0.1.3"
7
7
  __openapi_doc_version__: str = "1.0.0"
8
8
  __gen_version__: str = "2.610.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.1.2 2.610.0 1.0.0 lambdadb"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.1.3 2.610.0 1.0.0 lambdadb"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: lambdadb
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -13,9 +13,9 @@ Requires-Dist: httpx (>=0.28.1)
13
13
  Requires-Dist: pydantic (>=2.11.2)
14
14
  Description-Content-Type: text/markdown
15
15
 
16
- # lambdadb
16
+ # LambdaDB Python SDK
17
17
 
18
- Developer-friendly & type-safe Python SDK specifically catered to leverage *lambdadb* API.
18
+ Developer-friendly & type-safe Python SDK specifically catered to leverage *LambdaDB* API.
19
19
 
20
20
  <div align="left">
21
21
  <a href="https://www.speakeasy.com/?utm_source=lambdadb&utm_campaign=python"><img src="https://custom-icon-badges.demolab.com/badge/-Built%20By%20Speakeasy-212015?style=for-the-badge&logoColor=FBE331&logo=speakeasy&labelColor=545454" /></a>
@@ -24,11 +24,6 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *lamb
24
24
  </a>
25
25
  </div>
26
26
 
27
-
28
- <br /><br />
29
- > [!IMPORTANT]
30
- > This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/lambdadb/lambdadb-python). Delete this section before > publishing to a package manager.
31
-
32
27
  <!-- Start Summary [summary] -->
33
28
  ## Summary
34
29
 
@@ -38,7 +33,7 @@ LambdaDB API: LambdaDB Open API Spec
38
33
  <!-- Start Table of Contents [toc] -->
39
34
  ## Table of Contents
40
35
  <!-- $toc-max-depth=2 -->
41
- * [lambdadb](#lambdadb)
36
+ * [LambdaDB Python SDK](#lambdadb-python-sdk)
42
37
  * [SDK Installation](#sdk-installation)
43
38
  * [IDE Support](#ide-support)
44
39
  * [SDK Example Usage](#sdk-example-usage)
@@ -59,10 +54,6 @@ LambdaDB API: LambdaDB Open API Spec
59
54
  <!-- Start SDK Installation [installation] -->
60
55
  ## SDK Installation
61
56
 
62
- > [!TIP]
63
- > To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
64
-
65
-
66
57
  > [!NOTE]
67
58
  > **Python version upgrade policy**
68
59
  >
@@ -75,7 +66,7 @@ The SDK can be installed with either *pip* or *poetry* package managers.
75
66
  *PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
76
67
 
77
68
  ```bash
78
- pip install git+<UNSET>.git
69
+ pip install lambdadb
79
70
  ```
80
71
 
81
72
  ### Poetry
@@ -83,7 +74,7 @@ pip install git+<UNSET>.git
83
74
  *Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
84
75
 
85
76
  ```bash
86
- poetry add git+<UNSET>.git
77
+ poetry add lambdadb
87
78
  ```
88
79
 
89
80
  ### Shell and script usage with `uv`
@@ -508,7 +499,4 @@ looking for the latest version.
508
499
  ## Contributions
509
500
 
510
501
  While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation.
511
- We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
512
-
513
- ### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=lambdadb&utm_campaign=python)
514
-
502
+ We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
@@ -3,7 +3,7 @@ lambdadb/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c,1
3
3
  lambdadb/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
4
4
  lambdadb/_hooks/sdkhooks.py,sha256=d-zXS-cOmLsZWMEyHqSo28OstycTLsBhOnLlFM9Mn30,2558
5
5
  lambdadb/_hooks/types.py,sha256=gGORjCJNJuTcPJXpr6xwKJXQLLVOl3wUJCBktRIkQNA,2811
6
- lambdadb/_version.py,sha256=DD0ZBIvcXt8DhL-Xr5aIWcKj7kLkRWCAQ6x4nWcHvUI,458
6
+ lambdadb/_version.py,sha256=bm3X8itevMRolpznj32CKDu4B97QDXIUSSCTFkznfNY,458
7
7
  lambdadb/basesdk.py,sha256=vwVUZwWjE25p4_gHNEymZ9zMmnnsesUMP8MRPSj9JOg,12179
8
8
  lambdadb/collections.py,sha256=weAwXmUh2dsHRdlIN_MHEmLRg3WoekGlpQat5hxnCOU,68849
9
9
  lambdadb/docs.py,sha256=FWatng3gxufsufTcG_Rhb83z2Z3u-dJvE6mPKVntJAs,56898
@@ -60,7 +60,7 @@ lambdadb/utils/security.py,sha256=Dq3M6Ee_x_uWRPZ7vvM4XQNxjCMSlphrRn6qVs1pljU,60
60
60
  lambdadb/utils/serializers.py,sha256=hiHBXM1AY8_N2Z_rvFfNSYwvLBkSQlPGFp8poasdU4s,5986
61
61
  lambdadb/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
62
62
  lambdadb/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
63
- lambdadb-0.1.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
64
- lambdadb-0.1.2.dist-info/METADATA,sha256=oDjCgwrukCs-6zgKWpwzFm4VoRpcM6rh_ckdiIPWwBU,17816
65
- lambdadb-0.1.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
66
- lambdadb-0.1.2.dist-info/RECORD,,
63
+ lambdadb-0.1.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
64
+ lambdadb-0.1.3.dist-info/METADATA,sha256=lzli63V29juorAetVwrjIryGc9zvXzmJ90hlQI98DHg,17305
65
+ lambdadb-0.1.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
66
+ lambdadb-0.1.3.dist-info/RECORD,,