hyperquant 0.96__tar.gz → 0.97__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.
Potentially problematic release.
This version of hyperquant might be problematic. Click here for more details.
- {hyperquant-0.96 → hyperquant-0.97}/PKG-INFO +1 -1
- {hyperquant-0.96 → hyperquant-0.97}/pyproject.toml +1 -1
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/models/bitmart.py +0 -18
- {hyperquant-0.96 → hyperquant-0.97}/uv.lock +1 -1
- {hyperquant-0.96 → hyperquant-0.97}/.gitignore +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/.python-version +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/README.md +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/apis.json +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/data/alpine_smoke.log +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/data/logs/notikit.log +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/data/logs/test_order_sync.log +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/data/records_swap.csv +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/data/records_swapc.csv +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/doc/bitmart.md +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/doc/coinup.md +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/doc/lbank.md +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/pub.sh +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/requirements-dev.lock +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/requirements.lock +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/__init__.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/auth.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/bitget.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/bitmart.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/coinup.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/coinw.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/edgex.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/hyperliquid.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/lbank.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/lib/edgex_sign.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/lib/hpstore.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/lib/hyper_types.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/lib/util.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/lighter.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/models/bitget.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/models/coinup.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/models/coinw.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/models/edgex.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/models/hyperliquid.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/models/lbank.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/models/lighter.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/models/ourbit.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/ourbit.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/broker/ws.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/core.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/datavison/_util.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/datavison/binance.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/datavison/coinglass.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/datavison/okx.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/db.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/draw.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/logkit.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/src/hyperquant/notikit.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/tests/test_bitget.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/tests/test_bitmart.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/tests/test_coinup.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/tests/test_coinw.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/tests/test_draw.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/tests/test_edgex.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/tests/test_lbank.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/tests/test_lighter.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/tests/test_ourbit.py +0 -0
- {hyperquant-0.96 → hyperquant-0.97}/tests/tmp.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperquant
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.97
|
|
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
|
|
@@ -378,24 +378,6 @@ class BitmartDataStore(DataStoreCollection):
|
|
|
378
378
|
"""
|
|
379
379
|
return self._get("detail")
|
|
380
380
|
|
|
381
|
-
@property
|
|
382
|
-
def ticker(self) -> Ticker:
|
|
383
|
-
"""Bitmart 24h 行情 (`ifcontract/tickers`)。
|
|
384
|
-
|
|
385
|
-
.. code:: json
|
|
386
|
-
|
|
387
|
-
{
|
|
388
|
-
"contract_id": 1,
|
|
389
|
-
"last_price": "95500.1",
|
|
390
|
-
"open_24h": "91000",
|
|
391
|
-
"high_24h": "96000",
|
|
392
|
-
"low_24h": "90000",
|
|
393
|
-
"base_vol_24h": "12345",
|
|
394
|
-
"quote_vol_24h": "118000000"
|
|
395
|
-
}
|
|
396
|
-
"""
|
|
397
|
-
return self._get("ticker")
|
|
398
|
-
|
|
399
381
|
@property
|
|
400
382
|
def orders(self) -> Orders:
|
|
401
383
|
"""用户订单 (`userAllOrders`)。
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|