Metadata-Version: 2.4
Name: genalyzer
Version: 0.1.4
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: ADI BSD 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
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: 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"

# genalyzer: Python Bindings

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

## 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.
