LICENSE
README.md
pyproject.toml
jasem/__init__.py
jasem/__main__.py
jasem.egg-info/PKG-INFO
jasem.egg-info/SOURCES.txt
jasem.egg-info/dependency_links.txt
jasem.egg-info/entry_points.txt
jasem.egg-info/top_level.txt
jasem/application/__init__.py
jasem/application/app.py
jasem/application/parsing.py
jasem/application/reports.py
jasem/domain/__init__.py
jasem/domain/spending.py
jasem/domain/task.py
jasem/domain/time_entry.py
jasem/infrastructure/__init__.py
jasem/infrastructure/providers/__init__.py
jasem/infrastructure/providers/anthropic.py
jasem/infrastructure/providers/base.py
jasem/infrastructure/providers/http.py
jasem/infrastructure/providers/ollama.py
jasem/infrastructure/providers/openai.py
jasem/infrastructure/providers/registry.py
jasem/infrastructure/storage/__init__.py
jasem/infrastructure/storage/markdown_table.py
jasem/infrastructure/storage/spending_store.py
jasem/infrastructure/storage/task_store.py
jasem/infrastructure/storage/timelog_store.py
jasem/interface/__init__.py
jasem/interface/cli.py
jasem/interface/dashboard.py
jasem/interface/help.py
jasem/interface/layout.py
jasem/interface/logo.py
jasem/interface/presenter.py
jasem/shared/__init__.py
jasem/shared/amounts.py
jasem/shared/calendar_view.py
jasem/shared/charts.py
jasem/shared/config.py
jasem/shared/console.py
jasem/shared/dates.py
jasem/shared/durations.py
jasem/shared/jalali.py
jasem/shared/relative_dates.py
tests/test_calendar_view.py
tests/test_commands.py
tests/test_config.py
tests/test_dates_jalali.py
tests/test_durations.py
tests/test_jalali.py
tests/test_openai_provider.py
tests/test_reports.py
tests/test_spending.py
tests/test_tracking.py