doip-codec 2.0.9

Diagnostics over Internet Protocol codec for client-server communication.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "doip-codec"
version = "2.0.2"
description = "Diagnostics over Internet Protocol codec for client-server communication."
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["maturin"]

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
features = ["pyo3/extension-module"]