Metadata-Version: 2.4
Name: holoso
Version: 0.1.0
Summary: A simple Python-to-Verilog synthesizer for numeric kernels, control systems, and DSP.
Requires-Python: >=3.14
Requires-Dist: numpy~=2.4
Requires-Dist: scipy~=1.17
Requires-Dist: sympy~=1.14
Provides-Extra: test
Requires-Dist: cocotb~=2.0; extra == "test"
Requires-Dist: jaxtyping~=0.3; extra == "test"
Requires-Dist: pytest~=9.0; extra == "test"
Provides-Extra: format
Requires-Dist: black~=26.5; extra == "format"
Provides-Extra: typecheck
Requires-Dist: mypy~=2.1; extra == "typecheck"
