.gitignore
COPYING
README.rst
TODO.md
alembic.ini
noxfile.py
pyoxidizer.bzl
pyproject.toml
pyrightconfig.json
setup.py
.github/workflows/ci.yaml
.github/workflows/freeze.yaml
gui/.gitignore
gui/package-lock.json
gui/package.json
gui/rollup.config.js
gui/tsconfig.json
gui/artefacts/icon.icns
gui/screenshots/v0.1.0_orig.png
gui/screenshots/v0.2.0_640px.png
gui/screenshots/v0.2.0_orig.png
gui/screenshots/v0.6.0_640px.png
gui/screenshots/v0.6.0_orig.png
gui/src/api.ts
gui/src/client.ts
gui/src/constants.ts
gui/src/index.ts
gui/src/ipc.ts
gui/src/store.ts
gui/src/backend/index.html
gui/src/backend/index.ts
gui/src/backend/preload.ts
gui/src/components/Addon.svelte
gui/src/components/AddonListNav.svelte
gui/src/components/AddonStub.svelte
gui/src/components/App.svelte
gui/src/components/ConfigEditor.svelte
gui/src/components/Modal.svelte
gui/src/components/Notifications.svelte
gui/src/components/ProfileSwitcher.svelte
gui/src/components/ProfileView.svelte
gui/src/components/RollbackModal.svelte
gui/src/components/SvgIcon.svelte
gui/src/components/scss/_modal.scss
gui/src/components/scss/_vars.scss
instawow/__init__.py
instawow/__main__.py
instawow/_custom_slpp.py
instawow/_import_wrapper.py
instawow/_version.py
instawow/cli.py
instawow/config.py
instawow/json_rpc_server.py
instawow/manager.py
instawow/matchers.py
instawow/models.py
instawow/plugins.py
instawow/prompts.py
instawow/resolvers.py
instawow/results.py
instawow/utils.py
instawow/wa_updater.py
instawow.egg-info/PKG-INFO
instawow.egg-info/SOURCES.txt
instawow.egg-info/dependency_links.txt
instawow.egg-info/entry_points.txt
instawow.egg-info/requires.txt
instawow.egg-info/top_level.txt
instawow/migrations/__init__.py
instawow/migrations/env.py.0
instawow/migrations/script.py.mako
instawow/migrations/versions/2bfcfe824fe0_remove_pkgoptions_strategy_constraint.py.0
instawow/migrations/versions/3b37d2faccd2_add_missing_unique_constraint.py.0
instawow/migrations/versions/43aa3610e92a_populate_version_table_from_installed_pkgs.py.0
instawow/migrations/versions/58a8306c3a5b_make_basenames.py.0
instawow/migrations/versions/7204944522b1_add_dependency_table.py.0
instawow/migrations/versions/8f6ba74cfa82_rename_origin_column.py.0
instawow/migrations/versions/__init__.py
instawow/migrations/versions/d3f542de5ff4_add_version_log_table.py.0
instawow/migrations/versions/e4921edb1154_replace_uq_with_pk_constraint.py.0
instawow/migrations/versions/e4ae835a34be_change_pkg_options_strategy_checks.py.0
instawow/migrations/versions/f3f9957de30c_drop_file_id.py.0
instawow/wa_templates/COPYING.WeakAuras-Companion
instawow/wa_templates/README
instawow/wa_templates/WeakAurasCompanion.toc
instawow/wa_templates/__init__.py
instawow/wa_templates/data.lua
instawow/wa_templates/init.lua
nix/my.dev-env.nix
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_json_rpc_api.py
tests/test_manager.py
tests/test_matchers.py
tests/test_slpp.py
tests/test_sources.py
tests/test_utils.py
tests/test_wa_updater.py
tests/fixtures/curse-addon--all.json
tests/fixtures/curse-addon-files.json
tests/fixtures/github-release-lib-and-nolib-older-version.json
tests/fixtures/github-release-lib-and-nolib.json
tests/fixtures/github-release-no-assets.json
tests/fixtures/github-release-retail-and-classic.json
tests/fixtures/github-repo-lib-and-nolib.json
tests/fixtures/github-repo-no-releases.json
tests/fixtures/github-repo-retail-and-classic.json
tests/fixtures/master-catalogue.json
tests/fixtures/regen.sh
tests/fixtures/tukui-classic-addons.json
tests/fixtures/tukui-retail-addons.json
tests/fixtures/tukui-ui--elvui.json
tests/fixtures/tukui-ui--tukui.json
tests/fixtures/wowi-filedetails.json
tests/fixtures/wowi-filelist.json
tests/fixtures/wowup-hub-townlong-yak.json
tests/fixtures/FakeAddon/FakeAddon.lua
tests/fixtures/FakeAddon/FakeAddon.toc
tests/plugin/instawow_test_plugin.py
tests/plugin/setup.py