LICENSE
MANIFEST.in
README.md
pyproject.toml
src/uace/__init__.py
src/uace/cli.py
src/uace/config.py
src/uace/engine.py
src/uace/models.py
src/uace.egg-info/PKG-INFO
src/uace.egg-info/SOURCES.txt
src/uace.egg-info/dependency_links.txt
src/uace.egg-info/entry_points.txt
src/uace.egg-info/requires.txt
src/uace.egg-info/top_level.txt
src/uace/chunking/__init__.py
src/uace/chunking/semantic.py
src/uace/cleaning/__init__.py
src/uace/cleaning/engine.py
src/uace/engines/__init__.py
src/uace/engines/transcription.py
src/uace/export/__init__.py
src/uace/export/formats.py
src/uace/styling/__init__.py
src/uace/styling/presets.py
src/uace/utils/__init__.py
src/uace/utils/helpers.py
tests/test_uace.py