16 lines
294 B
TOML
16 lines
294 B
TOML
[project]
|
|
name = "py-pwr"
|
|
version = "0.1.0"
|
|
description = "Python client for wharf/pwr wire formats"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"brotli>=1.2.0",
|
|
"typer>=0.15.0",
|
|
"rich>=13.0.0",
|
|
"zstandard>=0.25.0",
|
|
]
|
|
|
|
[project.scripts]
|
|
pwr = "pwr.cli:app"
|