Metadata-Version: 2.1
Name: anedya-dev-sdk
Version: 0.0.4
Summary: Anedya python based SDK for IoT devices. This SDK is currently under development. Future versions may include breaking changes.
Home-page: https://github.com/anedyaio/anedya-dev-sdk-pyhton
Author: Anedya Systems
Author-email: support@anedya.io
License: Apache License 2.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: requests

# Anedya SDK

<p>
    <a href="https://pypi.org/project/anedya-dev-sdk/">
        <img alt="PyPI" src="https://img.shields.io/pypi/v/anedya-dev-sdk">
    </a>
</p>


The **Anedya SDK** is a Python package designed to provide an easy-to-use interface for [Anedya](https://anedya.io) cloud services, which enables seamless connectivity and data retrieval from IoT devices. This SDK supports both MQTT and HTTP communication methods.

This SDK wraps the Device APIs available in the [Anedya Documentation](https://docs.anedya.io)

This is a Device SDK, i.e. it is meant to be used by an IoT device.

## Installation

To install the Anedya SDK, you can use `pip`:

```bash
pip install anedya-dev-sdk
```
