ebm 0.99.3__tar.gz → 0.99.4__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 (89) hide show
  1. {ebm-0.99.3/ebm.egg-info → ebm-0.99.4}/PKG-INFO +2 -2
  2. ebm-0.99.4/ebm/__version__.py +1 -0
  3. {ebm-0.99.3 → ebm-0.99.4/ebm.egg-info}/PKG-INFO +2 -2
  4. {ebm-0.99.3 → ebm-0.99.4}/ebm.egg-info/requires.txt +1 -1
  5. {ebm-0.99.3 → ebm-0.99.4}/pyproject.toml +1 -1
  6. ebm-0.99.3/ebm/__version__.py +0 -1
  7. {ebm-0.99.3 → ebm-0.99.4}/LICENSE +0 -0
  8. {ebm-0.99.3 → ebm-0.99.4}/MANIFEST.in +0 -0
  9. {ebm-0.99.3 → ebm-0.99.4}/README.md +0 -0
  10. {ebm-0.99.3 → ebm-0.99.4}/ebm/__init__.py +0 -0
  11. {ebm-0.99.3 → ebm-0.99.4}/ebm/__main__.py +0 -0
  12. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/__init__.py +0 -0
  13. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/calibrate.py +0 -0
  14. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/calibrate_excel_com_io.py +0 -0
  15. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/heating_systems_by_year.py +0 -0
  16. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/helpers.py +0 -0
  17. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/initialize.py +0 -0
  18. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/migrate.py +0 -0
  19. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/pipeline.py +0 -0
  20. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/prepare_main.py +0 -0
  21. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/result_handler.py +0 -0
  22. {ebm-0.99.3 → ebm-0.99.4}/ebm/cmd/run_calculation.py +0 -0
  23. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/area.csv +0 -0
  24. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/area_new_residential_buildings.csv +0 -0
  25. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/area_per_person.csv +0 -0
  26. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/building_code_parameters.csv +0 -0
  27. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/energy_need_behaviour_factor.csv +0 -0
  28. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/energy_need_improvements.csv +0 -0
  29. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/energy_need_original_condition.csv +0 -0
  30. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/heating_system_efficiencies.csv +0 -0
  31. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/heating_system_forecast.csv +0 -0
  32. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/heating_system_initial_shares.csv +0 -0
  33. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/holiday_home_energy_consumption.csv +0 -0
  34. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/holiday_home_stock.csv +0 -0
  35. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/improvement_building_upgrade.csv +0 -0
  36. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/new_buildings_residential.csv +0 -0
  37. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/population_forecast.csv +0 -0
  38. {ebm-0.99.3 → ebm-0.99.4}/ebm/data/s_curve.csv +0 -0
  39. {ebm-0.99.3 → ebm-0.99.4}/ebm/energy_consumption.py +0 -0
  40. {ebm-0.99.3 → ebm-0.99.4}/ebm/extractors.py +0 -0
  41. {ebm-0.99.3 → ebm-0.99.4}/ebm/heating_system_forecast.py +0 -0
  42. {ebm-0.99.3 → ebm-0.99.4}/ebm/holiday_home_energy.py +0 -0
  43. {ebm-0.99.3 → ebm-0.99.4}/ebm/migrations.py +0 -0
  44. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/__init__.py +0 -0
  45. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/area.py +0 -0
  46. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/bema.py +0 -0
  47. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/building_category.py +0 -0
  48. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/building_condition.py +0 -0
  49. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/calibrate_energy_requirements.py +0 -0
  50. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/calibrate_heating_systems.py +0 -0
  51. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/column_operations.py +0 -0
  52. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/construction.py +0 -0
  53. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/data_classes.py +0 -0
  54. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/database_manager.py +0 -0
  55. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/dataframemodels.py +0 -0
  56. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/defaults.py +0 -0
  57. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/energy_need.py +0 -0
  58. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/energy_need_filter.py +0 -0
  59. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/energy_purpose.py +0 -0
  60. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/energy_requirement.py +0 -0
  61. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/energy_use.py +0 -0
  62. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/enums.py +0 -0
  63. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/exceptions.py +0 -0
  64. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/file_handler.py +0 -0
  65. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/filter_scurve_params.py +0 -0
  66. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/filter_tek.py +0 -0
  67. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/heat_pump.py +0 -0
  68. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/heating_systems.py +0 -0
  69. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/heating_systems_parameter.py +0 -0
  70. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/heating_systems_projection.py +0 -0
  71. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/heating_systems_share.py +0 -0
  72. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/scurve.py +0 -0
  73. {ebm-0.99.3 → ebm-0.99.4}/ebm/model/tek.py +0 -0
  74. {ebm-0.99.3 → ebm-0.99.4}/ebm/s_curve.py +0 -0
  75. {ebm-0.99.3 → ebm-0.99.4}/ebm/services/__init__.py +0 -0
  76. {ebm-0.99.3 → ebm-0.99.4}/ebm/services/calibration_writer.py +0 -0
  77. {ebm-0.99.3 → ebm-0.99.4}/ebm/services/console.py +0 -0
  78. {ebm-0.99.3 → ebm-0.99.4}/ebm/services/excel_loader.py +0 -0
  79. {ebm-0.99.3 → ebm-0.99.4}/ebm/services/files.py +0 -0
  80. {ebm-0.99.3 → ebm-0.99.4}/ebm/services/spreadsheet.py +0 -0
  81. {ebm-0.99.3 → ebm-0.99.4}/ebm/temp_calc.py +0 -0
  82. {ebm-0.99.3 → ebm-0.99.4}/ebm/validators.py +0 -0
  83. {ebm-0.99.3 → ebm-0.99.4}/ebm.egg-info/SOURCES.txt +0 -0
  84. {ebm-0.99.3 → ebm-0.99.4}/ebm.egg-info/dependency_links.txt +0 -0
  85. {ebm-0.99.3 → ebm-0.99.4}/ebm.egg-info/entry_points.txt +0 -0
  86. {ebm-0.99.3 → ebm-0.99.4}/ebm.egg-info/top_level.txt +0 -0
  87. {ebm-0.99.3 → ebm-0.99.4}/setup.cfg +0 -0
  88. {ebm-0.99.3 → ebm-0.99.4}/tests/test_energy_need_filter.py +0 -0
  89. {ebm-0.99.3 → ebm-0.99.4}/tests/test_s_curve.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ebm
