Metadata-Version: 2.4
Name: wizard-ai-pro
Version: 0.1.6
Summary: Official Python SDK for Wizard.AI API - Chat with JARVIS, ORACLE, and more!
Author-email: Arnav Gupta <arnav@wizardai.dpdns.org>
License: MIT
Project-URL: Homepage, https://wizardai.dpdns.org
Project-URL: Repository, https://github.com/ag-ultima/wizard-ai-python
Project-URL: Documentation, https://github.com/ag-ultima/wizard-ai-python#readme
Keywords: ai,chatbot,wizard,jarvis,oracle,llm,api
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Dynamic: license-file

# 🧙 Wizard.AI Python SDK

The official Python client for the [Wizard.AI API](https://wizardai.dpdns.org). 
Chat with JARVIS, ORACLE, Nerd, Fun, and more!

## ✨ Features

- 🎭 **7+ Personalities** - JARVIS, ORACLE, Nerd, Fun, Sarcastic, Fast, Normal
- 📡 **Streaming Support** - Real-time token-by-token responses
- 🔑 **Simple Authentication** - Just your API key
- 🐍 **Python 3.7+** - Works with all modern Python versions
- ⚡ **Fast & Lightweight** - Only depends on `requests`

## 📦 Installation

```bash
pip install wizard-ai-pro
