Metadata-Version: 2.4
Name: indiayz
Version: 0.2.6
Summary: Unified open-source AI toolkit with a clean, modular Python SDK
Author-email: indiayz <support@indiayz.ai>
License: Apache-2.0
Project-URL: Homepage, https://github.com/indiayz/indiayz-ai
Project-URL: Repository, https://github.com/indiayz/indiayz-ai
Project-URL: Issues, https://github.com/indiayz/indiayz-ai/issues
Project-URL: Documentation, https://github.com/indiayz/indiayz-ai#readme
Keywords: ai,llm,machine-learning,sdk,open-source,artificial-intelligence
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Dynamic: license-file

# 🚀 indiayz

<p align="center">
  <strong>Developer-first Python SDK powered by hosted services</strong><br>
  <em>Simple, reliable utilities exposed through a clean Python interface.</em>
</p>

<p align="center">
  <img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg">
  <img src="https://img.shields.io/badge/python-3.9%2B-blue">
  <img src="https://img.shields.io/badge/status-active-success">
</p>

[![PyPI](https://img.shields.io/pypi/v/indiayz.svg)](https://pypi.org/project/indiayz/)

---

## 🌍 What is indiayz?

**indiayz** is a lightweight, developer-focused Python SDK that provides
access to useful online utilities via hosted Indiayz services.

The SDK is designed to be:
- **Simple to use**
- **Predictable**
- **Backend-powered** (no heavy local logic)

All complex processing is handled securely on the server side,
while the client SDK remains clean and minimal.

---

## ✨ Current Features

- 🔍 **Wikipedia Search**  
  Fetch real Wikipedia summaries and metadata.

- 💬 **Random Quotes**  
  Get inspirational quotes via a simple API.

- 🎬 **Media Downloading**  
  Download media (mp4 / mp3) from supported platforms using the Indiayz backend.

---

## 📦 Installation

```bash
pip install indiayz
