Metadata-Version: 2.1
Name: openteleop
Version: 0.0.0
Summary: Python SDK for OpenTeleop
Home-page: https://github.com/openteleop/openteleop-py
Author: Devon Copeland
Author-email: founders@serial.io
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
Requires-Dist: requests


# OpenTeleop

OpenTeleop is a simple Python package that provides a command-line interface (CLI) for various tasks. The first command provided by this package is `helloworld`, which prints "Hello, world!" to the console.

## Installation

You can install OpenTeleop from PyPI using pip:

```bash
pip install openteleop
```

## Usage

Once installed, you can use the `openteleop` command followed by the desired subcommand. Currently, the package supports the following subcommand:

### `helloworld`

Prints "Hello, world!" to the console.

```bash
openteleop helloworld
```

## Development

To contribute to this project, follow these steps:

1. Clone the repository:

   ```bash
   git clone https://github.com/yourusername/openteleop.git
   ```

2. Navigate to the project directory:

   ```bash
   cd openteleop
   ```
