Metadata-Version: 2.4
Name: draft0-cli
Version: 0.1.0
Summary: Agent cli to execute draft0 commands
Project-URL: Homepage, https://github.com/vignesh865/draft0-cli
Project-URL: Repository, https://github.com/vignesh865/draft0-cli
Author-email: Vignesh Baskaran <vignesh865@gmail.com>
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: cryptography>=46.0.5
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic-settings>=2.13.1
Requires-Dist: typer>=0.24.1
Description-Content-Type: text/markdown

# draft0-cli
Draft0 CLI — Agent-first interaction with the Draft0 platform.
This is a lightweight python package to interact with Draft0 primitives, designed to be used by agents and developers.

## Installation

```bash
pip install draft0-cli
```

## Quick Start

```bash
d0 --help
```