3
- Version: 0.99.3
3
+ Version: 0.99.4
4
4
  Summary: A project for energy usage modeling
5
5
  Author-email: Lars Petrusson <lfep@nve.no>, Ketil Nordstad <kenord@nve.no>
6
6
  Project-URL: Homepage, https://www.nve.no/
@@ -15,7 +15,7 @@ Requires-Dist: openpyxl
15
15
  Requires-Dist: pandas
16
16
  Requires-Dist: python-dotenv
17
17
  Requires-Dist: rich
18
- Requires-Dist: pandera
18
+ Requires-Dist: pandera==0.20.4
19
19
  Requires-Dist: XlsxWriter
20
20
  Requires-Dist: pywin32; platform_system == "Windows"
21
21
  Provides-Extra: test
@@ -0,0 +1 @@
1
+ version = "0.99.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ebm
3
- Version: 0.99.3
3
+ Version: 0.99.4
4
4
  Summary: A project for energy usage modeling
5
5
  Author-email: Lars Petrusson <lfep@nve.no>, Ketil Nordstad <kenord@nve.no>
6
6
  Project-URL: Homepage, https://www.nve.no/
@@ -15,7 +15,7 @@ Requires-Dist: openpyxl
15
15
  Requires-Dist: pandas
16
16
  Requires-Dist: python-dotenv
17
17
  Requires-Dist: rich
18
- Requires-Dist: pandera
18
+ Requires-Dist: pandera==0.20.4
19
19
  Requires-Dist: XlsxWriter
20
20
  Requires-Dist: pywin32; platform_system == "Windows"
21
21
  Provides-Extra: test
@@ -4,7 +4,7 @@ openpyxl
4
4
  pandas
5
5
  python-dotenv
6
6
  rich
7
- pandera
7
+ pandera==0.20.4
8
8
  XlsxWriter
9
9
 
10
10
  [:platform_system == "Windows"]
@@ -19,7 +19,7 @@ dependencies = [
19
19
  "pandas",
20
20
  "python-dotenv",
21
21
  "rich",
22
- "pandera",
22
+ "pandera==0.20.4",
23
23
  "XlsxWriter",
24
24
  "pywin32 ; platform_system == 'Windows'",
25
25
  ]
@@ -1 +0,0 @@
1
- version = "0.99.3"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes