Metadata-Version: 2.1
Name: cspb-cli
Version: 1.0.0
Summary: CSPB Command Line User Interface package
Home-page: https://github.com/jerry-muir/cspb
Author: Gerard L. Muir
Author-email: jerrymuir65@gmail.com
License: MIT
Keywords: cluster system power cspb raspberry pi cli
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: smbus
Requires-Dist: cmd2
Requires-Dist: cspb

# cspb-cli

The Cluster System Power Board (cspb) Command Line Interface (cli) package contains a basic command line interface for use with the cluster system power board hardware.

## Introduction

The cspb-cli package contains python code examples that make use of the cspb driver package to provide communications to the cluster system power board hardware via an i2c serial bus. The software was developed with a focus on the Raspberry Pi single board computer.

This package contains the following programs:

- run_cspb_cli:

     A basic command line user interface for communicating with and programming 
the cspb hardware.

## Dependencies

This package depends on the following packages:

[cspb](https://pypi.org/project/cspb/),
[cmd2](https://pypi.org/project/cmd2/),
[smbus](https://pypi.org/project/smbus/)

## Code Examples

Running the GUI application:

```
run_cspb_cli
```

## Installation Instructions

The cspb-cli package is pure Python and requires no compilation. Install as follows:

```
pip install cspb-cli
```


