.envrc
.gitignore
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
.github/FUNDING.yml
.github/workflows/main.yml
.github/workflows/publish-to-pypi.yml
.vscode/settings.json
examples/nested-symbols/Makefile
examples/nested-symbols/nested.c
examples/shadowed-symbols/Makefile
sqlelf/__init__.py
sqlelf/__main__.py
sqlelf/_version.py
sqlelf/cli.py
sqlelf/elf.py
sqlelf/py.typed
sqlelf/sql.py
sqlelf.egg-info/PKG-INFO
sqlelf.egg-info/SOURCES.txt
sqlelf.egg-info/dependency_links.txt
sqlelf.egg-info/entry_points.txt
sqlelf.egg-info/requires.txt
sqlelf.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_examples.py
tests/test_sql.py