Metadata-Version: 2.4
Name: vgplot
Version: 0.1.0
Summary: Schema wrapper classes for Mosaic
Project-URL: homepage, https://github.com/uwdata/mosaic
Requires-Python: >=3.9
Requires-Dist: narwhals
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

# Mosaic Python API

## Generate the API from the JSON schama

`uv run generate-schema-wrapper`.

## Run Tests

`uv run pytest -v`

## Run the ruff formatter

`uv run ruff format` and `uv run ruff check`.

## Test notebook

`uv run jupyter lab` and then open `example.ipynb`.
