LICENSE
README.md
pyproject.toml
src/minutes/__init__.py
src/minutes/cli.py
src/minutes/config.py
src/minutes/dedup.py
src/minutes/embeddings.py
src/minutes/extractor.py
src/minutes/glossary.py
src/minutes/models.py
src/minutes/output.py
src/minutes/parser.py
src/minutes/store.py
src/take_minutes.egg-info/PKG-INFO
src/take_minutes.egg-info/SOURCES.txt
src/take_minutes.egg-info/dependency_links.txt
src/take_minutes.egg-info/entry_points.txt
src/take_minutes.egg-info/requires.txt
src/take_minutes.egg-info/top_level.txt
tests/test_cli.py
tests/test_config.py
tests/test_dedup.py
tests/test_extractor.py
tests/test_glossary.py
tests/test_output.py
tests/test_parser.py