compass_api_sdk 0.0.3__py3-none-any.whl → 0.1.0__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 compass_api_sdk might be problematic. Click here for more details.
- compass_api_sdk/_hooks/__init__.py +0 -1
- compass_api_sdk/_hooks/sdkhooks.py +0 -2
- compass_api_sdk/_version.py +3 -3
- {compass_api_sdk-0.0.3.dist-info → compass_api_sdk-0.1.0.dist-info}/METADATA +1 -8
- {compass_api_sdk-0.0.3.dist-info → compass_api_sdk-0.1.0.dist-info}/RECORD +6 -6
- {compass_api_sdk-0.0.3.dist-info → compass_api_sdk-0.1.0.dist-info}/WHEEL +0 -0
|
@@ -11,7 +11,6 @@ from .types import (
|
|
|
11
11
|
AfterErrorHook,
|
|
12
12
|
Hooks,
|
|
13
13
|
)
|
|
14
|
-
from .registration import init_hooks
|
|
15
14
|
from typing import List, Optional, Tuple
|
|
16
15
|
from compass_api_sdk.httpclient import HttpClient
|
|
17
16
|
|
|
@@ -22,7 +21,6 @@ class SDKHooks(Hooks):
|
|
|
22
21
|
self.before_request_hooks: List[BeforeRequestHook] = []
|
|
23
22
|
self.after_success_hooks: List[AfterSuccessHook] = []
|
|
24
23
|
self.after_error_hooks: List[AfterErrorHook] = []
|
|
25
|
-
init_hooks(self)
|
|
26
24
|
|
|
27
25
|
def register_sdk_init_hook(self, hook: SDKInitHook) -> None:
|
|
28
26
|
self.sdk_init_hooks.append(hook)
|
compass_api_sdk/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "compass_api_sdk"
|
|
6
|
-
__version__: str = "0.0
|
|
6
|
+
__version__: str = "0.1.0"
|
|
7
7
|
__openapi_doc_version__: str = "0.0.1"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0
|
|
8
|
+
__gen_version__: str = "2.596.2"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.1.0 2.596.2 0.0.1 compass_api_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: compass_api_sdk
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -20,17 +20,12 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
Developer-friendly & type-safe Python SDK specifically catered to leverage *compass_api_sdk* API.
|
|
21
21
|
|
|
22
22
|
<div align="left">
|
|
23
|
-
<a href="https://www.speakeasy.com/?utm_source=compass-api-sdk&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
23
|
<a href="https://opensource.org/licenses/MIT">
|
|
25
24
|
<img src="https://img.shields.io/badge/License-MIT-blue.svg" style="width: 100px; height: 28px;" />
|
|
26
25
|
</a>
|
|
27
26
|
</div>
|
|
28
27
|
|
|
29
28
|
|
|
30
|
-
<br /><br />
|
|
31
|
-
> [!IMPORTANT]
|
|
32
|
-
> 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/compasslabs/api). Delete this section before > publishing to a package manager.
|
|
33
|
-
|
|
34
29
|
<!-- Start Summary [summary] -->
|
|
35
30
|
## Summary
|
|
36
31
|
|
|
@@ -527,5 +522,3 @@ looking for the latest version.
|
|
|
527
522
|
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.
|
|
528
523
|
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.
|
|
529
524
|
|
|
530
|
-
### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=compass-api-sdk&utm_campaign=python)
|
|
531
|
-
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
compass_api_sdk/__init__.py,sha256=w2u919V3Tzv4zEPQ-OYJ79gQ_4_SyW7GOFFoHtqXDFA,401
|
|
2
|
-
compass_api_sdk/_hooks/__init__.py,sha256=
|
|
2
|
+
compass_api_sdk/_hooks/__init__.py,sha256=p5J13DeYuISQyQWirjJAObHIf2VtIlOtFqnIpvjjVwk,118
|
|
3
3
|
compass_api_sdk/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
|
|
4
|
-
compass_api_sdk/_hooks/sdkhooks.py,sha256
|
|
4
|
+
compass_api_sdk/_hooks/sdkhooks.py,sha256=eVxHB2Q_JG6zZx5xn74i208ij-fpTHqq2jod6fbghRQ,2503
|
|
5
5
|
compass_api_sdk/_hooks/types.py,sha256=VC7TZz0BiM721MghXneEovG3UkaktRkt1OhMY3iLmZM,2818
|
|
6
|
-
compass_api_sdk/_version.py,sha256=
|
|
6
|
+
compass_api_sdk/_version.py,sha256=Ylu7UFr2xMTVtIAknWKRxMYOYFwocZaqXApj8EWTCRQ,472
|
|
7
7
|
compass_api_sdk/aave_v3.py,sha256=bPbbOsN82YMSoHeo8oQC_m5NwIFFyZ7pt1bLW2f8GYo,80094
|
|
8
8
|
compass_api_sdk/aerodrome_slipstream.py,sha256=iZLOFguQiZD8eMNIxV_4h8JSr9P-V4gISxNCXisVYN8,83389
|
|
9
9
|
compass_api_sdk/basesdk.py,sha256=29RfgnfgQq_cRx8OHdQEdJuJ2DrgRZlzGIPC-_6-2bM,12136
|
|
@@ -132,6 +132,6 @@ compass_api_sdk/utils/security.py,sha256=ktep3HKwbFs-MLxUYTM8Jd4v-ZBum5_Z0u1PFId
|
|
|
132
132
|
compass_api_sdk/utils/serializers.py,sha256=hiHBXM1AY8_N2Z_rvFfNSYwvLBkSQlPGFp8poasdU4s,5986
|
|
133
133
|
compass_api_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
134
134
|
compass_api_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
135
|
-
compass_api_sdk-0.0.
|
|
136
|
-
compass_api_sdk-0.0.
|
|
137
|
-
compass_api_sdk-0.0.
|
|
135
|
+
compass_api_sdk-0.1.0.dist-info/METADATA,sha256=5kSJW_7nL2sYVO7aKu8D-9AMInlAeBwy5H43f_x0RcI,23693
|
|
136
|
+
compass_api_sdk-0.1.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
137
|
+
compass_api_sdk-0.1.0.dist-info/RECORD,,
|
|
File without changes
|