.coveragerc
.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
src/stramp/__init__.py
src/stramp/__main__.py
src/stramp/cli.py
src/stramp/configfile.py
src/stramp/docstruct.py
src/stramp/globalstate.py
src/stramp/hashing.py
src/stramp/paths.py
src/stramp.egg-info/PKG-INFO
src/stramp.egg-info/SOURCES.txt
src/stramp.egg-info/dependency_links.txt
src/stramp.egg-info/entry_points.txt
src/stramp.egg-info/not-zip-safe
src/stramp.egg-info/requires.txt
src/stramp.egg-info/top_level.txt
src/stramp/parsers/markdown_parser.py
src/stramp/parsers/org_parser.py
tests/conftest.py
tests/org-sample-1.txt
tests/org-sample-2.txt
tests/test_stramp.py