Metadata-Version: 2.4
Name: iot-lab-simulator
Version: 1.0.0
Summary: A complete IoT Lab Simulator for educational purposes
Home-page: https://github.com/shivarao101/iot-lab-simulator
Author: Shivaprasad
Author-email: shivarao101@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5>=5.15.0
Requires-Dist: pyqtgraph>=0.12.0
Requires-Dist: numpy>=1.19.0
Requires-Dist: scipy>=1.5.0
Requires-Dist: requests>=2.25.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: black>=21.0; extra == "dev"
Requires-Dist: flake8>=3.9; extra == "dev"
Requires-Dist: twine>=3.4; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=4.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=0.5; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# IoT Lab Simulator

[![PyPI version](https://badge.fury.io/py/iot-lab-simulator.svg)](https://badge.fury.io/py/iot-lab-simulator)
[![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A complete IoT Lab Simulator for educational purposes. Simulate various IoT experiments without physical hardware!

## Features

- ✅ **15+ IoT Experiments** including sensors, actuators, and cloud integration
- ✅ **Visual Hardware Simulation** with realistic GUI
- ✅ **Real-time Sensor Data** with interactive controls
- ✅ **Cloud Integration** (ThingSpeak, MQTT, Telegram)
- ✅ **Network Protocols** (UDP/TCP servers)
- ✅ **Educational Focus** with code examples for each experiment

## Installation

### From PyPI (Recommended)
```bash
pip install iot-lab-simulator
