.gitattributes
.gitignore
README.rst
pyproject.toml
setup.cfg
setup.py
src/pyastgrep/__init__.py
src/pyastgrep/asts.py
src/pyastgrep/cli.py
src/pyastgrep/dump.py
src/pyastgrep/files.py
src/pyastgrep/ignores.py
src/pyastgrep/printer.py
src/pyastgrep/search.py
src/pyastgrep/xml.py
src/pyastgrep/xpath2.py
src/pyastgrep.egg-info/PKG-INFO
src/pyastgrep.egg-info/SOURCES.txt
src/pyastgrep.egg-info/dependency_links.txt
src/pyastgrep.egg-info/entry_points.txt
src/pyastgrep.egg-info/requires.txt
src/pyastgrep.egg-info/top_level.txt
tests/test_cli.py
tests/test_encodings.py
tests/test_errors.py
tests/test_ignores.py
tests/test_parsing.py
tests/test_printing.py
tests/test_symlinks.py
tests/test_xml.py