tickbar 0.1.0

High-performance tick-to-bar aggregator for market data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"

[project]
name = "tickbar"
version = "0.1.0"
description = "High-performance tick-to-bar aggregator — 6.7M ticks/s, 1.4× pandas"
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
authors = [{ name = "tickbar contributors" }]

[tool.maturin]
features = ["python"]
manifest-path = "../Cargo.toml"