Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1 KB

File metadata and controls

32 lines (22 loc) · 1 KB

fluxopt-plot

Interactive plotly visualization for fluxopt energy system models.

PyPI License: MIT Python 3.12+ Ruff

Early development — the API may change between releases.

Installation

pip install fluxopt-plot

Development

Requires uv and Python >= 3.12.

uv sync --group dev      # Install deps
uv run pytest -v         # Run tests
uv run ruff check .      # Lint
uv run ruff format .     # Format
uv run mypy src/         # Type check

License

MIT