.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_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
tests/__init__.py
tests/test_avg_ranges.py
tests/test_casual_ingredients.py
tests/test_clean_hyphen_padded_substrings.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_fraction_str_to_decimal.py
tests/test_ingredient_slicer.py
tests/test_ingredient_slicer_dimensions.py
tests/test_ingredient_slicer_x_separators.py
tests/test_make_int_or_float_str.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_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_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