Metadata-Version: 2.4
Name: remit-cli
Version: 0.5.10
Summary: CLI for the Remit payment protocol — USDC payments for AI agents
License-Expression: MIT
Project-URL: Homepage, https://remit.md
Project-URL: Repository, https://github.com/remit-md/remit-cli
Keywords: usdc,payments,agents,base,blockchain
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# remit-cli

CLI for the [Remit](https://remit.md) payment protocol — USDC payments for AI agents on Base.

This is a thin Python wrapper that downloads the native `remit` binary on first use.

## Install

```bash
pip install remit-cli
```

## Usage

```bash
remit --version
remit status
remit pay 0xRecipient 10.00
```

For full documentation, see the [remit-cli repo](https://github.com/remit-md/remit-cli).
