udp_pinger 0.1.0

A library for pinging devices using unprivileged UDP packets.
Documentation
[build-system]
requires = ["maturin>=1.9,<2.0"]
build-backend = "maturin"

[project]
name = "udp_pinger"
requires-python = ">=3.8"
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: Implementation :: CPython",
    "Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]

[tool.maturin]
features = ["py"]
bindings = "pyo3"
python-source = "py_src"
module-name = "udp_pinger._udp_pinger_core"
profile = "python"