LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/source/conf.py
folioflex/__init__.py
folioflex/version.py
folioflex.egg-info/PKG-INFO
folioflex.egg-info/SOURCES.txt
folioflex.egg-info/dependency_links.txt
folioflex.egg-info/entry_points.txt
folioflex.egg-info/requires.txt
folioflex.egg-info/top_level.txt
folioflex/budget/__init__.py
folioflex/budget/amazon.py
folioflex/budget/budget.py
folioflex/budget/models.py
folioflex/chatbot/__init__.py
folioflex/chatbot/providers.py
folioflex/chatbot/scraper.py
folioflex/configs/__init__.py
folioflex/configs/config.yml
folioflex/configs/transactions_demo.csv
folioflex/configs/data_dirs/.gitkeep
folioflex/dashboard/__init__.py
folioflex/dashboard/app.py
folioflex/dashboard/assets/folioflex_192x192.png
folioflex/dashboard/assets/folioflex_logo.ico
folioflex/dashboard/assets/folioflex_logo.png
folioflex/dashboard/assets/github-mark-white.png
folioflex/dashboard/assets/manifest.json
folioflex/dashboard/assets/style.css
folioflex/dashboard/components/__init__.py
folioflex/dashboard/components/auth.py
folioflex/dashboard/components/dash_formats.py
folioflex/dashboard/components/layouts.py
folioflex/dashboard/pages/__init__.py
folioflex/dashboard/pages/budget.py
folioflex/dashboard/pages/ideas.py
folioflex/dashboard/pages/login.py
folioflex/dashboard/pages/logout.py
folioflex/dashboard/pages/macro.py
folioflex/dashboard/pages/personal.py
folioflex/dashboard/pages/plaid.py
folioflex/dashboard/pages/sectors.py
folioflex/dashboard/pages/stocks.py
folioflex/dashboard/utils/__init__.py
folioflex/dashboard/utils/dashboard_helper.py
folioflex/integrations/plaid/__init__.py
folioflex/integrations/plaid/database.py
folioflex/integrations/plaid/server.py
folioflex/market/__init__.py
folioflex/market/screener.py
folioflex/portfolio/__init__.py
folioflex/portfolio/assets.py
folioflex/portfolio/broker.py
folioflex/portfolio/heatmap.py
folioflex/portfolio/helper.py
folioflex/portfolio/loans.py
folioflex/portfolio/portfolio.py
folioflex/portfolio/wrappers.py
folioflex/utils/__init__.py
folioflex/utils/cli.py
folioflex/utils/config_helper.py
folioflex/utils/cq.py
folioflex/utils/custom_logger.py
folioflex/utils/mailer.py
tests/test_asset_loans.py
tests/test_budget.py
tests/test_chatbot.py
tests/test_portfolio.py
tests/test_utils.py
tests/test_wrappers.py