.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yaml
.github/workflows/publish-test.yaml
.github/workflows/publish.yaml
src/pyrestfile/__init__.py
src/pyrestfile/parser.py
src/pyrestfile/request_block_grammar.py
src/pyrestfile/top_level_grammar.py
src/pyrestfile/vars.py
src/pyrestfile.egg-info/PKG-INFO
src/pyrestfile.egg-info/SOURCES.txt
src/pyrestfile.egg-info/dependency_links.txt
src/pyrestfile.egg-info/requires.txt
src/pyrestfile.egg-info/top_level.txt
tests/__init__.py
tests/test_pyrestfile.py
tests/test_request_block_grammar.py
tests/test_top_level_grammar.py