Metadata-Version: 2.4
Name: morphlog-vp
Version: 1.3.0
Summary: Structured training logger with per-expert loss display.
Author: F000NK, Voluntas Progressus
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: vpterm-vp>=1.3.0

# morphlog-vp

`morphlog-vp` provides structured training logs for model training loops.

It builds on `vpterm-vp` and includes:

- training headers
- live batch updates
- epoch summaries
- interruption/completion messages
- plain-text history log support

Install:

```bash
pip install morphlog-vp
```

Import:

```python
import morphlog
```
