.flake8
.git_archival.txt
.gitattributes
.gitignore
README.md
audacity-chapter-labels-to-ffmpeg-metadata
edit-av-metadata
m4b-chapter-split
m4b-clipper
m4b-swap-cover
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/bind/Binder.py
src/m4b_util/bind/__init__.py
src/m4b_util/bind/subcommand.py
src/m4b_util/cover/__init__.py
src/m4b_util/cover/subcommand.py
src/m4b_util/helpers/ParallelFFmpeg.py
src/m4b_util/helpers/__init__.py
src/m4b_util/helpers/cover_utils.py
src/m4b_util/helpers/ffprobe.py
src/m4b_util/helpers/ffprogress.py
src/m4b_util/split/ChapterFinder.py
src/m4b_util/split/SegmentData.py
src/m4b_util/split/SilenceFinder.py
src/m4b_util/split/Splitter.py
src/m4b_util/split/__init__.py
src/m4b_util/split/subcommand.py
tests/conftest.py
tests/expected_data.py
tests/test_main.py
tests/testhelpers.py
tests/bind/__init__.py
tests/bind/test_bind.py
tests/bind/test_binder.py
tests/cover/__init__.py
tests/data/cover.png
tests/helpers/__init__.py
tests/helpers/test_ParallelFFmpeg.py
tests/helpers/test_cover_utils.py
tests/helpers/test_ffprobe.py
tests/helpers/test_ffprogress.py
tests/split/__init__.py
tests/split/conftest.py
tests/split/test_ChapterFinder.py
tests/split/test_SilenceFinder.py
tests/split/test_split.py
tests/split/test_splitter.py