Add python project related files

This commit is contained in:
2026-07-06 18:08:53 +02:00
parent d381f8860b
commit 86b14af3c7
3 changed files with 19 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[project]
name = "CANveyor"
version = "0.1.0"
description = "J1939 CAN bus parser that works in pair with CANdigger"
readme = "README.md"
requires-python = ">=3.14"
dependencies = ["polars", "pathlib", "typing"]