LICENSE
pyproject.toml
docs/README.md
src/headline/__init__.py
src/headline/__main__.py
src/headline/_logger.py
src/headline/config.py
src/headline/io.py
src/headline/process.py
src/headline/sorters.py
src/headline/transform.py
src/headline/utils.py
src/headline.egg-info/PKG-INFO
src/headline.egg-info/SOURCES.txt
src/headline.egg-info/dependency_links.txt
src/headline.egg-info/requires.txt
src/headline.egg-info/top_level.txt
src/headline/transformers/__init__.py
src/headline/transformers/func_transformers.py
src/headline/visitors/__init__.py
src/headline/visitors/func_visitors.py
tests/test_io.py
tests/test_process.py
tests/test_transform.py
tests/test_utils.py