forecast2win 0.0.1__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,8 @@
1
+ """forecast2win — name reservation placeholder (real release under development)."""
2
+
3
+ __version__ = "0.0.1"
4
+
5
+
6
+ def hello() -> str:
7
+ """Placeholder entry point."""
8
+ return "hello world"
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: forecast2win
3
+ Version: 0.0.1
4
+ Summary: Placeholder for forecast2win (alignment-aware losses/metrics for time-series forecasting) — under development.
5
+ Author-email: Thanapol Phungtua-eng <thanapol.phu@gmail.com>
6
+ License: MIT
7
+ Keywords: time-series,forecasting,placeholder
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.8
12
+ Description-Content-Type: text/markdown
13
+
14
+ # forecast2win
15
+
16
+ Name reservation placeholder. The real package — alignment-aware **losses**, **metrics**,
17
+ and **diagnostics** for time-series forecasting — is under active development.
18
+
19
+ ```python
20
+ import forecast2win
21
+ forecast2win.hello() # 'hello world'
22
+ ```
@@ -0,0 +1,5 @@
1
+ forecast2win/__init__.py,sha256=t8erDWEvH41OMJzjAOs-Ihe1tBxHOkNTgNozgPUzt-o,191
2
+ forecast2win-0.0.1.dist-info/METADATA,sha256=t_7Fy1WDKdPDqr328QX6OBto11Tq_1WsY5Pdt_Ky3p0,771
3
+ forecast2win-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ forecast2win-0.0.1.dist-info/top_level.txt,sha256=wydQPHzDO5j5kLAkAoAzfvLSTlKqtZWSwKVDsCx1928,13
5
+ forecast2win-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ forecast2win