Metadata-Version: 2.4
Name: lca-infographics
Version: 0.1.0
Summary: LCA infographics viewer with PyQt5 and Matplotlib
Author-email: Iurii Vakaliuk <iurii.vakaliuk@tu-dresden.de>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Environment :: X11 Applications :: Qt
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5>=5.15.9
Requires-Dist: matplotlib>=3.8
Requires-Dist: openpyxl>=3.1
Requires-Dist: numpy>=1.26
Dynamic: license-file

# lca-infographics

A tiny PyQt5 + Matplotlib app that visualizes LCA results and can export to Excel.

## Install (from PyPI)
```bash
pip install lca-infographics
```

## Run
```bash
lca-infographics --json /path/to/lca_results.json --mode research
```

If `--json` is omitted, the app will use the packaged `sample_data.json`.
