pysmarlaapi 0.4.1__py3-none-any.whl → 0.4.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pysmarlaapi might be problematic. Click here for more details.
- pysmarlaapi/__init__.py +1 -1
- {pysmarlaapi-0.4.1.dist-info → pysmarlaapi-0.4.3.dist-info}/METADATA +6 -3
- {pysmarlaapi-0.4.1.dist-info → pysmarlaapi-0.4.3.dist-info}/RECORD +5 -5
- {pysmarlaapi-0.4.1.dist-info → pysmarlaapi-0.4.3.dist-info}/WHEEL +0 -0
- {pysmarlaapi-0.4.1.dist-info → pysmarlaapi-0.4.3.dist-info}/licenses/LICENSE +0 -0
pysmarlaapi/__init__.py
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pysmarlaapi
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: Swing2Sleep Smarla API
|
|
5
5
|
Author-email: Robin Lintermann <robin.lintermann@explicatis.com>
|
|
6
|
+
Maintainer-email: Robin Lintermann <robin.lintermann@explicatis.com>
|
|
6
7
|
Requires-Python: >=3.11.9
|
|
7
8
|
Description-Content-Type: text/markdown
|
|
8
9
|
License-Expression: Apache-2.0
|
|
9
|
-
Classifier: Development Status ::
|
|
10
|
+
Classifier: Development Status :: 4 - Beta
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
11
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
@@ -14,7 +16,8 @@ License-File: LICENSE
|
|
|
14
16
|
Requires-Dist: aiohttp~=3.11.11
|
|
15
17
|
Requires-Dist: jsonpickle~=4.0.0
|
|
16
18
|
Requires-Dist: pysignalr~=1.1.0
|
|
17
|
-
Project-URL:
|
|
19
|
+
Project-URL: Issues, https://github.com/Explicatis-GmbH/pysmarlaapi/issues
|
|
20
|
+
Project-URL: Repository, https://github.com/Explicatis-GmbH/pysmarlaapi
|
|
18
21
|
|
|
19
22
|
# pysmarlaapi
|
|
20
23
|
A python library providing an API for Swing2Sleep Smarla.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pysmarlaapi/__init__.py,sha256=
|
|
1
|
+
pysmarlaapi/__init__.py,sha256=XcXD4x2SBs5xtMWBZTkizyIP4amrnnTyOCRQzb0hWKA,94
|
|
2
2
|
pysmarlaapi/classes/__init__.py,sha256=4F4LRzLQtj6AmzrXn74iHEZl-YElpMkb7MhEGkab504,71
|
|
3
3
|
pysmarlaapi/classes/auth_token.py,sha256=bxpp0gDzWuLzNSgUksN4mMlyvkDWLhqs3fT76Mb-0c8,950
|
|
4
4
|
pysmarlaapi/classes/connection.py,sha256=tmMaPEN1lu8fC8cV-SX6l4aVUkaAOh-32aZUhR7nMSU,1403
|
|
@@ -11,7 +11,7 @@ pysmarlaapi/federwiege/services/__init__.py,sha256=20A54vK90HAmAF3VvXSAaHSujCVr0
|
|
|
11
11
|
pysmarlaapi/federwiege/services/analyser_service.py,sha256=PJmPqEIytrb9RUyuHDm5ShvpyrmiAXWO0LfINku_NVE,1854
|
|
12
12
|
pysmarlaapi/federwiege/services/babywiege_service.py,sha256=Uup7oU_GUImNAOojbRMbKdROZ2X9Vmu7Eqq43ZdcXbA,2127
|
|
13
13
|
pysmarlaapi/federwiege/services/info_service.py,sha256=dfODCRBK3Vinme73IlmjSqsvwfPrXeqDz_EEA9cWnhk,1294
|
|
14
|
-
pysmarlaapi-0.4.
|
|
15
|
-
pysmarlaapi-0.4.
|
|
16
|
-
pysmarlaapi-0.4.
|
|
17
|
-
pysmarlaapi-0.4.
|
|
14
|
+
pysmarlaapi-0.4.3.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
|
15
|
+
pysmarlaapi-0.4.3.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
16
|
+
pysmarlaapi-0.4.3.dist-info/METADATA,sha256=glwpMpcGOr9nqSXTMBv1nPoi-BHvhPhjLHL7emaLYrU,1220
|
|
17
|
+
pysmarlaapi-0.4.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|