LICENSE
README.md
pyproject.toml
terminex/__init__.py
terminex/__main__.py
terminex/alert_engine.py
terminex/alerts.py
terminex/alerts_ui.py
terminex/app.py
terminex/config.py
terminex/converter.py
terminex/currencies.py
terminex/display.py
terminex/help.py
terminex/keyboard.py
terminex/quote.py
terminex/series.py
terminex/sparkline.py
terminex/statusbar.py
terminex/store.py
terminex/theme.py
terminex/watchlist.py
terminex.egg-info/PKG-INFO
terminex.egg-info/SOURCES.txt
terminex.egg-info/dependency_links.txt
terminex.egg-info/entry_points.txt
terminex.egg-info/requires.txt
terminex.egg-info/top_level.txt
terminex/providers/__init__.py
terminex/providers/base.py
terminex/providers/commodities_stooq.py
terminex/providers/crypto_coincap.py
terminex/providers/crypto_coingecko.py
terminex/providers/fx_erapi.py
terminex/providers/watchlist_agg.py
tests/test_alerts.py
tests/test_converter.py
tests/test_filters_sorts.py
tests/test_watchlist.py