Metadata-Version: 2.4
Name: fossilfree-ecoinvent
Version: 1.0
Summary: Tools to generate fossil-free ecoinvent-based LCI databases
Author-email: Hauke Schlesier <hauke.schlesier@empa.ch>, Carlos Gomez-Camacho <carlos.gomez@empa.ch>
License: MIT
Project-URL: Homepage, https://github.com/hschlesier/fossilfree_ecoinvent
Project-URL: Repository, https://github.com/hschlesier/fossilfree_ecoinvent
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy==1.26.4
Requires-Dist: pandas==2.2.3
Requires-Dist: bw2data==3.6.6
Requires-Dist: bw2io==0.8.12
Requires-Dist: bw2calc==1.8.2
Requires-Dist: pyecospold==3.5.3
Requires-Dist: stats_arrays==0.7
Requires-Dist: carculator==1.7.1
Requires-Dist: carculator-truck==0.3.6
Requires-Dist: carculator-utils==1.3.4
Requires-Dist: openpyxl==3.1.5
Requires-Dist: tqdm==4.67.1
Requires-Dist: lxml>=4.9.3

# Fossil-free ecoinvent

<img src="logo.png" alt="Fossil-free ecoinvent logo" width="300">

**Fossil-free ecoinvent** provides a tool to generate partly or fully defossilized versions of ecoinvent databases based on user-defined parameters.  
It is intended for researchers and practitioners working with Life Cycle Assessment (LCA) who require parameterized, defossilized background inventories.

---

## Example Notebook

A full workflow demonstrating how to use the package is available here:

[Example Notebook: Example.ipynb](notebook/Example.ipynb)

---

## Installation

You can install **Fossil-free ecoinvent** either from [PyPI](https://pypi.org/) (recommended for most users) or from source (recommended for development).

### 1. Install from PyPI (recommended)

Simply install using `pip`:

```bash
pip install fossilfree-ecoinvent
