/lcax

LCAx is a open, verifiable, machine and human-readable LCA exchange format

Primary LanguagePythonApache License 2.0Apache-2.0

LCAx

The goal for LCAx is to make an open, machine and human-readable data format for exchanging LCA results, EPD's and assemblies.

We propose a simple three level data format with information on project, assembly and EPD level, written in an open data format and paired with a validator for a more robust and standardized format. We intend to create connections to existing tools and API’s.

Our goal is making LCA calculations more accessible, transparent, and open.

LCAx

Contribute

Install Rust

Head over to Rust's installation page

Install Rust Dependencies

cargo update

Run Rust Tests

cargo test --package lcax --target x86_64-unknown-linux-gnu

Install Python Dependencies

pip install maturin venv

Run Python Tests

maturin develop --extras tests --target x86_64-unknown-linux-gnu
source venv/bin/active .
cd packages/python
pytest tests/

Build Documentation

maturin develop --extras doc --target x86_64-unknown-linux-gnu
mkdocs serve