brightway-lca / brightway2-ui

a command line tool for brightway
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Brightway2-UI

PyPI Status Python Version License

Read the documentation at https://brightway2-ui.readthedocs.io/ Codecov

pre-commit Black

This is now the official repo for Brightway2-UI:

a web and command line user interface, part of the Brightway2 LCA framework https://brightway.dev.

The original source code was hosted on Bitbucket: https://bitbucket.org/tomas_navarrete/brightway2-ui.

Compatibility with Brightway2X

This repository is used to produce 2 packages: one compatible with brightway25 (bw25ui), and one compatible with brightway2 (bw2ui).

Installation

Both, conda / mamba and wheels from pypi.org are available. The package names are different for Brightway25 and Brightway2, but the main executable script is still the same.

[!NOTE] The requirements here are abstract, but they are different for brightway25 and brightway2. For brightway25, bw2calc must be >= 2.0.dev10 and bw2analyzer >= 0.11 for brightway2 bw2calc must be < 2 and bw2analyzer >=0.10

Brightway25

To install a conda / mamba package compatible with brightway25:

mamba install -c tomas_navarrete bw25ui

There is also a pip wheel that you can install with:

pip install bw25ui

Brightway2

To install a package compatible with brightway2:

mamba install -c tomas_navarrete bw2ui

There is also a pip wheel that you can install with:

pip install bw2ui

Roadmap

Short term

The current code base is identical for both packages (bw25ui and bw2ui). The current main branch will be kept as the branch for development, with identical code bases for both packages until brightway25 public API breaks the compatibility.

Mid term

Once Brightway3 starts to exist, the main branch will be dedicated to it, with a bw3ui package.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the BSD-3 license, bw2ui is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Building the Documentation

You can build the documentation locally by installing the documentation Conda environment:

conda env create -f docs/environment.yml

activating the environment

conda activate sphinx_brightway2-ui

and running the build command:

sphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html

and running the build command:

sphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html