.gitignore
CHANGES.md
LICENSE.txt
MANIFEST.in
README.md
TODO.txt
azure-pipelines.yml
pytest.ini
requirements.txt
setup.py
bw2analyzer/__init__.py
bw2analyzer/comparisons.py
bw2analyzer/contribution.py
bw2analyzer/econ.py
bw2analyzer/health_check.py
bw2analyzer/lci.py
bw2analyzer/matrix_grapher.py
bw2analyzer/page_rank.py
bw2analyzer/report.py
bw2analyzer/sc_graph.py
bw2analyzer/tagged.py
bw2analyzer/utils.py
bw2analyzer/version.py
bw2analyzer.egg-info/PKG-INFO
bw2analyzer.egg-info/SOURCES.txt
bw2analyzer.egg-info/dependency_links.txt
bw2analyzer.egg-info/requires.txt
bw2analyzer.egg-info/top_level.txt
tests/__init__.py
tests/comparisons.py
tests/contribution.py
tests/econ.py
tests/fixtures.py
tests/health_check.py
tests/lci.py
tests/matrix_grapher.py
tests/sc_graph.py
tests/tagged.py
tests/utils.py