ETF_Suite_Portal/ETF_Portal
Pascal c462342d44 feat: Add API management system with caching support
- Add base API client and cache manager classes

- Implement FMP and YFinance specific clients and cache managers

- Add API factory for managing multiple data providers

- Add test suite for API configuration and caching

- Add logging configuration for API operations
2025-05-27 14:07:32 +02:00
..
api feat: Add API management system with caching support 2025-05-27 14:07:32 +02:00
tests feat: Add API management system with caching support 2025-05-27 14:07:32 +02:00
__init__.py refactor: improve CLI and package structure - Move CLI code to ETF_Portal package - Add proper package setup with setup.py - Update README with installation and usage instructions - Improve process management and cleanup 2025-05-26 19:46:05 +02:00
api_client.py feat: Add API management system with caching support 2025-05-27 14:07:32 +02:00
cache_manager.py feat: Add API management system with caching support 2025-05-27 14:07:32 +02:00
cache_simulation.py feat: Add API management system with caching support 2025-05-27 14:07:32 +02:00
cli.py refactor: improve CLI and package structure - Move CLI code to ETF_Portal package - Add proper package setup with setup.py - Update README with installation and usage instructions - Improve process management and cleanup 2025-05-26 19:46:05 +02:00
logging_config.py feat: Add API management system with caching support 2025-05-27 14:07:32 +02:00
test_cache.py feat: Add API management system with caching support 2025-05-27 14:07:32 +02:00