LICENSE
README.md
pyproject.toml
setup.py
chareco/__init__.py
chareco/__main__.py
chareco/app.py
chareco/cli.py
chareco/gui.py
chareco.egg-info/PKG-INFO
chareco.egg-info/SOURCES.txt
chareco.egg-info/dependency_links.txt
chareco.egg-info/entry_points.txt
chareco.egg-info/requires.txt
chareco.egg-info/top_level.txt
chareco/core/__init__.py
chareco/core/analysis.py
chareco/core/models.py
chareco/core/search.py
chareco/core/service.py
chareco/core/utils.py
tests/test_gui_logic.py
tests/test_search.py
tests/test_service.py
tests/test_utils.py