virtuus 0.4.4

File-backed in-memory indexed table engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["maturin>=1.4"]
build-backend = "maturin"

[project]
name = "virtuus"
version = "0.1.0"
description = "File-backed in-memory indexed table engine"
requires-python = ">=3.10"
dependencies = ["pyyaml>=6.0"]

[tool.maturin]
module-name = "virtuus._rust"
python-source = "../python/src"
features = ["python"]