.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.ruff
README.md
VERSION
addons_installer.iml
flake8-plugins.txt
pyproject.toml
.idea/.gitignore
.idea/misc.xml
.idea/modules.xml
.idea/ruff.xml
.idea/vcs.xml
.idea/runConfigurations/Python_all_tests.xml
.idea/runConfigurations/Python_tests_in_test_addons_finder_py.xml
.idea/runConfigurations/Python_tests_in_test_git_addons_py.xml
.idea/runConfigurations/Python_tests_in_test_local_addons_py.xml
src/addons_installer/__init__.py
src/addons_installer/_version.py
src/addons_installer/addons_installer.py
src/addons_installer/api.py
src/addons_installer/cli.py
src/addons_installer/git_addons.py
src/addons_installer/local_addons.py
src/addons_installer.egg-info/PKG-INFO
src/addons_installer.egg-info/SOURCES.txt
src/addons_installer.egg-info/dependency_links.txt
src/addons_installer.egg-info/entry_points.txt
src/addons_installer.egg-info/requires.txt
src/addons_installer.egg-info/top_level.txt
tests/__init__.py
tests/test_addons_finder.py
tests/test_addons_installer.py
tests/test_git_addons.py
tests/test_local_addons.py
tests/profiles/test_profile1
tests/profiles/test_profile2
tests/profiles/test_profile3