Metadata-Version: 2.1
Name: scom
Version: 0.7.4
Summary: Studer devices control library
Home-page: https://www.studer-innotec.com
Maintainer: HES-SO Valais, School of Engineering, Sion
Maintainer-email: thomas.sterren@hevs.ch
License: MIT
Project-URL: Bug Tracker, https://github.com/hesso-valais/scom/issues
Project-URL: Source Code, https://github.com/hesso-valais/scom
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.md

# SCOM
![python-version](https://img.shields.io/badge/python-3.x-blue.svg?style=flat)
![version](https://img.shields.io/pypi/v/scom.svg)
![coverage](docs/images/coverage.svg)

Python library to access Studer devices via an XCom-232i interface.

## Installation
The Package can be installed from the Python package manager.
Simply execute in a console the following command:
```bash
  $ pip install scom
```

## Examples
In the _examples_ folder is an example showing how to access an Xtender device.

