.flake8
.git_archival.txt
.gitattributes
.gitignore
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/tox.yml
src/m4b_util/__init__.py
src/m4b_util/__main__.py
src/m4b_util/__version__.py
src/m4b_util.egg-info/PKG-INFO
src/m4b_util.egg-info/SOURCES.txt
src/m4b_util.egg-info/dependency_links.txt
src/m4b_util.egg-info/entry_points.txt
src/m4b_util.egg-info/requires.txt
src/m4b_util.egg-info/top_level.txt
src/m4b_util/helpers/__init__.py
src/m4b_util/helpers/audiobook.py
src/m4b_util/helpers/cover_utils.py
src/m4b_util/helpers/ffprobe.py
src/m4b_util/helpers/ffprogress.py
src/m4b_util/helpers/finders.py
src/m4b_util/helpers/parallel_ffmpeg.py
src/m4b_util/helpers/segment_data.py
src/m4b_util/helpers/splitter.py
src/m4b_util/subcommands/__init__.py
src/m4b_util/subcommands/bind.py
src/m4b_util/subcommands/cover.py
src/m4b_util/subcommands/labels.py
src/m4b_util/subcommands/slide.py
src/m4b_util/subcommands/split.py
tests/conftest.py
tests/expected_data.py
tests/test_main.py
tests/testhelpers.py
tests/data/cover.png
tests/data/cover2.png
tests/helpers/__init__.py
tests/helpers/test_audiobook.py
tests/helpers/test_cover_utils.py
tests/helpers/test_ffprobe.py
tests/helpers/test_ffprogress.py
tests/helpers/test_finders.py
tests/helpers/test_parallel_ffmpeg.py
tests/helpers/test_splitter.py
tests/subcommands/__init__.py
tests/subcommands/test_bind.py
tests/subcommands/test_cover.py
tests/subcommands/test_labels.py
tests/subcommands/test_slide.py
tests/subcommands/test_split.py