superposition-sdk 0.90.0__py3-none-any.whl → 0.91.1__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 superposition-sdk might be problematic. Click here for more details.

@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.4
2
+ Name: superposition_sdk
3
+ Version: 0.91.1
4
+ Summary: superposition_sdk client
5
+ License: Apache-2.0
6
+ Keywords: smithy,superposition_sdk
7
+ Classifier: Development Status :: 2 - Pre-Alpha
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: Intended Audience :: System Administrators
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Natural Language :: English
12
+ Classifier: Programming Language :: Python
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3 :: Only
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
17
+ Requires-Python: >=3.12
18
+ Requires-Dist: smithy-core==0.0.1
19
+ Requires-Dist: smithy-http[aiohttp]==0.0.1
20
+ Requires-Dist: smithy-json==0.0.1
21
+ Provides-Extra: docs
22
+ Requires-Dist: pydata-sphinx-theme>=0.16.1; extra == 'docs'
23
+ Requires-Dist: sphinx>=8.2.3; extra == 'docs'
24
+ Provides-Extra: tests
25
+ Requires-Dist: pytest-asyncio<0.21.0,>=0.20.3; extra == 'tests'
26
+ Requires-Dist: pytest<8.0.0,>=7.2.0; extra == 'tests'
27
+ Description-Content-Type: text/markdown
28
+
29
+ ## Superposition Client
30
+
31
+ superposition_sdk client
@@ -1,12 +1,12 @@
1
1
  superposition_sdk/__init__.py,sha256=Inc_oe2U1CzZ_ZxsNVbU96RGaAlD-6M5xt1ZcW5hGUo,83
2
2
  superposition_sdk/auth.py,sha256=U9D3FmOH8TX0cjibGy_CRnAkTnFEavAek0Jw1YUhN2g,404
3
- superposition_sdk/client.py,sha256=SICMUtPJo3H_xYFXcofHZVZoRiYq_zFO7sMZP9Z5BHs,94384
3
+ superposition_sdk/client.py,sha256=kG44iiz2qtuS4I8MYDkzUxrAbzFUbyPymyPrbuZpMSc,94395
4
4
  superposition_sdk/config.py,sha256=elPULtcHP7am9Wk7VqIpzPMNlcQIdH1Do9gNeAkqdHM,11425
5
5
  superposition_sdk/deserialize.py,sha256=fVUcHo_BtWwtINcbBWGXDVo0GmSPT0pEyDwEB6Jf82Y,77499
6
- superposition_sdk/models.py,sha256=nCXDv7TbHlkpgGa2QVyrpQO4OeWG7B2Gvdyti8S6KyM,558282
6
+ superposition_sdk/models.py,sha256=QX5190Si02khYK-qPSzopry44QZItpE34ddyQL4wfJ4,566254
7
7
  superposition_sdk/serialize.py,sha256=aaQOAoA-_HaFl0Zl5cC2JSPebG4oE0OH1Izj1wy3p78,73276
8
8
  superposition_sdk/_private/__init__.py,sha256=DxsJq42a0KfQv9zzLrqT0JVpoXrR-IDIYFGuJe4g1Gc,55
9
- superposition_sdk/_private/schemas.py,sha256=yYRHmaV4cGcS5Uhl5Bd9E-_F6DOqVpZAcEuXF5c8htA,304873
10
- superposition_sdk-0.90.0.dist-info/METADATA,sha256=GN3aALrIX1Tk2Rpkp31BFHNarYjXkpFD-skgm11E59M,2280
11
- superposition_sdk-0.90.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
- superposition_sdk-0.90.0.dist-info/RECORD,,
9
+ superposition_sdk/_private/schemas.py,sha256=-3hoDubqofKxKkXpJ4Prj6XfiOCZF_XfI0sU51EWH0g,305323
10
+ superposition_sdk-0.91.1.dist-info/METADATA,sha256=Ap0xuQNqsGSyN_3RaKVeZg0Uk8O76I8-jmMDBHvPZaA,1143
11
+ superposition_sdk-0.91.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
+ superposition_sdk-0.91.1.dist-info/RECORD,,
@@ -1,64 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: superposition_sdk
3
- Version: 0.90.0
4
- Summary: superposition_sdk client
5
- License: Apache-2.0
6
- Keywords: smithy,superposition_sdk
7
- Classifier: Development Status :: 2 - Pre-Alpha
8
- Classifier: Intended Audience :: Developers
9
- Classifier: Intended Audience :: System Administrators
10
- Classifier: License :: OSI Approved :: Apache Software License
11
- Classifier: Natural Language :: English
12
- Classifier: Programming Language :: Python
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3 :: Only
15
- Classifier: Programming Language :: Python :: 3.12
16
- Classifier: Programming Language :: Python :: 3.13
17
- Requires-Python: >=3.12
18
- Requires-Dist: smithy-core==0.0.1
19
- Requires-Dist: smithy-http[aiohttp]==0.0.1
20
- Requires-Dist: smithy-json==0.0.1
21
- Provides-Extra: docs
22
- Requires-Dist: pydata-sphinx-theme>=0.16.1; extra == 'docs'
23
- Requires-Dist: sphinx>=8.2.3; extra == 'docs'
24
- Provides-Extra: tests
25
- Requires-Dist: pytest-asyncio<0.21.0,>=0.20.3; extra == 'tests'
26
- Requires-Dist: pytest<8.0.0,>=7.2.0; extra == 'tests'
27
- Description-Content-Type: text/markdown
28
-
29
- ## Superposition SDK
30
-
31
- Superposition SDK is a Python client for the Superposition platform, designed to facilitate programmatic integration of all Superposition's API capabilities in Python applications. Read the complete documentation at [Superposition SDK Documentation](https://juspay.io/superposition/docs).
32
-
33
- ## Installation
34
-
35
- Install the Superposition SDK using pip:
36
-
37
- ```bash
38
- pip install superposition-sdk
39
- ```
40
-
41
- ## Initialization
42
-
43
- ```python
44
- from superposition_sdk.client import Config, Superposition
45
- client = Superposition(Config(endpoint_uri="http://localhost:8080"))
46
- ```
47
-
48
- ## Usage
49
-
50
- The SDK provides commands for every API call that Superposition supports. Below is an example of how to use the SDK to list default configs.
51
-
52
- ```python
53
- import asyncio
54
- from superposition_sdk.client import Config, ListDefaultConfigsInput, Superposition
55
- from pprint import pprint
56
-
57
- async def list_configs():
58
- client = Superposition(Config(endpoint_uri="http://localhost:8080"))
59
- list_configs = ListDefaultConfigsInput(workspace_id="upi", org_id="orgid162145664241766405", all=True)
60
- response = await client.list_default_configs(list_configs)
61
- pprint(response)
62
-
63
- asyncio.run(list_configs())
64
- ```