Qubx 0.6.3__cp312-cp312-manylinux_2_39_x86_64.whl → 0.6.4__cp312-cp312-manylinux_2_39_x86_64.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 Qubx might be problematic. Click here for more details.
- qubx/cli/deploy.py +1 -3
- qubx/core/series.cpython-312-x86_64-linux-gnu.so +0 -0
- qubx/core/utils.cpython-312-x86_64-linux-gnu.so +0 -0
- qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so +0 -0
- {qubx-0.6.3.dist-info → qubx-0.6.4.dist-info}/METADATA +2 -1
- {qubx-0.6.3.dist-info → qubx-0.6.4.dist-info}/RECORD +8 -8
- {qubx-0.6.3.dist-info → qubx-0.6.4.dist-info}/WHEEL +0 -0
- {qubx-0.6.3.dist-info → qubx-0.6.4.dist-info}/entry_points.txt +0 -0
qubx/cli/deploy.py
CHANGED
|
@@ -109,9 +109,7 @@ def ensure_poetry_lock_exists(output_dir: str) -> bool:
|
|
|
109
109
|
if not os.path.exists(poetry_lock_path):
|
|
110
110
|
logger.warning("poetry.lock not found in the zip file. Attempting to generate it.")
|
|
111
111
|
try:
|
|
112
|
-
subprocess.run(
|
|
113
|
-
["poetry", "lock", "--no-update"], cwd=output_dir, check=True, capture_output=True, text=True
|
|
114
|
-
)
|
|
112
|
+
subprocess.run(["poetry", "lock"], cwd=output_dir, check=True, capture_output=True, text=True)
|
|
115
113
|
return True
|
|
116
114
|
except subprocess.CalledProcessError as e:
|
|
117
115
|
logger.error(f"Failed to generate poetry.lock: {e.stderr}")
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: Qubx
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.4
|
|
4
4
|
Summary: Qubx - Quantitative Trading Framework
|
|
5
5
|
Author: Dmitry Marienko
|
|
6
6
|
Author-email: dmitry.marienko@xlydian.com
|
|
@@ -16,6 +16,7 @@ Requires-Dist: cython (==3.0.8)
|
|
|
16
16
|
Requires-Dist: dash (>=2.18.2,<3.0.0)
|
|
17
17
|
Requires-Dist: dash-bootstrap-components (>=1.6.0,<2.0.0)
|
|
18
18
|
Requires-Dist: gitpython (>=3.1.44,<4.0.0)
|
|
19
|
+
Requires-Dist: hftbacktest (>=2.2.0,<3.0.0)
|
|
19
20
|
Requires-Dist: importlib-metadata
|
|
20
21
|
Requires-Dist: ipywidgets (>=8.1.5,<9.0.0)
|
|
21
22
|
Requires-Dist: jupyter (>=1.1.1,<2.0.0)
|
|
@@ -13,7 +13,7 @@ qubx/backtester/simulator.py,sha256=IfqyEtTyvUtHIdh5i4XKS0x0VqbvtDmY-EORf4xBe-k,
|
|
|
13
13
|
qubx/backtester/utils.py,sha256=vWtY0j95mxX00oq02I6PwIXfO6J5liz_Egg5LGF7KOE,32895
|
|
14
14
|
qubx/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
qubx/cli/commands.py,sha256=Wh2piSMaWOtqM-CewNeAjz72MZpiE2szvcs-I5ym-cQ,8306
|
|
16
|
-
qubx/cli/deploy.py,sha256=
|
|
16
|
+
qubx/cli/deploy.py,sha256=RSkbk9UyiubuJQsTGXlJDHIhEGDMCnpvhVfveEcZS1E,7593
|
|
17
17
|
qubx/cli/misc.py,sha256=FkNG2S15FqBv3I0NnvzQCgOuh1RZCbHiZ1VkO3gSHS0,13343
|
|
18
18
|
qubx/cli/release.py,sha256=yDa8bMf_aHgiFQMX_iU20vSFYplHd8_7FYl_mgpCDF0,24493
|
|
19
19
|
qubx/connectors/ccxt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -41,11 +41,11 @@ qubx/core/mixins/processing.py,sha256=69xs4zMFD-6H24ca4J_MZrXK8ju2H2WJj6cFQIUQwd
|
|
|
41
41
|
qubx/core/mixins/subscription.py,sha256=J_SX0CNw2bPy4bhxe0vswvDXY4LCkwXSaj_1PepKRLY,8540
|
|
42
42
|
qubx/core/mixins/trading.py,sha256=CQQIp1t1LJiFph5CiHQR4k4vxTymjFqrkA0awKYn4Dw,3224
|
|
43
43
|
qubx/core/mixins/universe.py,sha256=1ya2P3QZrsAVXmMXqq0t6CHGAC5iMGVD2ARUAtSfv04,10062
|
|
44
|
-
qubx/core/series.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
44
|
+
qubx/core/series.cpython-312-x86_64-linux-gnu.so,sha256=uZdgfqCX1zJIddrDdv3EP3TQ5q_xsmK5Fp3KLnk_Hm8,928616
|
|
45
45
|
qubx/core/series.pxd,sha256=Zx_1vhGLBXmV44fRb9oJaEI4n7h8i2t40q1pq07aD2c,3867
|
|
46
46
|
qubx/core/series.pyi,sha256=-rcSfyOtaCkI6HgUo_SdGQN5XA7Bw31LwHeHClAoHbs,4488
|
|
47
47
|
qubx/core/series.pyx,sha256=Ximb4Tqd3S2qDmy9Z-qynfxYn1sVqfaR-34Z87Q9oxM,39627
|
|
48
|
-
qubx/core/utils.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
48
|
+
qubx/core/utils.cpython-312-x86_64-linux-gnu.so,sha256=9gDawG8-Mip_5X1EAyY0gnhi5h7PV9RQ1YJUh9-Qesc,86568
|
|
49
49
|
qubx/core/utils.pyi,sha256=a-wS13V2p_dM1CnGq40JVulmiAhixTwVwt0ah5By0Hc,348
|
|
50
50
|
qubx/core/utils.pyx,sha256=k5QHfEFvqhqWfCob89ANiJDKNG8gGbOh-O4CVoneZ8M,1696
|
|
51
51
|
qubx/data/__init__.py,sha256=CTbEWfMC3eVfD4v6OdhEH4AXGNybrnJJ-mxOM-n2e_M,482
|
|
@@ -93,7 +93,7 @@ qubx/restorers/signal.py,sha256=KKwNHXmSSThVrC_WxpRfUYyT3wdyY5LtJJnnzO3cIJc,5860
|
|
|
93
93
|
qubx/restorers/state.py,sha256=XEiOquDWHr5ROLmUjHRA4PNlF8BY1-wq4XVsYzIQIOo,3926
|
|
94
94
|
qubx/restorers/utils.py,sha256=We2gfqwQKWziUYhuUnjb-xo-5tSlbuHWpPQn0CEMTn0,1155
|
|
95
95
|
qubx/ta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
96
|
-
qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
96
|
+
qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so,sha256=xTq8DIx3m4iMUurBH6XkEOmtc921LnrgobJAOmXeAPk,654440
|
|
97
97
|
qubx/ta/indicators.pxd,sha256=eCJ9paOxtxbDFx4U5CUhcgB1jjCQAfVqMF2FnbJ03Lo,4222
|
|
98
98
|
qubx/ta/indicators.pyi,sha256=19W0uERft49In5bf9jkJHkzJYEyE9gzudN7_DJ5Vdv8,1963
|
|
99
99
|
qubx/ta/indicators.pyx,sha256=FVkv5ld04TpZMT3a_kR1MU3IUuWfijzjJnh_lG78JxM,26029
|
|
@@ -127,7 +127,7 @@ qubx/utils/runner/configs.py,sha256=UM3Qzzl0yj3-Dtt0ReLGmtKJVPb2AEIccNo540OMnso,
|
|
|
127
127
|
qubx/utils/runner/runner.py,sha256=iFVZdyWSLGPToyujOcnuJ6vjenbz7yPcyhpiFXBG6jw,25058
|
|
128
128
|
qubx/utils/time.py,sha256=1Cvh077Uqf-XjcE5nWp_T9JzFVT6i39kU7Qz-ssHKIo,9630
|
|
129
129
|
qubx/utils/version.py,sha256=3MwAel409o-Fj_1iM8m46hswldOozvTywOpEMq0BZSo,5311
|
|
130
|
-
qubx-0.6.
|
|
131
|
-
qubx-0.6.
|
|
132
|
-
qubx-0.6.
|
|
133
|
-
qubx-0.6.
|
|
130
|
+
qubx-0.6.4.dist-info/METADATA,sha256=FuutPF6O4fI9SxKf4L7M-OyXhQX88DasNj80LBZl-g0,4061
|
|
131
|
+
qubx-0.6.4.dist-info/WHEEL,sha256=h1DdjcD2ZFnKGsDLjEycQhNNPJ5l-R8qdFdDSXHrAGY,110
|
|
132
|
+
qubx-0.6.4.dist-info/entry_points.txt,sha256=VqilDTe8mVuV9SbR-yVlZJBTjbkHIL2JBgXfQw076HY,47
|
|
133
|
+
qubx-0.6.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|