.gitignore
CHANGES.md
CODE_OF_CONDUCT.md
LICENSE.txt
MANIFEST.in
README.rst
azure-pipelines.yml
pytest.ini
requirements-test.txt
requirements.txt
setup.py
.github/CODE_OF_CONDUCT.md
bw2calc/__init__.py
bw2calc/dense_lca.py
bw2calc/errors.py
bw2calc/graph_traversal.py
bw2calc/independent_lca.py
bw2calc/indexing.py
bw2calc/lca.py
bw2calc/least_squares.py
bw2calc/log_utils.py
bw2calc/matrices.py
bw2calc/mc_vector.py
bw2calc/monte_carlo.py
bw2calc/multi_lca.py
bw2calc/single_matrix.py
bw2calc/speed_test.py
bw2calc/utils.py
bw2calc.egg-info/PKG-INFO
bw2calc.egg-info/SOURCES.txt
bw2calc.egg-info/dependency_links.txt
bw2calc.egg-info/requires.txt
bw2calc.egg-info/top_level.txt
tests/__init__.py
tests/independent_lca.py
tests/indexing.py
tests/lca.py
tests/matrices.py
tests/monte_carlo.py
tests/presamples.py
tests/pv_mc.py
tests/single_matrix.py
tests/utils.py
tests/fixtures/__init__.py
tests/fixtures/presamples_basic.py
tests/fixtures/independent/ia.npy
tests/fixtures/independent/inv.npy
tests/fixtures/multi/datapackage.json
tests/fixtures/multi/multi.0.indices.npy
tests/fixtures/multi/multi.0.samples.npy
tests/fixtures/multi/multi.1.indices.npy
tests/fixtures/multi/multi.1.samples.npy
tests/fixtures/seq/datapackage.json
tests/fixtures/seq/seq.0.indices.npy
tests/fixtures/seq/seq.0.samples.npy
tests/fixtures/seq/seq.1.indices.npy
tests/fixtures/seq/seq.1.samples.npy
tests/fixtures/single-matrix/Test fixture.ipynb
tests/fixtures/single-matrix/generate_fixture.py
tests/fixtures/single-matrix/sm-fixture.tar.bz2
tests/fixtures/single-sample/datapackage.json
tests/fixtures/single-sample/single-sample.0.indices.npy
tests/fixtures/single-sample/single-sample.0.samples.npy
tests/fixtures/single-sample/single-sample.1.indices.npy
tests/fixtures/single-sample/single-sample.1.samples.npy
tests/fixtures/single-sample/single-sample.2.indices.npy
tests/fixtures/single-sample/single-sample.2.samples.npy
tests/fixtures/unseeded/datapackage.json
tests/fixtures/unseeded/unseeded.0.indices.npy
tests/fixtures/unseeded/unseeded.0.samples.npy
tests/fixtures/unseeded/unseeded.1.indices.npy
tests/fixtures/unseeded/unseeded.1.samples.npy