Metadata-Version: 2.4
Name: xscope
Version: 0.2.0
Summary: A local, zero-config ML experiment visualization dashboard
Project-URL: Repository, https://github.com/AvikArefin/xscope
Author-email: Avik Arefin <avik.me.arefin@gmail.com>
License: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.14
Requires-Dist: nicegui>=3.15.0
Description-Content-Type: text/markdown

# xscope

`xscope` is a local, zero-config ML experiment visualization dashboard. It is designed to be used alongside the **`mtrick`** logging library and runs as a standalone tool to monitor and visualize your metrics.

## Installation

You can install `xscope` as a global command-line tool using `uv` or `pipx`:

```bash
# Using uv (recommended)
uv tool install xscope

# Or run without installing using uvx
uvx xscope

# Or using pipx
pipx install xscope
```

## Usage

To launch the dashboard, run:

```bash
xscope
```

## For development

You can use 
```bash
uv run src/cli.py —reload
```
