Metadata-Version: 2.4
Name: rusticai-claude
Version: 1.2.3
Summary: Claude Integration
License-Expression: Apache-2.0
Author: Dragonscale Industries Inc.
Author-email: dev@dragonscale.ai
Requires-Python: >=3.13,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: test
Requires-Dist: claude-agent-sdk (==0.1.48)
Requires-Dist: rusticai-core (>=1.2.3,<1.3.0)
Project-URL: Homepage, https://www.rustic.ai/
Project-URL: Repository, https://github.com/dragonscale-ai/rustic-ai
Project-URL: Rustic AI Core, https://pypi.org/project/rusticai-core/
Description-Content-Type: text/markdown

# claude

Claude Integration

## Configure claude code to use vertex ai
Set the following environment variables:

```bash
export CLAUDE_CODE_USE_VERTEX=1
export CLOUD_ML_REGION=global
export ANTHROPIC_VERTEX_PROJECT_ID=YOUR-PROJECT-ID
```

refer docs for more info: https://code.claude.com/docs/en/google-vertex-ai
