Metadata-Version: 2.4
Name: pid-sdk
Version: 0.1.0
Summary: Universal Portable Identity SDK for the Agentic Era (PID)
Author-email: XY and Z <milo@xyandz.io>
License: MIT
Project-URL: Homepage, https://xyandz.io
Project-URL: Repository, https://github.com/XYANDZ-iO/pid-sdk
Keywords: pid,identity,agentic,aos,passport,xyandz
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# pid-sdk

Universal Portable Identity SDK for the Agentic Era.

## Install

```bash
pip install pid-sdk
```

## Quick Start

```python
from pid_sdk import PID

passport = PID.create(name="Sarah", domain="ad-intelligence")
passport.board("ad-intelligence", {"brand": "Glow Beauty", "budget": "$200K/month"})
```

- [GitHub](https://github.com/XYANDZ-iO/pid-sdk)
- [xyandz.io](https://xyandz.io)
