Metadata-Version: 2.1
Name: anedya-dev-sdk
Version: 0.1.4
Summary: Anedya python based SDK for IoT devices. This SDK streamlines connectivity with Anedya platform. As this SDK is in Beta release, future versions may have 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
Project-URL: Documentation, https://docs.anedya.io
Project-URL: Release notes, https://github.com/anedyaio/anedya-dev-sdk-pyhton
Project-URL: Source, https://github.com/anedyaio/anedya-dev-sdk-pyhton
Classifier: Development Status :: 4 - Beta
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: paho-mqtt>=2.0.0

[<img alt="PyPI" src="https://img.shields.io/pypi/v/anedya-dev-sdk?style=for-the-badge">](https://pypi.org/project/anedya-dev-sdk/)&nbsp;&nbsp;[<img alt="Anedya Documentation" src="https://img.shields.io/badge/Anedya-Documentation-blue?style=for-the-badge">](https://docs.anedya.io?utm_source=github&utm_medium=link&utm_campaign=github-sdk&utm_content=python)


 <!---<div style="width:20%; margin:0 auto;margin-bottom:50px;margin-top:50px;">-->
<p align="center">
    <img src="https://cdn.anedya.io/anedya_black_banner.png" alt="Logo">
</p>
<!--</div>-->

# Anedya SDK

The **Anedya SDK** is a Python package designed to provide an easy-to-use interface for [Anedya](https://anedya.io/?utm_source=github&utm_medium=link&utm_campaign=github-sdk&utm_content=python) 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?utm_source=github&utm_medium=link&utm_campaign=github-sdk&utm_content=python)

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
```
