hyperquant 1.58__tar.gz → 1.61__tar.gz
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.
- {hyperquant-1.58 → hyperquant-1.61}/PKG-INFO +1 -1
- {hyperquant-1.58 → hyperquant-1.61}/pyproject.toml +2 -1
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/polymarket.py +599 -174
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/polymarket.py +162 -4
- {hyperquant-1.58 → hyperquant-1.61}/uv.lock +6 -2
- {hyperquant-1.58 → hyperquant-1.61}/.gitignore +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/README.md +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/requirements-dev.lock +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/requirements.lock +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/__init__.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/auth.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/bitget.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/bitmart.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/coinw.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/deepcoin.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/edgex.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/hyperliquid.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/lbank.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/lib/edgex_sign.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/lib/hpstore.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/lib/hyper_types.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/lib/polymarket/ctfAbi.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/lib/polymarket/safeAbi.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/lib/util.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/lighter.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/apexpro.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/bitget.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/bitmart.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/coinw.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/deepcoin.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/edgex.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/hyperliquid.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/lbank.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/lighter.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/models/ourbit.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/ourbit.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/broker/ws.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/core.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/datavison/_util.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/datavison/binance.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/datavison/coinglass.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/datavison/okx.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/db.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/draw.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/logkit.py +0 -0
- {hyperquant-1.58 → hyperquant-1.61}/src/hyperquant/notikit.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperquant
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.61
|
|
4
4
|
Summary: A minimal yet hyper-efficient backtesting framework for quantitative trading
|
|
5
5
|
Project-URL: Homepage, https://github.com/yourusername/hyperquant
|
|
6
6
|
Project-URL: Issues, https://github.com/yourusername/hyperquant/issues
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "hyperquant"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.61"
|
|
4
4
|
description = "A minimal yet hyper-efficient backtesting framework for quantitative trading"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "MissinA", email = "1421329142@qq.com" }
|
|
@@ -53,5 +53,6 @@ lighter-sdk = { git = "https://github.com/elliottech/lighter-python.git" }
|
|
|
53
53
|
|
|
54
54
|
[dependency-groups]
|
|
55
55
|
dev = [
|
|
56
|
+
"rich>=14.2.0",
|
|
56
57
|
"twine>=6.1.0",
|
|
57
58
|
]
|