Metadata-Version: 2.4
Name: pyadi-jif
Version: 0.1.0
Summary: Python interface and configurator for ADI JESD Interface Framework
Author-email: "Travis F. Collins" <travis.collins@analog.com>
Maintainer: Analog Devices, Inc.
Maintainer-email: Travis Collins <travis.collins@analog.com>
License: EPL-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy<2
Requires-Dist: openpyxl>=3.1.3
Requires-Dist: pandas[openpyxl]>=1.1.5
Provides-Extra: cplex
Requires-Dist: cplex; extra == "cplex"
Requires-Dist: docplex==2.24.231; extra == "cplex"
Provides-Extra: gekko
Requires-Dist: gekko; extra == "gekko"
Dynamic: license-file

# pyadi-jif: Python Configurator for ADI JESD204 Interface Framework (JIF)

A framework to simplify the use of JESD204 with Analog Devices, Inc. data converters and clock chips.

<p align="center">
<img src="doc/source/imgs/PyADI-JIF_logo.png" width="500" alt="PyADI-JIF Logo"> </br>
</p>

<p align="center">

<a href="https://opensource.org/licenses/">
<img src="https://img.shields.io/badge/License-EPL%20v2-blue.svg" alt="EPL v2.0>
</a>
    
<a href="https://github.com/analogdevicesinc/pyadi-jif/actions/workflows/tests.yml">
<img src="https://github.com/analogdevicesinc/pyadi-jif/actions/workflows/tests.yml/badge.svg" alt="Test Status">
</a>

<a href="https://codecov.io/gh/analogdevicesinc/pyadi-jif">
<img src="https://codecov.io/gh/analogdevicesinc/pyadi-jif/branch/main/graph/badge.svg?token=WVSRCSXFWL" alt="Coverage Status">
</a>
</p> 
  
## Installation 

Install JIF with pip

```bash 
  pip install --index-url https://test.pypi.org/simple/ pyadi-jif
```


## Documentation

[Documentation](https://analogdevicesinc.github.io/pyadi-jif/main/)

  
## License

[EPL-2.0](https://www.eclipse.org/legal/epl-2.0/)
