Metadata-Version: 2.1
Name: panel-com-g2
Version: 0.2
Summary: Panel controller rewrite for Reiser's Generation 2 Panels.
Home-page: https://github.com/Nobelz/panel_com
Author: Nobel Zhou
Author-email: nxz157@case.edu
Project-URL: Issue Tracker, https://github.com/Nobelz/panel_com/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

[![Downloads](https://pepy.tech/badge/panel_com)](https://pepy.tech/project/panel_com)
[![Supported Versions](https://img.shields.io/pypi/pyversions/panel_com.svg)](https://pypi.org/project/panel_com)

# panel_com_g2

panel_com provides a serial port interface to Michael Reiser's Panel Generation 2 controllers, first adapted from the MATLAB `Panel_com.m` script.

## Installation and Setup
Install the package using the following command:
```
python -m pip install panel_com_g2
```

To update the package, use the following command:
```
python -m pip install panel_com_g2 --upgrade
```
