Metadata-Version: 2.4
Name: impacts-hpc
Version: 0.0.4
Summary: Impacts-HPC is a Python library designed to estimate the environmental impact of jobs on data centers
Author-email: Valentin Regnault <valentin.regnault@etudiant.univ-rennes.fr>, Gael Guennebaud <gael.guennebaud@inria.fr>, Didier Mallarino <didier.mallarino@osupytheas.fr>, Marius Garénaux Gruau <marius.garenaux-gruau@irisa.fr>
Maintainer-email: Gael Guennebaud <gael.guennebaud@inria.fr>, Didier Mallarino <didier.mallarino@osupytheas.fr>, Marius Garénaux Gruau <marius.garenaux-gruau@irisa.fr>
License-Expression: MIT
Project-URL: Documentation, https://impacthpc-cc8227.pages.in2p3.fr/index.html
Project-URL: Repository, https://gitlab.in2p3.fr/impacts-hpc/impacts-hpc
Keywords: environmental impact,green,HPC,green it,data centers,estimation,CO2,carbon footprint,footprint,LCA,IRISA,LogicA
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.3.2
Requires-Dist: pandas==2.3.1
Requires-Dist: Pint==0.24.4
Requires-Dist: PyYAML==6.0.2
Requires-Dist: rapidfuzz==3.13.0
Requires-Dist: scipy==1.16.1
Requires-Dist: mip==1.14.2
Dynamic: license-file

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

# ImpactHPC

ImpactHPC is a Python library designed to estimate the environmental impact of jobs on data centers. Its main features include:

- Providing explainable, sourced, and replicable results
- Uncertainty computation
- Support for different levels of precision in input data
- Multicriteria analysis (not fully supported yet)
- Whole lifecycle assessment (not fully supported yet)

The estimations provided by this library are approximate and not always accurate. Therefore, you should not rely solely on them; it is recommended to provide the explanations produced by the library along with the estimations.

Currently, it supports the estimation of usage impact (energy consumption and its impact) for the extraction, production, and distribution phases. The library computes the environmental impact based on three criteria: global warming potential (GWP, in gCO₂eq), abiotic resource depletion (ADPE, in gSbeq), and primary energy use (PE, in MJ).


## Documentation

See the [Documentation](https://impacthpc-cc8227.pages.in2p3.fr/index.html)

### OR

Build the doc :

```bash
make html
open docs/build/html/index.html
````
