Metadata-Version: 2.4
Name: spelliot
Version: 1.0.1
Summary: Spell IoT Cloud Library for Python and Raspberry Pi
Author: Karthickraja (Petals Automation)
Author-email: petalsautomationembedded@gmail.com
Maintainer: Petals Automation
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: websocket-client
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: maintainer
Dynamic: requires-dist
Dynamic: summary

# spelliot

**Spell IoT Cloud Library for Python and Raspberry Pi**

This library allows you to easily connect your Python applications and Raspberry Pi devices to the Spell IoT Cloud platform. 

## Installation

```bash
pip install spelliot
```

## Basic Usage

```python
from spell_iot import Spell_IoT

# Initialize the client
client = Spell_IoT()

# Connect to the cloud using your device token
client.begin(token="YOUR_DEVICE_TOKEN")
```

For more information, please visit our website.
