juham-automation 0.0.12__tar.gz → 0.0.13__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.
Files changed (45) hide show
  1. {juham_automation-0.0.12/juham_automation.egg-info → juham_automation-0.0.13}/PKG-INFO +2 -6
  2. {juham_automation-0.0.12 → juham_automation-0.0.13/juham_automation.egg-info}/PKG-INFO +2 -6
  3. juham_automation-0.0.13/juham_automation.egg-info/requires.txt +5 -0
  4. {juham_automation-0.0.12 → juham_automation-0.0.13}/pyproject.toml +2 -6
  5. juham_automation-0.0.12/juham_automation.egg-info/requires.txt +0 -9
  6. {juham_automation-0.0.12 → juham_automation-0.0.13}/LICENSE.rst +0 -0
  7. {juham_automation-0.0.12 → juham_automation-0.0.13}/MANIFEST.in +0 -0
  8. {juham_automation-0.0.12 → juham_automation-0.0.13}/README.rst +0 -0
  9. {juham_automation-0.0.12 → juham_automation-0.0.13}/examples/myapp.py +0 -0
  10. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/__init__.py +0 -0
  11. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/automation/__init__.py +0 -0
  12. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/automation/energycostcalculator.py +0 -0
  13. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/automation/hotwateroptimizer.py +0 -0
  14. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/automation/powermeter_simulator.py +0 -0
  15. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/automation/spothintafi.py +0 -0
  16. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/automation/watercirculator.py +0 -0
  17. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/japp.py +0 -0
  18. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/py.typed +0 -0
  19. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/ts/__init__.py +0 -0
  20. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/ts/electricityprice_ts.py +0 -0
  21. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/ts/energycostcalculator_ts.py +0 -0
  22. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/ts/forecast_ts.py +0 -0
  23. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/ts/log_ts.py +0 -0
  24. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/ts/power_ts.py +0 -0
  25. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/ts/powermeter_ts.py +0 -0
  26. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation/ts/powerplan_ts.py +0 -0
  27. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation.egg-info/SOURCES.txt +0 -0
  28. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation.egg-info/dependency_links.txt +0 -0
  29. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation.egg-info/entry_points.txt +0 -0
  30. {juham_automation-0.0.12 → juham_automation-0.0.13}/juham_automation.egg-info/top_level.txt +0 -0
  31. {juham_automation-0.0.12 → juham_automation-0.0.13}/setup.cfg +0 -0
  32. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/__init__.py +0 -0
  33. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/automation/__init__.py +0 -0
  34. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/automation/test_energycostcalculator.py +0 -0
  35. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/automation/test_hotwateroptimizer.py +0 -0
  36. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/automation/test_juham.py +0 -0
  37. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/automation/test_spothintafi.py +0 -0
  38. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/test_japp.py +0 -0
  39. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/ts/__init__.py +0 -0
  40. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/ts/test_energycostcalculator_ts.py +0 -0
  41. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/ts/test_forecast_ts.py +0 -0
  42. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/ts/test_log_ts.py +0 -0
  43. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/ts/test_power_ts.py +0 -0
  44. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/ts/test_powermeter_ts.py +0 -0
  45. {juham_automation-0.0.12 → juham_automation-0.0.13}/tests/ts/test_powerplan_ts.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: juham-automation
3
- Version: 0.0.12
3
+ Version: 0.0.13
4
4
  Summary: Juha's Ultimate Home Automation Masterpiece
5
5
  Author-email: J Meskanen <juham.api@gmail.com>
6
6
  Maintainer-email: "J. Meskanen" <juham.api@gmail.com>
@@ -44,11 +44,7 @@ Classifier: Programming Language :: Python :: 3.8
44
44
  Requires-Python: >=3.8
45
45
  Description-Content-Type: text/markdown
46
46
  License-File: LICENSE.rst
47
- Requires-Dist: masterpiece_influx>=0.1.9
48
- Requires-Dist: masterpiece_pahomqtt>=0.1.5
49
- Requires-Dist: juham_core>=0.1.1
50
- Requires-Dist: requests>=2.31
51
- Requires-Dist: pytz>=2024.1
47
+ Requires-Dist: juham_core>=0.1.2
52
48
  Provides-Extra: dev
53
49
  Requires-Dist: check-manifest; extra == "dev"
54
50
  Requires-Dist: types-pyz; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: juham-automation
3
- Version: 0.0.12
3
+ Version: 0.0.13
4
4
  Summary: Juha's Ultimate Home Automation Masterpiece
5
5
  Author-email: J Meskanen <juham.api@gmail.com>
6
6
  Maintainer-email: "J. Meskanen" <juham.api@gmail.com>
@@ -44,11 +44,7 @@ Classifier: Programming Language :: Python :: 3.8
44
44
  Requires-Python: >=3.8
45
45
  Description-Content-Type: text/markdown
46
46
  License-File: LICENSE.rst
47
- Requires-Dist: masterpiece_influx>=0.1.9
48
- Requires-Dist: masterpiece_pahomqtt>=0.1.5
49
- Requires-Dist: juham_core>=0.1.1
50
- Requires-Dist: requests>=2.31
51
- Requires-Dist: pytz>=2024.1
47
+ Requires-Dist: juham_core>=0.1.2
52
48
  Provides-Extra: dev
53
49
  Requires-Dist: check-manifest; extra == "dev"
54
50
  Requires-Dist: types-pyz; extra == "dev"
@@ -0,0 +1,5 @@
1
+ juham_core>=0.1.2
2
+
3
+ [dev]
4
+ check-manifest
5
+ types-pyz
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "juham-automation"
8
- version = "0.0.12"
8
+ version = "0.0.13"
9
9
  description = "Juha's Ultimate Home Automation Masterpiece"
10
10
  readme = {file = "README.rst", content-type = "text/markdown"}
11
11
  requires-python = ">=3.8"
@@ -27,11 +27,7 @@ classifiers = [
27
27
  ]
28
28
 
29
29
  dependencies = [
30
- "masterpiece_influx >= 0.1.9",
31
- "masterpiece_pahomqtt >= 0.1.5",
32
- "juham_core >= 0.1.1",
33
- "requests >= 2.31",
34
- "pytz >= 2024.1",
30
+ "juham_core >= 0.1.2",
35
31
  ]
36
32
 
37
33
 
@@ -1,9 +0,0 @@
1
- masterpiece_influx>=0.1.9
2
- masterpiece_pahomqtt>=0.1.5
3
- juham_core>=0.1.1
4
- requests>=2.31
5
- pytz>=2024.1
6
-
7
- [dev]
8
- check-manifest
9
- types-pyz