Metadata-Version: 2.3
Name: labcli
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.12
Requires-Dist: ansible>=10.5.0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: typer>=0.12.5
Description-Content-Type: text/markdown

# LabCLI

LabCLI is a command line interface for managing lab environments. It is designed to be used as is or imported into other scripts or CLI applications.

## Installation

```bash
pip install labcli
```

## Usage

```bash
labcli --help
```

## Development

To install the development environment you need to have [uv](https://docs.astral.sh/uv) installed.

```bash
git clone https://github.com/davidban77/labcli.git
cd labcli
uv sync --extra dev
```

This will create a virtual environment and install the required dependencies.
