latitudesh-python-sdk 0.0.6__py3-none-any.whl → 0.0.7__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 latitudesh-python-sdk might be problematic. Click here for more details.
- latitudesh_python_sdk/_version.py +3 -3
- {latitudesh_python_sdk-0.0.6.dist-info → latitudesh_python_sdk-0.0.7.dist-info}/METADATA +3 -7
- {latitudesh_python_sdk-0.0.6.dist-info → latitudesh_python_sdk-0.0.7.dist-info}/RECORD +5 -5
- {latitudesh_python_sdk-0.0.6.dist-info → latitudesh_python_sdk-0.0.7.dist-info}/LICENSE +0 -0
- {latitudesh_python_sdk-0.0.6.dist-info → latitudesh_python_sdk-0.0.7.dist-info}/WHEEL +0 -0
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "latitudesh-python-sdk"
|
|
6
|
-
__version__: str = "0.0.
|
|
6
|
+
__version__: str = "0.0.7"
|
|
7
7
|
__openapi_doc_version__: str = "v3"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
8
|
+
__gen_version__: str = "2.560.1"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.7 2.560.1 v3 latitudesh-python-sdk"
|
|
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: latitudesh-python-sdk
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.7
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -115,10 +115,6 @@ Once that is saved to a file, you can run it with `uv run script.py` where
|
|
|
115
115
|
<!-- Start SDK Installation [installation] -->
|
|
116
116
|
## SDK Installation
|
|
117
117
|
|
|
118
|
-
> [!TIP]
|
|
119
|
-
> 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).
|
|
120
|
-
|
|
121
|
-
|
|
122
118
|
> [!NOTE]
|
|
123
119
|
> **Python version upgrade policy**
|
|
124
120
|
>
|
|
@@ -131,7 +127,7 @@ The SDK can be installed with either *pip* or *poetry* package managers.
|
|
|
131
127
|
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
|
|
132
128
|
|
|
133
129
|
```bash
|
|
134
|
-
pip install
|
|
130
|
+
pip install latitudesh-python-sdk
|
|
135
131
|
```
|
|
136
132
|
|
|
137
133
|
### Poetry
|
|
@@ -139,7 +135,7 @@ pip install git+https://github.com/latitudesh/latitudesh-python-sdk.git
|
|
|
139
135
|
*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.
|
|
140
136
|
|
|
141
137
|
```bash
|
|
142
|
-
poetry add
|
|
138
|
+
poetry add latitudesh-python-sdk
|
|
143
139
|
```
|
|
144
140
|
|
|
145
141
|
### Shell and script usage with `uv`
|
|
@@ -3,7 +3,7 @@ latitudesh_python_sdk/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJ
|
|
|
3
3
|
latitudesh_python_sdk/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
|
|
4
4
|
latitudesh_python_sdk/_hooks/sdkhooks.py,sha256=1ortlYa3eeDs7LuD-Z68Dmy9H9ciWEE9H89bM0yhC2o,2571
|
|
5
5
|
latitudesh_python_sdk/_hooks/types.py,sha256=E006F_tsZfswRF7VWNN7XeADu-_OrYB-NTb4Q_ZVbr0,2824
|
|
6
|
-
latitudesh_python_sdk/_version.py,sha256=
|
|
6
|
+
latitudesh_python_sdk/_version.py,sha256=9V9b6i8UsgSmYplBF7PFv7vlVPaAhXoqBGhwhsCGnmA,478
|
|
7
7
|
latitudesh_python_sdk/apikeys.py,sha256=vmyyHOTAvtkdm3Fml1Xk8H3mUoR9RyA2_lcIfpxojoc,31922
|
|
8
8
|
latitudesh_python_sdk/basesdk.py,sha256=lU-PdfvSiWlf1vCrvn_c3DGO3gFMpNB-eBKci6QZKFc,12244
|
|
9
9
|
latitudesh_python_sdk/billing.py,sha256=H_xK_-U6xjJtk9yBOf6GWSkak5i-I5jTGy_kBNpTJ68,8279
|
|
@@ -200,7 +200,7 @@ latitudesh_python_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg
|
|
|
200
200
|
latitudesh_python_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
201
201
|
latitudesh_python_sdk/virtualmachines.py,sha256=ZRRFJMCFTntnd7TBbYDfR0BlMxgRJZEg49m0h0DBRzU,29149
|
|
202
202
|
latitudesh_python_sdk/vpnsessions.py,sha256=iNFTOrl7HmWvBP4so7xGsQK5UvIW7T5wfmSuNMj_Zyw,32416
|
|
203
|
-
latitudesh_python_sdk-0.0.
|
|
204
|
-
latitudesh_python_sdk-0.0.
|
|
205
|
-
latitudesh_python_sdk-0.0.
|
|
206
|
-
latitudesh_python_sdk-0.0.
|
|
203
|
+
latitudesh_python_sdk-0.0.7.dist-info/LICENSE,sha256=cTh9W7-NHKTevDYJJSvZjNHAtXhzT2BaMUap_MUmlyY,1068
|
|
204
|
+
latitudesh_python_sdk-0.0.7.dist-info/METADATA,sha256=3xYq_3I7NEo7_PMOzT7O4ZzNR9D1gIInLbCdD1IiPkk,35665
|
|
205
|
+
latitudesh_python_sdk-0.0.7.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
206
|
+
latitudesh_python_sdk-0.0.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|