Metadata-Version: 2.4
Name: bindable
Version: 0.1.0
Summary: Python client for the hosted Bindable Action Gate, with offline Receipt verification
Author: Bindable AI LLC
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Requires-Python: >=3.10
Requires-Dist: cryptography>=42
Requires-Dist: httpx>=0.27
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == 'dev'
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.5; extra == 'dev'
Description-Content-Type: text/markdown

# bindable

Bindable Python client — propose, decide, and verify accountable agent actions against the hosted Bindable Action Gate. Offline receipt verification included.

## Install

```
pip install bindable
```

## Usage

```python
import bindable

# Submit a Proposal to the Bindable Action Gate, receive a Decision,
# record the Outcome, then verify the returned Receipt offline.
```

Status: pre-release (0.1.0.dev0)
