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
+1
View File
@@ -0,0 +1 @@
3.14
+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"]
+11
View File
@@ -0,0 +1,11 @@
home = /opt/homebrew/opt/python@3.14/bin
implementation = CPython
version_info = 3.14.6.final.0
version = 3.14.6
executable = /opt/homebrew/Cellar/python@3.14/3.14.6/Frameworks/Python.framework/Versions/3.14/bin/python3.14
command = /opt/homebrew/Cellar/virtualenv/21.5.1/libexec/bin/python -m virtualenv /Users/erickahmed/TESI/j1939-parser
virtualenv = 21.5.1
include-system-site-packages = false
base-prefix = /opt/homebrew/opt/python@3.14/Frameworks/Python.framework/Versions/3.14
base-exec-prefix = /opt/homebrew/opt/python@3.14/Frameworks/Python.framework/Versions/3.14
base-executable = /opt/homebrew/opt/python@3.14/bin/python3.14