Metadata-Version: 2.4
Name: kiwisiot
Version: 1.0.5
Summary: KiwisIoT Python SDK for MQTT-based IoT communication
Author: Mugeshwaran R
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: paho-mqtt>=1.6.1
Dynamic: license-file

# KiwisIoT 

Official Python SDK for **Kiwistron IoT Platform**

Supports:
- Raspberry Pi 
- Linux systems
- Python IDLE
- MQTT-based real-time communication

---

##  Features

- Auto MQTT reconnect
- JSON communication
- Callback-based receive
- Lightweight & fast
- Works with ESP32 / ESP8266 devices

---

## Installation

```bash
pip install kiwisiot
