.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements.txt
.github/CODEOWNERS
.github/workflows/qa.yml
.github/workflows/release.yml
docs/index.md
src/__init__.py
src/adapters/__init__.py
src/adapters/alpha_vantage_adapter.py
src/domain/__init__.py
src/domain/command_handler.py
src/domain/plot_data.py
src/domain/statistics.py
src/entrypoints/__init__.py
src/entrypoints/cli_entrypoint.py
src/helpers/__init__.py
src/helpers/logger.py
src/ports/__init__.py
src/ports/stock_data_provider.py
src/stock_hexagonal_app.egg-info/PKG-INFO
src/stock_hexagonal_app.egg-info/SOURCES.txt
src/stock_hexagonal_app.egg-info/dependency_links.txt
src/stock_hexagonal_app.egg-info/entry_points.txt
src/stock_hexagonal_app.egg-info/requires.txt
src/stock_hexagonal_app.egg-info/top_level.txt
tests/__init__.py