LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
settings.example.json
docs/api.md
docs/architecture.md
docs/showcase-architecture.png
docs/showcase-crypto.png
docs/showcase-stocks.png
docs/showcase.md
docs/testing.md
examples/__init__.py
examples/fetch_stock.py
examples/select_showcase_icons.py
examples/showcase_pyqt_app.py
examples/showcase_sources.py
examples/showcase_ui.py
examples/stylesheet.py
examples/ta_charts.py
examples/test_assets.py
hdw_stock_data/__init__.py
hdw_stock_data/exceptions.py
hdw_stock_data/loader.py
hdw_stock_data/normalizer.py
hdw_stock_data/result.py
hdw_stock_data/version.py
hdw_stock_data/yahoo_client.py
hdw_stock_data.egg-info/PKG-INFO
hdw_stock_data.egg-info/SOURCES.txt
hdw_stock_data.egg-info/dependency_links.txt
hdw_stock_data.egg-info/requires.txt
hdw_stock_data.egg-info/top_level.txt
tests/__init__.py
tests/check_showcase_compatibility.py
tests/test_showcase.py
tests/test_stock_data.py
tools/py_sources_to_txt.py