Files
stock-cli/src/stock_cli/__init__.py
yakenator d972b84fb4 feat: CLI tool for stock analysis pipeline management
- Command-line interface for triggering collection and analysis
- Pipeline orchestration commands
- Integration with all microservices via Redis Streams

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 13:50:55 +09:00

4 lines
90 B
Python

"""CLI orchestration and reporting for stock analysis pipeline."""
__version__ = "0.1.0"