initial import: etf strategy project

This commit is contained in:
2026-03-13 17:10:49 +08:00
commit 79ea983ca3
123 changed files with 6398 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "qfr"
version = "0.1.0"
description = "Quant factor research toolkit"
requires-python = ">=3.11"
[tool.ruff]
line-length = 100
[tool.pytest.ini_options]
pythonpath = ["src"]