Metadata-Version: 2.4
Name: lightimpact
Version: 0.1.0
Summary: A Python library for calculating Energy Reduction Values (ERVs) of lightweight automotive components in ICVs and EVs
Author: Suzana Ostojic
Author-email: Suzana Ostojic <suzana.ostojic@inab.rwth-aachen.de>
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# LightImpact

**LightImpact** is an open-source Python tool for calculating the energy reduction value (ERV)  from lightweight automotive component substitutions using WLTP driving cycle data.

Developed for LCA modeling in the MM4R project

## Features
- Physics-based mechanical work calculation
- WLTP-compliant ERV computation
- Parameter customization
- Support for ICV and EV comparisons
- Readable structure for integration with case studies

## Installation
```bash
pip install -e .
