.coveragerc
.editorconfig
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/pystitcher/__init__.py
src/pystitcher/bookmark.py
src/pystitcher/skeleton.py
src/pystitcher/stitcher.py
src/pystitcher.egg-info/PKG-INFO
src/pystitcher.egg-info/SOURCES.txt
src/pystitcher.egg-info/dependency_links.txt
src/pystitcher.egg-info/entry_points.txt
src/pystitcher.egg-info/not-zip-safe
src/pystitcher.egg-info/requires.txt
src/pystitcher.egg-info/top_level.txt
tests/2page.md
tests/2page.pdf
tests/book-clean.md
tests/book-flatten.md
tests/book-keep.md
tests/conftest.py
tests/test_skeleton.py