Metadata-Version: 2.4
Name: craite-sdk
Version: 1.0.2
Summary: CRAITE Python SDK - AI-powered Web3 code generation
Home-page: https://github.com/CRAITE-CODE/craite
Author: CRAITE Team
Author-email: support@craite.ai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Code Generators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: openai>=1.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CRAITE Python SDK

Web3 AI development in Python.

## Installation

```bash
pip install craite-sdk
Quick Start
pythonfrom craite import create_client

# Initialize client
client = create_client("your-api-key")

# Generate smart contract
result = client.generate("Create an ERC-20 token with burn function")
print(result["code"])
Features

🚀 Simple API for Web3 code generation
🔧 Support for multiple LLM providers
🎯 14+ specialized MCP tools
📦 Multi-language output (Solidity, Rust, etc.)
⚡ Async support

Documentation
Full documentation at https://craite.xyz/docs
