LICENSE
MANIFEST.in
README-pypi.md
README.md
pyproject.toml
setup.cfg
src/ipaparser/__init__.py
src/ipaparser/definitions.py
src/ipaparser/exceptions.py
src/ipaparser/features.py
src/ipaparser.egg-info/PKG-INFO
src/ipaparser.egg-info/SOURCES.txt
src/ipaparser.egg-info/dependency_links.txt
src/ipaparser.egg-info/top_level.txt
src/ipaparser/_code/__init__.py
src/ipaparser/_code/cacher.py
src/ipaparser/_code/combiner.py
src/ipaparser/_code/data.py
src/ipaparser/_code/data_types.py
src/ipaparser/_code/feature_helper.py
src/ipaparser/_code/ipa.py
src/ipaparser/_code/ipa_config.py
src/ipaparser/_code/ipa_symbol.py
src/ipaparser/_code/matcher.py
src/ipaparser/_code/parser.py
src/ipaparser/_code/phonetics.py
src/ipaparser/_code/raw_symbol.py
src/ipaparser/_code/strings.py
src/ipaparser/_code/definitions/__init__.py
src/ipaparser/_code/definitions/brackets.py
src/ipaparser/_code/definitions/transcription.py
src/ipaparser/_code/exceptions/__init__.py
src/ipaparser/_code/exceptions/bracket_strategy.py
src/ipaparser/_code/exceptions/combined_length.py
src/ipaparser/_code/exceptions/combined_sound.py
src/ipaparser/_code/exceptions/enclosing.py
src/ipaparser/_code/exceptions/feature.py
src/ipaparser/_code/exceptions/feature_kind.py
src/ipaparser/_code/exceptions/incompatible_types.py
src/ipaparser/_code/features/__init__.py
src/ipaparser/_code/features/airflow.py
src/ipaparser/_code/features/articulation.py
src/ipaparser/_code/features/aspiration.py
src/ipaparser/_code/features/backness.py
src/ipaparser/_code/features/breaks.py
src/ipaparser/_code/features/feature.py
src/ipaparser/_code/features/height.py
src/ipaparser/_code/features/intonation.py
src/ipaparser/_code/features/length.py
src/ipaparser/_code/features/manner.py
src/ipaparser/_code/features/place.py
src/ipaparser/_code/features/release.py
src/ipaparser/_code/features/roundedness.py
src/ipaparser/_code/features/secondary.py
src/ipaparser/_code/features/sound.py
src/ipaparser/_code/features/strength.py
src/ipaparser/_code/features/stress.py
src/ipaparser/_code/features/suprasegmental.py
src/ipaparser/_code/features/syllabicity.py
src/ipaparser/_code/features/symbol.py
src/ipaparser/_code/features/tone.py
src/ipaparser/_code/features/voice.py
src/ipaparser/_data/brackets
src/ipaparser/_data/breaks
src/ipaparser/_data/combining-basic
src/ipaparser/_data/combining-main
src/ipaparser/_data/combining-meta
src/ipaparser/_data/substitutions
src/ipaparser/_data/suprasegmentals
src/ipaparser/_data/ties
src/ipaparser/_data/letters/consonants.tsv
src/ipaparser/_data/letters/vowels.tsv