.gitignore
README.md
pyproject.toml
.github/workflows/publish.yml
.vscode/launch.json
src/StructResult/__init__.py
src/StructResult/formatter.py
src/StructResult/py.typed
src/StructResult/result.py
src/StructResult.egg-info/PKG-INFO
src/StructResult.egg-info/SOURCES.txt
src/StructResult.egg-info/dependency_links.txt
src/StructResult.egg-info/requires.txt
src/StructResult.egg-info/top_level.txt
test/__init__.py
test/benchmark.py
test/test_Sequence.py
test/test_formatter.py
test/test_result.py