LICENSE
README.md
pyproject.toml
syllable_counter/__init__.py
syllable_counter/calibration.py
syllable_counter/core.py
syllable_counter/digits.py
syllable_counter/duration.py
syllable_counter/errors.py
syllable_counter/pauses.py
syllable_counter/units.py
syllable_counter.egg-info/PKG-INFO
syllable_counter.egg-info/SOURCES.txt
syllable_counter.egg-info/dependency_links.txt
syllable_counter.egg-info/requires.txt
syllable_counter.egg-info/top_level.txt
syllable_counter/counters/__init__.py
syllable_counter/counters/cjk.py
syllable_counter/counters/hebrew.py
syllable_counter/counters/pyphen_based.py
syllable_counter/counters/vietnamese.py
syllable_counter/tables/__init__.py
syllable_counter/tables/default_rates.py
syllable_counter/tables/pyphen_locales.py
tests/test_bulk.py
tests/test_bulk_units.py
tests/test_calibration.py
tests/test_count.py
tests/test_duration.py
tests/test_units.py