LICENSE
MANIFEST.in
README.md
pyproject.toml
src/insightme/__init__.py
src/insightme/cli.py
src/insightme.egg-info/PKG-INFO
src/insightme.egg-info/SOURCES.txt
src/insightme.egg-info/dependency_links.txt
src/insightme.egg-info/entry_points.txt
src/insightme.egg-info/requires.txt
src/insightme.egg-info/top_level.txt
src/insightme/analytics/__init__.py
src/insightme/analytics/calls.py
src/insightme/analytics/messages.py
src/insightme/analytics/relationships.py
src/insightme/data/__init__.py
src/insightme/data/addressbook.py
src/insightme/data/area_codes.py
src/insightme/data/calls.py
src/insightme/data/contacts.py
src/insightme/data/imessage.py
src/insightme/ui/__init__.py
src/insightme/ui/app.py
src/insightme/ui/contacts_page.py
src/insightme/ui/dashboard.py
src/insightme/ui/data_access.py
src/insightme/ui/insights_page.py
src/insightme/ui/patterns_page.py