LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/linesieve/__init__.py
src/linesieve/__main__.py
src/linesieve/cli.py
src/linesieve/parsing.py
src/linesieve/paths.py
src/linesieve.egg-info/PKG-INFO
src/linesieve.egg-info/SOURCES.txt
src/linesieve.egg-info/dependency_links.txt
src/linesieve.egg-info/entry_points.txt
src/linesieve.egg-info/requires.txt
src/linesieve.egg-info/top_level.txt
tests/test_cli.py
tests/test_paths.py
tests/data/full.in
tests/data/full.out
tests/data/head.in
tests/data/head.out
tests/data/marker-failure-only-not-found.in
tests/data/marker-failure-only-not-found.out
tests/data/marker-failure-only.in
tests/data/marker-failure-only.out
tests/data/marker-failure.in
tests/data/marker-failure.out
tests/data/marker-none.in
tests/data/marker-none.out
tests/data/marker-success-only-not-found.in
tests/data/marker-success-only-not-found.out
tests/data/marker-success-only.in
tests/data/marker-success-only.out
tests/data/marker-success.in
tests/data/marker-success.out
tests/data/marker-unexpected-end-no-section.in
tests/data/marker-unexpected-end-no-section.out
tests/data/marker-unexpected-end.in
tests/data/marker-unexpected-end.out
tests/data/match-invert.in
tests/data/match-invert.out
tests/data/match-only.in
tests/data/match-only.out
tests/data/match-span.in
tests/data/match-span.out
tests/data/match.in
tests/data/match.out
tests/data/per-section.in
tests/data/per-section.out
tests/data/show-all-data.in
tests/data/show-all-data.out
tests/data/show-all-empty.in
tests/data/show-all-empty.out
tests/data/show-first-section-only.in
tests/data/show-first-section-only.out
tests/data/show-nothing.in
tests/data/show-nothing.out
tests/data/single.in
tests/data/single.out
tests/data/split-max.in
tests/data/split-max.out
tests/data/split.in
tests/data/split.out
tests/data/sub-to-empty-line.in
tests/data/sub-to-empty-line.out
tests/data/tail.in
tests/data/tail.out