Qubx 0.5.7__tar.gz → 0.5.8__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 Qubx might be problematic. Click here for more details.
- {qubx-0.5.7 → qubx-0.5.8}/PKG-INFO +1 -1
- {qubx-0.5.7 → qubx-0.5.8}/build.py +3 -3
- {qubx-0.5.7 → qubx-0.5.8}/pyproject.toml +2 -1
- {qubx-0.5.7 → qubx-0.5.8}/README.md +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/_nb_magic.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/backtester/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/backtester/account.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/backtester/broker.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/backtester/data.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/backtester/management.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/backtester/ome.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/backtester/optimization.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/backtester/simulated_data.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/backtester/simulator.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/backtester/utils.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/cli/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/cli/commands.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/connectors/ccxt/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/connectors/ccxt/account.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/connectors/ccxt/broker.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/connectors/ccxt/customizations.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/connectors/ccxt/data.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/connectors/ccxt/exceptions.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/connectors/ccxt/factory.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/connectors/ccxt/utils.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/account.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/basics.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/context.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/exceptions.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/helpers.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/interfaces.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/loggers.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/lookups.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/metrics.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/mixins/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/mixins/market.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/mixins/processing.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/mixins/subscription.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/mixins/trading.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/mixins/universe.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/series.pxd +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/series.pyi +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/series.pyx +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/utils.pyi +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/core/utils.pyx +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/data/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/data/helpers.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/data/readers.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/data/tardis.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/gathering/simplest.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/math/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/math/stats.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/pandaz/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/pandaz/ta.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/pandaz/utils.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/resources/instruments/symbols-binance.cm.json +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/resources/instruments/symbols-binance.json +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/resources/instruments/symbols-binance.um.json +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/resources/instruments/symbols-bitfinex.f.json +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/resources/instruments/symbols-bitfinex.json +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/resources/instruments/symbols-kraken.f.json +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/resources/instruments/symbols-kraken.json +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/ta/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/ta/indicators.pxd +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/ta/indicators.pyi +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/ta/indicators.pyx +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/trackers/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/trackers/abvanced.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/trackers/composite.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/trackers/rebalancers.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/trackers/riskctrl.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/trackers/sizers.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/_pyxreloader.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/charting/lookinglass.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/charting/mpl_helpers.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/marketdata/binance.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/marketdata/ccxt.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/marketdata/dukas.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/misc.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/ntp.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/numbers_utils.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/orderbook.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/plotting/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/plotting/dashboard.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/plotting/data.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/plotting/interfaces.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/plotting/renderers/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/plotting/renderers/plotly.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/runner/__init__.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/runner/_jupyter_runner.pyt +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/runner/accounts.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/runner/configs.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/runner/runner.py +0 -0
- {qubx-0.5.7 → qubx-0.5.8}/src/qubx/utils/time.py +0 -0
|
@@ -21,6 +21,7 @@ PROFILE_MODE = bool(os.getenv("PROFILE_MODE", ""))
|
|
|
21
21
|
ANNOTATION_MODE = bool(os.getenv("ANNOTATION_MODE", ""))
|
|
22
22
|
BUILD_DIR = "build/optimized"
|
|
23
23
|
COPY_TO_SOURCE = os.getenv("COPY_TO_SOURCE", "true") == "true"
|
|
24
|
+
PYO3_ONLY = os.getenv("PYO3_ONLY", "false") == "true" # Skip Cython compilation if true
|
|
24
25
|
|
|
25
26
|
################################################################################
|
|
26
27
|
# CYTHON BUILD
|
|
@@ -175,7 +176,7 @@ def build() -> None:
|
|
|
175
176
|
# _build_rust_libs()
|
|
176
177
|
# _copy_rust_dylibs_to_project()
|
|
177
178
|
|
|
178
|
-
if
|
|
179
|
+
if not PYO3_ONLY: # Only build Cython extensions if PYO3_ONLY is false
|
|
179
180
|
# Create C Extensions to feed into cythonize()
|
|
180
181
|
extensions = _build_extensions()
|
|
181
182
|
distribution = _build_distribution(extensions)
|
|
@@ -214,9 +215,8 @@ if __name__ == "__main__":
|
|
|
214
215
|
print(f"BUILD_DIR={BUILD_DIR}")
|
|
215
216
|
print(f"PROFILE_MODE={PROFILE_MODE}")
|
|
216
217
|
print(f"ANNOTATION_MODE={ANNOTATION_MODE}")
|
|
217
|
-
|
|
218
|
+
print(f"PYO3_ONLY={PYO3_ONLY}")
|
|
218
219
|
print(f"COPY_TO_SOURCE={COPY_TO_SOURCE}")
|
|
219
|
-
# print(f"PYO3_ONLY={PYO3_ONLY}\n")
|
|
220
220
|
|
|
221
221
|
print(f">> {GREEN}Starting build...{RES}")
|
|
222
222
|
ts_start = datetime.datetime.now(datetime.timezone.utc)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "Qubx"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.8"
|
|
4
4
|
description = "Qubx - Quantitative Trading Framework"
|
|
5
5
|
authors = [
|
|
6
6
|
"Dmitry Marienko <dmitry.marienko@xlydian.com>",
|
|
@@ -62,6 +62,7 @@ iprogress = "^0.4"
|
|
|
62
62
|
click = "^8.1.7"
|
|
63
63
|
ipywidgets = "^8.1.5"
|
|
64
64
|
ruff = "^0.9.7"
|
|
65
|
+
pytest-xdist = "^3.6.1"
|
|
65
66
|
|
|
66
67
|
[build-system]
|
|
67
68
|
requires = [
|
|
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
|
|
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
|