opinion-clob-sdk 0.2.2__py3-none-any.whl → 0.2.4__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 opinion-clob-sdk might be problematic. Click here for more details.
- opinion_clob_sdk/__init__.py +1 -1
- {opinion_clob_sdk-0.2.2.dist-info → opinion_clob_sdk-0.2.4.dist-info}/METADATA +2 -5
- {opinion_clob_sdk-0.2.2.dist-info → opinion_clob_sdk-0.2.4.dist-info}/RECORD +5 -5
- {opinion_clob_sdk-0.2.2.dist-info → opinion_clob_sdk-0.2.4.dist-info}/WHEEL +0 -0
- {opinion_clob_sdk-0.2.2.dist-info → opinion_clob_sdk-0.2.4.dist-info}/top_level.txt +0 -0
opinion_clob_sdk/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: opinion_clob_sdk
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Opinion CLOB SDK (Tech Preview) - Python SDK for Opinion Prediction Market Central Limit Order Book API
|
|
5
5
|
Home-page: https://opinion.trade
|
|
6
6
|
Author: Opinion Labs
|
|
@@ -26,7 +26,7 @@ Requires-Dist: hexbytes>=1.2.1
|
|
|
26
26
|
Requires-Dist: web3>=7.6.1
|
|
27
27
|
Requires-Dist: eth_account>=0.13.0
|
|
28
28
|
Requires-Dist: poly_eip712_structs>=0.0.1
|
|
29
|
-
Requires-Dist: opinion_api>=0.1.
|
|
29
|
+
Requires-Dist: opinion_api>=0.1.2
|
|
30
30
|
Requires-Dist: pytest>=7.0.0
|
|
31
31
|
Dynamic: author
|
|
32
32
|
Dynamic: author-email
|
|
@@ -46,9 +46,6 @@ Dynamic: summary
|
|
|
46
46
|
|
|
47
47
|
Python SDK for interacting with Opinion prediction markets via the CLOB (Central Limit Order Book) API.
|
|
48
48
|
|
|
49
|
-
> ⚠️ **Tech Preview Notice**: This version includes the migration from Base to BNB Chain.
|
|
50
|
-
> While fully functional and tested, we recommend thorough testing in your environment before production use.
|
|
51
|
-
|
|
52
49
|
## Features
|
|
53
50
|
|
|
54
51
|
- Market data queries (markets, orderbooks, prices, candles)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
opinion_clob_sdk/__init__.py,sha256=
|
|
1
|
+
opinion_clob_sdk/__init__.py,sha256=Riq7cgDF5oYHj9aaU1lKXPRL3VfKUTBmz4ulVuQnzb4,622
|
|
2
2
|
opinion_clob_sdk/config.py,sha256=xODivHbEcgrPLYXEoGsUZ4eQaXr0LY35gw6Dxg_wIeo,547
|
|
3
3
|
opinion_clob_sdk/model.py,sha256=eqNkEdyJPmcL_wax8ieybeyhR40JwGDB_KPplXLmNxE,309
|
|
4
4
|
opinion_clob_sdk/sdk.py,sha256=l6zTGh5RSwWt8jD2L6luuDVLYeiFlNUZT6B7kSS8M5k,40912
|
|
@@ -41,7 +41,7 @@ opinion_clob_sdk/chain/safe/safe_contracts/compatibility_fallback_handler_v1_3_0
|
|
|
41
41
|
opinion_clob_sdk/chain/safe/safe_contracts/multisend_v1_3_0.py,sha256=8oGhNkS2k2Cy5pG6YNt_BKytS3AEtPeXv4rkyXv_p0M,380
|
|
42
42
|
opinion_clob_sdk/chain/safe/safe_contracts/safe_v1_3_0.py,sha256=YCUWTpf_pR44iUUkDl42f3n2YXSVGlTBcvMtReN7rlM,21922
|
|
43
43
|
opinion_clob_sdk/chain/safe/safe_contracts/utils.py,sha256=xnW8JSq8tVMfvZ4lhT-L96P3Usjs2zrZ5jzrNZvFHjc,631
|
|
44
|
-
opinion_clob_sdk-0.2.
|
|
45
|
-
opinion_clob_sdk-0.2.
|
|
46
|
-
opinion_clob_sdk-0.2.
|
|
47
|
-
opinion_clob_sdk-0.2.
|
|
44
|
+
opinion_clob_sdk-0.2.4.dist-info/METADATA,sha256=pMHtCL43Be-2v2ay_E9wa5RqSpe4tXuy4seJfuL6Ygg,2912
|
|
45
|
+
opinion_clob_sdk-0.2.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
46
|
+
opinion_clob_sdk-0.2.4.dist-info/top_level.txt,sha256=4gH76GRX1WZSc3b146FfxE6BAxggJD8y3NMEHUOSPA0,17
|
|
47
|
+
opinion_clob_sdk-0.2.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|