diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..6324d40 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.14 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..692a074 --- /dev/null +++ b/pyproject.toml @@ -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"] diff --git a/pyvenv.cfg b/pyvenv.cfg new file mode 100644 index 0000000..67dcd0b --- /dev/null +++ b/pyvenv.cfg @@ -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