Metadata-Version: 2.4
Name: metalware
Version: 2026.3.13
Summary: Metalware CLI tool
Author: Metalware Team
Author-email: support@metalware.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: typer (>=0.9.0,<1.0.0)
Description-Content-Type: text/markdown

# Metalware SDK

Python SDK and CLI for interacting with Metalware Havoc.

## What This Repo Contains

- Python package: `metalware_sdk`
- CLI entrypoint: `metalware`
- Usage examples: `examples/`

## Quick Start

```bash
python3 -m venv .venv
. .venv/bin/activate
pip install -e .
```

Configure the CLI:

```bash
metalware setup
```

Submit firmware:

```bash
metalware submit path/to/firmware.elf
```

## Documentation

Detailed developer docs are at https://docs.metalware.com/sdk

