tinytrainlog 0.1.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,3 @@
1
+ from .metrics_logger import MetricsLogger
2
+
3
+ __all__ = ["MetricsLogger"]
@@ -0,0 +1,2 @@
1
+ class MetricsLogger:
2
+ pass
tinytrainlog/py.typed ADDED
File without changes
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: tinytrainlog
3
+ Version: 0.1.0
4
+ Summary: Tiny train logger
5
+ Keywords: pytorch,metrics,logging,training,machine-learning
6
+ Author: jdh
7
+ Author-email: jdh <you@example.com>
8
+ License-Expression: MIT
9
+ Requires-Python: >=3.12
10
+ Project-URL: Homepage, https://github.com/jdhouseholder/tinytrainlog
11
+ Description-Content-Type: text/markdown
12
+
13
+ # 🚅🚅🚅 Tiny Train Log 🚅🚅🚅
@@ -0,0 +1,6 @@
1
+ tinytrainlog/__init__.py,sha256=7di8mEfdaC7-HAomQ2_jWJUWDwpdgXC2y_KF7Bx9nVo,71
2
+ tinytrainlog/metrics_logger.py,sha256=wluw6iZP2o5Ks_rcIh2ZUTJK_QfliBHwC6HLECmV0sE,30
3
+ tinytrainlog/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tinytrainlog-0.1.0.dist-info/WHEEL,sha256=o6xtdofIa8Zz80kUveEHMWeAWtEyZSzYS1bbyKDCgzA,80
5
+ tinytrainlog-0.1.0.dist-info/METADATA,sha256=GXTkT1oN-trt-iJ_QCstbP31HUSPKRQwuWGbK9IkHmI,393
6
+ tinytrainlog-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: uv 0.10.4
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any