Base toolkit for SwanLab, a machine learning experiment tracking and visualization platform. Version 0.2.4 provides core utilities like data models, chart types (ECharts), and helper functions for building SwanLab extensions. Released on PyPI with active development.
pip install swankitVerified import paths — ran on the pinned version, not inferred.
Basic usage of swankit: access environment system info and chart type enum.
Use the correct submodule import path (e.g., from swankit.env import System).
Install swanlab via pip install swanlab if needed.
Pin exact version or review release notes.