Metadata-Version: 2.4
Name: genalyzer
Version: 0.1.7
Summary: Python bindings for genalyzer converter analysis library
Author-email: Peter Derounian <peter.derounian@analog.com>, Srikanth Pagadarai <srikanth.pagadarai@analog.com>, Travis Collins <travis.collins@analog.com>
Maintainer: Analog Devices, Inc
Maintainer-email: Srikanth Pagadarai <srikanth.pagadarai@analog.com>, Travis Collins <travis.collins@analog.com>
License-Expression: LicenseRef-ADIBSD OR GPL-2.0-or-later
Project-URL: homepage, https://analogdevicesinc.github.io/genalyzer/
Project-URL: documentation, https://analogdevicesinc.github.io/genalyzer/
Project-URL: repository, https://github.com/analogdevicesinc/genalyzer
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE_ADIBSD
License-File: THIRD_PARTY_LICENSES.md
License-File: dependencies/LICENSE_pytest-reporter-html1
Requires-Dist: numpy>=1.20
Provides-Extra: cli
Requires-Dist: click; extra == "cli"
Provides-Extra: mcp
Requires-Dist: fastmcp; python_version >= "3.10" and extra == "mcp"
Requires-Dist: numpy; extra == "mcp"
Requires-Dist: click; extra == "mcp"
Provides-Extra: tools
Requires-Dist: scipy; extra == "tools"
Provides-Extra: fftw
Requires-Dist: genalyzer-fftw==0.1.7; extra == "fftw"
Provides-Extra: pytest
Requires-Dist: pytest>=6.2; extra == "pytest"
Requires-Dist: pytest-reporter>=0.4.0; extra == "pytest"
Requires-Dist: plotly>=6.3.0; extra == "pytest"
Requires-Dist: matplotlib==3.8.2; extra == "pytest"
Requires-Dist: mpld3==0.5.10; extra == "pytest"
Requires-Dist: pandas>=1.3.0; extra == "pytest"
Requires-Dist: jinja2>=3.0.0; extra == "pytest"
Requires-Dist: docutils>=0.17.0; extra == "pytest"
Requires-Dist: ansi2html>=1.6.0; extra == "pytest"
Dynamic: license-file

# genalyzer: Python Bindings

This package contains the python bindings for genalyzer, a library for computing data-converter performance metrics.

## FFTW Binary Wheel Variants and Licensing

The platform-wheel variants built for supported Python and operating-system combinations link the native `libgenalyzer` library against FFTW and use wheel repair tools to bundle the required FFTW runtime. FFTW is GPL unless a separate commercial FFTW license has been obtained. The published FFTW-inclusive wheels therefore select the project's **GPL-2.0-or-later** license option, and their package metadata reports that license explicitly.

The ADI BSD source license option does **not** apply to these wheels. It is available only when `libgenalyzer` is built with FFTW under a separate compatible commercial license, or with another FFT implementation/license arrangement that permits the ADI BSD terms. Such a non-GPL build must be distributed separately with matching metadata; it must not reuse the FFTW-wheel artifacts produced by this repository's CI. See `THIRD_PARTY_LICENSES.md`, shipped with each distribution, for the wheel-specific third-party notices.

## Optional Features

To support pytest functionality, genalyzer includes pytest fixture to help manage plots and generate reports.

This is heavily based off [pytest-reporter-html1](https://github.com/christiansandberg/pytest-reporter-html1/tree/master). See [LICENSE](https://github.com/christiansandberg/pytest-reporter-html1/blob/master/LICENSE) for related licensing information. 

## Pytest Testing (of plugin)

Tests were heavily ported as well from [pytest-reporter-html1](https://github.com/christiansandberg/pytest-reporter-html1). File headers include attribution.
