This commit is contained in:
senstella
2026-01-17 14:13:43 +09:00
commit ca85a52839
12 changed files with 1692 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[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",
"zstandard>=0.25.0",
]