hyperquant 0.1.0__py3-none-any.whl → 0.1.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.
hyperquant/core.py CHANGED
@@ -1,8 +1,7 @@
1
1
  # %%
2
2
  import numpy as np
3
3
  import pandas as pd
4
-
5
- from draw import draw
4
+ from .draw import draw
6
5
 
7
6
 
8
7
  class ExchangeBase:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperquant
3
- Version: 0.1.0
3
+ Version: 0.1.1
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
@@ -0,0 +1,7 @@
1
+ hyperquant/__init__.py,sha256=NRq3MhT7sETNAP-EQ0y5fYgzZl2eAmo9llun1lojYl0,84
2
+ hyperquant/core.py,sha256=vKv8KElo1eGhr_aw0I-j6ZxPOneDx86KqAoOI-wbq0A,18838
3
+ hyperquant/draw.py,sha256=jweENVzf0nWHogzUliwJHI2PgbeQ3V2H749cMJ256k0,54614
4
+ hyperquant/logkit.py,sha256=WALpXpIA3Ywr5DxKKK3k5EKubZ2h-ISGfc5dUReQUBQ,7795
5
+ hyperquant-0.1.1.dist-info/METADATA,sha256=Z2NEV0ntAVgsAc-UDwr_5l4I6aEDjlISa-Qhml6kBCg,4161
6
+ hyperquant-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ hyperquant-0.1.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- hyperquant/__init__.py,sha256=NRq3MhT7sETNAP-EQ0y5fYgzZl2eAmo9llun1lojYl0,84
2
- hyperquant/core.py,sha256=wYCQw10_Nzx1KUJnkuO6IqksElOWXZ8xaKp38oJfphY,18838
3
- hyperquant/draw.py,sha256=jweENVzf0nWHogzUliwJHI2PgbeQ3V2H749cMJ256k0,54614
4
- hyperquant/logkit.py,sha256=WALpXpIA3Ywr5DxKKK3k5EKubZ2h-ISGfc5dUReQUBQ,7795
5
- hyperquant-0.1.0.dist-info/METADATA,sha256=jfV05dHrbYj4rldc1gM9c-IkW5BISCpOqRT3ToUtWNo,4161
6
- hyperquant-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- hyperquant-0.1.0.dist-info/RECORD,,