Metadata-Version: 2.4
Name: ina238
Version: 0.0.2
Summary: Python driver for TI INA238 Power Monitor (https://www.ti.com/product/INA238)
Project-URL: Homepage, https://gsi-hpc.github.io/py-ina238
Project-URL: Issues, https://github.com/GSI-HPC/py-ina238/issues
Project-URL: Source, https://github.com/GSI-HPC/py-ina238
Author: Christian Tacke
Author-email: Dennis Klein <d.klein@gsi.de>, Alexey Rybalchenko <a.rybalchenko@gsi.de>
License-Expression: LGPL-3.0-only
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.6
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH, Darmstadt, Germany

SPDX-License-Identifier: LGPL-3.0-only
-->

# py-ina238

[![PyPI](https://img.shields.io/pypi/v/ina238)](https://pypi.org/project/ina238/)

Python driver for the
[Texas Instruments INA238 85-V, 16-Bit, High-Precision Power Monitor With I2C Interface](https://www.ti.com/product/INA238)

## Installation

Latest release:

```bash
pip install ina238
```

## License

Copyright 2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH, Darmstadt, Germany

`py-ina238` is distributed under the terms of the
[GNU LGPLv3](https://choosealicense.com/licenses/lgpl-3.0).
