domainiac 9.0.5__py3-none-any.whl → 9.2.0__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.
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: domainiac
3
+ Version: 9.2.0
4
+ Summary: Package for working with Energinet data, but with specialized functions used for Enigma.
5
+ Author: Team Enigma
6
+ Author-email: enigma@energinet.dk
7
+ Requires-Python: >=3.10
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Classifier: Programming Language :: Python :: 3.14
14
+ Requires-Dist: datamazing (>=5.1.6)
15
+ Requires-Dist: pandas (>=2.2.0)
16
+ Requires-Dist: pvlib (>=0.13.1)
17
+ Requires-Dist: scikit-learn (>=1.3.0)
18
+ Requires-Dist: scipy (>=1.15.3)
19
+ Requires-Dist: typeguard (>=4.2.1)
@@ -19,6 +19,6 @@ domainiac/modeling/nwp.py,sha256=PolrBdQn8W-e1M0_pefvmLn2mr4HT0NqlYlkyCV0dds,438
19
19
  domainiac/modeling/plant.py,sha256=Y0_Q6V6Lj3irJh5z-49r5gFJdD4Xl_pfHIMUhdaJVUI,2226
20
20
  domainiac/wrappers/__init__.py,sha256=vZOw9maXgVoAvudZqioD-GTPkgPI6fm7_CUELQcR_-g,43
21
21
  domainiac/wrappers/cache_wrapper.py,sha256=jDg-Lt_y-YzItyP-74tGULOxb07s_CcutmOHP1Ie00Q,355
22
- domainiac-9.0.5.dist-info/METADATA,sha256=YObrnqpo5sPB5WUnYB7_LIsm5nxHokqBCdZTc2AnfT0,589
23
- domainiac-9.0.5.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
24
- domainiac-9.0.5.dist-info/RECORD,,
22
+ domainiac-9.2.0.dist-info/METADATA,sha256=_07orTSIon0JOGS6raqGn476L0GGh65-uNd8cksbx7g,737
23
+ domainiac-9.2.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
24
+ domainiac-9.2.0.dist-info/RECORD,,
@@ -1,15 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: domainiac
3
- Version: 9.0.5
4
- Summary: Package for working with Energinet data, but with specialized functions used for Enigma.
5
- Author: Team Enigma
6
- Author-email: gridop-enigma@energinet.dk
7
- Requires-Python: >=3.10,<3.11
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: Programming Language :: Python :: 3.10
10
- Requires-Dist: datamazing (>=5.0.2,<6.0.0)
11
- Requires-Dist: pandas (>=2.2.0,<3.0.0)
12
- Requires-Dist: pvlib (>=0.13.1,<0.14.0)
13
- Requires-Dist: scikit-learn (>=1.3.0,<2.0.0)
14
- Requires-Dist: scipy (>=1.15.3,<2.0.0)
15
- Requires-Dist: typeguard (>=4.2.1,<5.0.0)