Metadata-Version: 2.4
Name: dryft
Version: 0.1.1
Summary: Dryft CLI and daemon — sync agent context with Dryft server
Author: Dryft
License: MIT
Keywords: dryft,ai,agents,coordination,git
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: certifi

# Dryft Python client

Same CLI as the Node client, installable via **pip** per the PRD:

```bash
pip install dryft
dryft init
dryft start
```

From source (repo root):

```bash
pip install -e ./client-py
```

Commands: `init`, `start`, `stop`, `status`, `config`, `push-notify`. Implementation follows the same phases as the Node client in `client/`.
