tpcgen-cli 0.1.0-alpha.1

Command line tool for TPC benchmark data generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "tpcgen-cli"
dynamic = ["version", "readme", "license", "authors"]
description = "Python CLI for TPC-H and TPC-DS data generation"
requires-python = ">=3.8"

[tool.maturin]
bindings = "bin"