.editorconfig
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
VERSION
constraints.txt
py.typed
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
tox.ini
.vscode/settings.json
DyCall.egg-info/PKG-INFO
DyCall.egg-info/SOURCES.txt
DyCall.egg-info/dependency_links.txt
DyCall.egg-info/entry_points.txt
DyCall.egg-info/requires.txt
DyCall.egg-info/top_level.txt
dycall/__init__.py
dycall/__main__.py
dycall/_widgets.py
dycall/about.py
dycall/app.py
dycall/demangler.py
dycall/desktop-app.json
dycall/exports.py
dycall/function.py
dycall/output.py
dycall/picker.py
dycall/runner.py
dycall/status_bar.py
dycall/top_menu.py
dycall/types.py
dycall/util.py
dycall.egg-info/PKG-INFO
dycall.egg-info/SOURCES.txt
dycall.egg-info/dependency_links.txt
dycall.egg-info/entry_points.txt
dycall.egg-info/not-zip-safe
dycall.egg-info/requires.txt
dycall.egg-info/top_level.txt
dycall/img/__init__.py
dycall/img/clock.png
dycall/img/dycall.ico
dycall/img/dycall.png
dycall/img/github.png
dycall/img/info.png
dycall/img/list.png
dycall/img/sort.png
dycall/img/sort_name_asc.png
dycall/img/sort_name_desc.png
dycall/img/theme.png
dycall/img/translate.png
dycall/msgs/__init__.py
dycall/msgs/hi.msg
dycall/msgs/mr.msg
ext/dycall.png
ext/usage.gif
scripts/pad_image.py
scripts/recolor_image.py
tests/__init__.py
tests/conftest.py
tests/img_checksums.csv
tests/test_app.py
tests/test_check_resources.py