Skip to content

brightway-lca/brightway2-data

Brightway2 data management

bw2data appveyor build status

Test coverage report

This package provides tools for the management of inventory databases and impact assessment methods. It is part of the Brightway LCA framework. Online documentation is available, and the source code is hosted on GitHub brightway-lca organization.

Note that version 4.0 and higher are only compatible with Brightway 2.5, as described in the changelog.

## Development Setup

`bash brightway2-data $ python3 -m venv venv brightway2-data $ source ./venv/bin/activate brightway2-data $ python3 -m pip install -r requirements-test.txt brightway2-data $ pytest`