File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <p >
2- <a href="https://pypi.org/project/anedya-dev-sdk/">
3- <img alt="PyPI" src="https://img.shields.io/pypi/v/anedya-dev-sdk?style=for-the-badge">
4- </a>
5- <a href="https://docs.anedya.io?utm_source=github&utm_medium=link&utm_campaign=github-sdk&utm_content=python">
6- <img alt="Anedya Documentation" src="https://img.shields.io/badge/Anedya-Documentation-blue?style=for-the-badge">
7- </a>
8- </p >
1+ [ <img alt =" PyPI " src =" https://img.shields.io/pypi/v/anedya-dev-sdk?style=for-the-badge " >] ( https://pypi.org/project/anedya-dev-sdk/ )   ;  ; [ <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 )
92
103
114 <!-- -<div style="width:20%; margin:0 auto;margin-bottom:50px;margin-top:50px;">-->
Original file line number Diff line number Diff line change 11[metadata]
22name = anedya-dev-sdk
3- version = 0.1.1
3+ version = 0.1.2
44url = https://github.com/anedyaio/anedya-dev-sdk-pyhton
55author = Anedya Systems
66author_email = support@anedya.io
77description = 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.
88long_description = file: README.md
9- requires-python = " >=3.7"
9+ requires_python = " >=3.7"
1010dependencies = [" requests" ," paho-mqtt>=2.0.0" ]
1111license = Apache License 2.0
1212classifiers =
@@ -27,6 +27,11 @@ project_urls =
2727[bdist_wheel]
2828universal = 1
2929
30+ [options]
31+ install_requires =
32+ requests
33+ paho-mqtt >= 2.0.0
34+
3035[flake8]
3136# For the definitions of error codes, see
3237# - https://flake8.pycqa.org/en/latest/user/error-codes.html
Original file line number Diff line number Diff line change 1+ # src/client/__init__.py
You can’t perform that action at this time.
0 commit comments