hyperquant 1.51__tar.gz → 1.52__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.
Files changed (46) hide show
  1. {hyperquant-1.51 → hyperquant-1.52}/PKG-INFO +1 -1
  2. {hyperquant-1.51 → hyperquant-1.52}/pyproject.toml +1 -1
  3. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/polymarket.py +2 -2
  4. {hyperquant-1.51 → hyperquant-1.52}/uv.lock +1 -1
  5. {hyperquant-1.51 → hyperquant-1.52}/.gitignore +0 -0
  6. {hyperquant-1.51 → hyperquant-1.52}/README.md +0 -0
  7. {hyperquant-1.51 → hyperquant-1.52}/requirements-dev.lock +0 -0
  8. {hyperquant-1.51 → hyperquant-1.52}/requirements.lock +0 -0
  9. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/__init__.py +0 -0
  10. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/auth.py +0 -0
  11. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/bitget.py +0 -0
  12. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/bitmart.py +0 -0
  13. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/coinw.py +0 -0
  14. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/deepcoin.py +0 -0
  15. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/edgex.py +0 -0
  16. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/hyperliquid.py +0 -0
  17. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/lbank.py +0 -0
  18. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/lib/edgex_sign.py +0 -0
  19. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/lib/hpstore.py +0 -0
  20. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/lib/hyper_types.py +0 -0
  21. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/lib/polymarket/ctfAbi.py +0 -0
  22. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/lib/polymarket/safeAbi.py +0 -0
  23. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/lib/util.py +0 -0
  24. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/lighter.py +0 -0
  25. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/apexpro.py +0 -0
  26. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/bitget.py +0 -0
  27. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/bitmart.py +0 -0
  28. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/coinw.py +0 -0
  29. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/deepcoin.py +0 -0
  30. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/edgex.py +0 -0
  31. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/hyperliquid.py +0 -0
  32. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/lbank.py +0 -0
  33. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/lighter.py +0 -0
  34. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/models/ourbit.py +0 -0
  35. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/ourbit.py +0 -0
  36. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/polymarket.py +0 -0
  37. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/broker/ws.py +0 -0
  38. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/core.py +0 -0
  39. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/datavison/_util.py +0 -0
  40. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/datavison/binance.py +0 -0
  41. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/datavison/coinglass.py +0 -0
  42. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/datavison/okx.py +0 -0
  43. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/db.py +0 -0
  44. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/draw.py +0 -0
  45. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/logkit.py +0 -0
  46. {hyperquant-1.51 → hyperquant-1.52}/src/hyperquant/notikit.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperquant
3
- Version: 1.51
3
+ Version: 1.52
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.51"
3
+ version = "1.52"
4
4
  description = "A minimal yet hyper-efficient backtesting framework for quantitative trading"
5
5
  authors = [
6
6
  { name = "MissinA", email = "1421329142@qq.com" }
@@ -120,8 +120,8 @@ class Position(DataStore):
120
120
  """通过order更新持仓,处理LIVE时部分成交的增量统计"""
121
121
  # print(order)
122
122
  # order写入本地尝试后续分析
123
- with open("polymarket_orders.log", "a") as f:
124
- f.write(json.dumps(order) + "\n")
123
+ # with open("polymarket_orders.log", "a") as f:
124
+ # f.write(json.dumps(order) + "\n")
125
125
  order_id = order.get("id")
126
126
  asset_id = order.get("asset_id")
127
127
  outcome = order.get("outcome")
@@ -694,7 +694,7 @@ wheels = [
694
694
 
695
695
  [[package]]
696
696
  name = "hyperquant"
697
- version = "1.5"
697
+ version = "1.51"
698
698
  source = { editable = "." }
699
699
  dependencies = [
700
700
  { name = "aiohttp" },
File without changes
File without changes
File without changes