.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish-to-pypi.yml
.github/workflows/run-unit-tests.yml
ingredient_slicer/__init__.py
ingredient_slicer/_constants.py
ingredient_slicer/_ingredient_slicer.py
ingredient_slicer/_regex_patterns.py
ingredient_slicer/_utils.py
ingredient_slicer.egg-info/PKG-INFO
ingredient_slicer.egg-info/SOURCES.txt
ingredient_slicer.egg-info/dependency_links.txt
ingredient_slicer.egg-info/requires.txt
ingredient_slicer.egg-info/top_level.txt
sh/publish_to_pypi.sh
tests/__init__.py
tests/test_avg_ranges.py
tests/test_casual_ingredients.py
tests/test_clean_hyphen_padded_substrings.py
tests/test_convert_fractions_to_decimals.py
tests/test_convert_volumes_to_grams_with_densities.py
tests/test_convert_volumes_to_milliliters.py
tests/test_duplicate_unit_ranges.py
tests/test_extract_dimensions.py
tests/test_extract_quantities_utils.py
tests/test_find_and_remove.py
tests/test_find_and_remove_hyphen_substrings.py
tests/test_find_and_replace_casual_quantities.py
tests/test_fraction_str_to_decimal.py
tests/test_get_food_density.py
tests/test_get_gram_weight.py
tests/test_get_gram_weight2.py
tests/test_get_gram_weight_map.py
tests/test_get_single_item_gram_weight.py
tests/test_ingredient_slicer.py
tests/test_ingredient_slicer_dimensions.py
tests/test_ingredient_slicer_edge_case_foods.py
tests/test_ingredient_slicer_fraction_conversions.py
tests/test_ingredient_slicer_gram_weights.py
tests/test_ingredient_slicer_parenthesis.py
tests/test_ingredient_slicer_x_separators.py
tests/test_is_approximate_quantity_only_parenthesis.py
tests/test_make_int_or_float_str.py
tests/test_merge_misleading_ranges.py
tests/test_merge_numbers.py
tests/test_number_ranges.py
tests/test_number_ranges_separated_by_words.py
tests/test_numbers_with_inch_symbols.py
tests/test_parenthesis.py
tests/test_parenthesis_utils.py
tests/test_percentages.py
tests/test_prefixed_number_words_regex.py
tests/test_prep_words.py
tests/test_quantity_range_regex.py
tests/test_quantity_units_regex.py
tests/test_remove_emojis.py
tests/test_remove_repeat_units_in_ranges.py
tests/test_remove_x_separators.py
tests/test_replace_a_or_an_quantities.py
tests/test_separate_dimensions.py
tests/test_size_modifiers.py
tests/test_spaced_numbers.py
tests/test_tricky_ingredients.py
tests/test_unit_regex.py
tests/test_wild_ingredients.py
tests/test_word_fractions.py
tests/test_word_numbers.py
tests/test_x_after_number_regex.py