LICENSE
MANIFEST.in
README.md
pyproject.toml
flowmapper/__init__.py
flowmapper/cas.py
flowmapper/cli.py
flowmapper/constants.py
flowmapper/context.py
flowmapper/flow.py
flowmapper/flowmap.py
flowmapper/main.py
flowmapper/match.py
flowmapper/string_field.py
flowmapper/string_list.py
flowmapper/transformation_mapping.py
flowmapper/unit.py
flowmapper/utils.py
flowmapper.egg-info/PKG-INFO
flowmapper.egg-info/SOURCES.txt
flowmapper.egg-info/dependency_links.txt
flowmapper.egg-info/entry_points.txt
flowmapper.egg-info/requires.txt
flowmapper.egg-info/top_level.txt
flowmapper/data/manual_name_match_simapro_ecoinvent_3.8.json
flowmapper/data/manual_name_match_simapro_ecoinvent_3.9.json
flowmapper/data/names_and_locations.json
flowmapper/data/places.json
flowmapper/data/simapro-2023-ecoinvent-3-contexts.json
flowmapper/data/standard-units-harmonization.json
flowmapper/data/units.txt
tests/test_cas.py
tests/test_cli.py
tests/test_context.py
tests/test_flow.py
tests/test_flowmap.py
tests/test_format_match_result.py
tests/test_get_conversion_factor.py
tests/test_id_generation.py
tests/test_match_biogenic_to_non_fossil.py
tests/test_match_custom_names_with_location_codes.py
tests/test_match_identical_cas_numbers.py
tests/test_match_identical_names.py
tests/test_match_identical_names_except_missing_suffix.py
tests/test_match_identical_names_in_synonyms.py
tests/test_match_names_with_country_codes.py
tests/test_match_non_ionic_state.py
tests/test_normalize_str.py
tests/test_prepare_transformations.py
tests/test_rm_parentheses_roman_numerals.py
tests/test_stringfield.py
tests/test_stringlist.py
tests/test_transform_flow.py
tests/test_unit.py