wbt 0.1.1

Weight-based backtesting engine for quantitative trading
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "wbt"
version = "0.1.1"
requires-python = ">=3.9"
dependencies = ["pandas", "pyarrow", "numpy"]

[tool.maturin]
python-source = "python"
module-name = "wbt._wbt"
features = []