.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/__init__.py
src/clisy/__init__.py
src/clisy/skeleton.py
src/clisy.egg-info/PKG-INFO
src/clisy.egg-info/SOURCES.txt
src/clisy.egg-info/dependency_links.txt
src/clisy.egg-info/not-zip-safe
src/clisy.egg-info/requires.txt
src/clisy.egg-info/top_level.txt
src/clisy/searcher/__init__.py
src/clisy/searcher/clisyfactory.py
src/clisy/searcher/searchoptions.py
src/clisy/searcher/searcher_impl/__init__.py
src/clisy/searcher/searcher_impl/duck_duck_go_searcher.py
src/clisy/webview/__init__.py
src/clisy/webview/web_browser_opener.py
tests/conftest.py
tests/test_skeleton.py