orion-sdr 0.0.21

DSP/SDR block library targeting HF-to-UHF, satellites, and Python bindings. Roadmap inside.
Documentation
[build-system]
requires = ["maturin>=1.0"]
build-backend = "maturin"

[project]
name = "orion-sdr"
version = "0.0.21"
description = "DSP/SDR block library targeting HF-to-UHF, with Python bindings"
license = { text = "MIT OR Apache-2.0" }
requires-python = ">=3.12"
dependencies = ["numpy>=1.24"]

[tool.maturin]
python-source = "python"
module-name = "orion_sdr.orion_sdr"
features = ["extension-module"]

[tool.pytest.ini_options]
testpaths = ["python/tests"]