pysmarlaapi 0.4.1__tar.gz → 0.4.3__tar.gz

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.

Files changed (25) hide show
  1. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/PKG-INFO +6 -3
  2. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pyproject.toml +8 -3
  3. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/__init__.py +1 -1
  4. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/requirements_dev.txt +1 -1
  5. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/.gitignore +0 -0
  6. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/.pre-commit-config.yaml +0 -0
  7. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/.pypirc +0 -0
  8. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/.vscode/launch.json +0 -0
  9. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/.vscode/settings.json +0 -0
  10. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/LICENSE +0 -0
  11. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/README.md +0 -0
  12. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/classes/__init__.py +0 -0
  13. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/classes/auth_token.py +0 -0
  14. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/classes/connection.py +0 -0
  15. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/connection_hub/__init__.py +0 -0
  16. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/federwiege/__init__.py +0 -0
  17. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/federwiege/classes/__init__.py +0 -0
  18. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/federwiege/classes/property.py +0 -0
  19. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/federwiege/classes/service.py +0 -0
  20. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/federwiege/services/__init__.py +0 -0
  21. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/federwiege/services/analyser_service.py +0 -0
  22. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/federwiege/services/babywiege_service.py +0 -0
  23. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/pysmarlaapi/federwiege/services/info_service.py +0 -0
  24. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/requirements.txt +0 -0
  25. {pysmarlaapi-0.4.1 → pysmarlaapi-0.4.3}/tests/test.py +0 -0
@@ -1,12 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pysmarlaapi
3
- Version: 0.4.1
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 :: 3 - Alpha
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: Source, https://github.com/Explicatis-GmbH/pysmarlaapi
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,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["flit_core >=2,<4"]
2
+ requires = ["flit_core >=3.12,<4"]
3
3
  build-backend = "flit_core.buildapi"
4
4
 
5
5
  [project]
@@ -7,6 +7,9 @@ name = "pysmarlaapi"
7
7
  authors = [
8
8
  {name = "Robin Lintermann", email = "robin.lintermann@explicatis.com"},
9
9
  ]
10
+ maintainers = [
11
+ {name = "Robin Lintermann", email = "robin.lintermann@explicatis.com"},
12
+ ]
10
13
  dependencies = [
11
14
  "aiohttp~=3.11.11",
12
15
  "jsonpickle~=4.0.0",
@@ -15,7 +18,8 @@ dependencies = [
15
18
  description = "Swing2Sleep Smarla API"
16
19
  readme = "README.md"
17
20
  classifiers = [
18
- "Development Status :: 3 - Alpha",
21
+ "Development Status :: 4 - Beta",
22
+ "Programming Language :: Python :: 3",
19
23
  "Programming Language :: Python :: 3.11",
20
24
  "Programming Language :: Python :: 3.12",
21
25
  "Programming Language :: Python :: 3.13",
@@ -25,7 +29,8 @@ requires-python = ">=3.11.9"
25
29
  dynamic = ["version"]
26
30
 
27
31
  [project.urls]
28
- Source = "https://github.com/Explicatis-GmbH/pysmarlaapi"
32
+ Repository = "https://github.com/Explicatis-GmbH/pysmarlaapi"
33
+ Issues = "https://github.com/Explicatis-GmbH/pysmarlaapi/issues"
29
34
 
30
35
  [tool.flit.module]
31
36
  name = "pysmarlaapi"
@@ -1,4 +1,4 @@
1
- __version__ = "0.4.1"
1
+ __version__ = "0.4.3"
2
2
 
3
3
  from .classes import Connection
4
4
  from .federwiege import Federwiege
@@ -1,5 +1,5 @@
1
1
  aiohttp~=3.11.11
2
- flit~=3.10.1
2
+ flit~=3.12.0
3
3
  jsonpickle~=4.0.0
4
4
  pre-commit~=4.0.1
5
5
  pysignalr~=1.1.0
File without changes
File without changes
File without changes
File without changes
File without changes