Metadata-Version: 2.4
Name: spelliot
Version: 1.0.5
Summary: Spell IoT Cloud Library for Python and Raspberry Pi
Home-page: https://github.com/Embedded-Petal/Spell_IoT_Python
Author: Karthickraja (Petals Automation)
Author-email: petalsautomationembedded@gmail.com
Maintainer: Petals Automation
Project-URL: Examples, https://github.com/Embedded-Petal/Spell_IoT_Python/tree/main/examples
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: home-page
Dynamic: maintainer
Dynamic: project-url
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")
```

## Examples
You can find various example programs demonstrating how to use the library here:  
[Spell IoT Python Examples (GitHub)](https://github.com/Embedded-Petal/Spell_IoT_Python/tree/main/examples)

For more information, please visit our website.
