juham-automation 0.0.26__tar.gz → 0.0.27__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 (47) hide show
  1. {juham_automation-0.0.26/juham_automation.egg-info → juham_automation-0.0.27}/PKG-INFO +2 -2
  2. {juham_automation-0.0.26 → juham_automation-0.0.27/juham_automation.egg-info}/PKG-INFO +2 -2
  3. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation.egg-info/requires.txt +1 -1
  4. {juham_automation-0.0.26 → juham_automation-0.0.27}/pyproject.toml +2 -2
  5. {juham_automation-0.0.26 → juham_automation-0.0.27}/LICENSE.rst +0 -0
  6. {juham_automation-0.0.26 → juham_automation-0.0.27}/MANIFEST.in +0 -0
  7. {juham_automation-0.0.26 → juham_automation-0.0.27}/README.rst +0 -0
  8. {juham_automation-0.0.26 → juham_automation-0.0.27}/examples/myapp.py +0 -0
  9. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/__init__.py +0 -0
  10. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/automation/__init__.py +0 -0
  11. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/automation/energybalancer.py +0 -0
  12. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/automation/energycostcalculator.py +0 -0
  13. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/automation/heatingoptimizer.py +0 -0
  14. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/automation/powermeter_simulator.py +0 -0
  15. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/automation/spothintafi.py +0 -0
  16. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/automation/watercirculator.py +0 -0
  17. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/japp.py +0 -0
  18. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/py.typed +0 -0
  19. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/ts/__init__.py +0 -0
  20. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/ts/electricityprice_ts.py +0 -0
  21. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/ts/energybalancer_ts.py +0 -0
  22. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/ts/energycostcalculator_ts.py +0 -0
  23. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/ts/forecast_ts.py +0 -0
  24. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/ts/log_ts.py +0 -0
  25. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/ts/power_ts.py +0 -0
  26. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/ts/powermeter_ts.py +0 -0
  27. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation/ts/powerplan_ts.py +0 -0
  28. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation.egg-info/SOURCES.txt +0 -0
  29. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation.egg-info/dependency_links.txt +0 -0
  30. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation.egg-info/entry_points.txt +0 -0
  31. {juham_automation-0.0.26 → juham_automation-0.0.27}/juham_automation.egg-info/top_level.txt +0 -0
  32. {juham_automation-0.0.26 → juham_automation-0.0.27}/setup.cfg +0 -0
  33. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/__init__.py +0 -0
  34. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/automation/__init__.py +0 -0
  35. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/automation/test_energybalancer.py +0 -0
  36. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/automation/test_energycostcalculator.py +0 -0
  37. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/automation/test_heatingoptimizer.py +0 -0
  38. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/automation/test_juham.py +0 -0
  39. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/automation/test_spothintafi.py +0 -0
  40. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/test_japp.py +0 -0
  41. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/ts/__init__.py +0 -0
  42. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/ts/test_energycostcalculator_ts.py +0 -0
  43. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/ts/test_forecast_ts.py +0 -0
  44. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/ts/test_log_ts.py +0 -0
  45. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/ts/test_power_ts.py +0 -0
  46. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/ts/test_powermeter_ts.py +0 -0
  47. {juham_automation-0.0.26 → juham_automation-0.0.27}/tests/ts/test_powerplan_ts.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: juham-automation
3
- Version: 0.0.26
3
+ Version: 0.0.27
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,7 +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: juham_core>=0.1.3
47
+ Requires-Dist: juham_core>=0.1.5
48
48
  Provides-Extra: dev
49
49
  Requires-Dist: check-manifest; extra == "dev"
50
50
  Requires-Dist: types-pyz; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: juham-automation
3
- Version: 0.0.26
3
+ Version: 0.0.27
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,7 +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: juham_core>=0.1.3
47
+ Requires-Dist: juham_core>=0.1.5
48
48
  Provides-Extra: dev
49
49
  Requires-Dist: check-manifest; extra == "dev"
50
50
  Requires-Dist: types-pyz; extra == "dev"
@@ -1,4 +1,4 @@
1
- juham_core>=0.1.3
1
+ juham_core>=0.1.5
2
2
 
3
3
  [dev]
4
4
  check-manifest
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "juham-automation"
8
- version = "0.0.26"
8
+ version = "0.0.27"
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,7 +27,7 @@ classifiers = [
27
27
  ]
28
28
 
29
29
  dependencies = [
30
- "juham_core >= 0.1.3",
30
+ "juham_core >= 0.1.5",
31
31
  ]
32
32
 
33
33