Add scripts for environment setup and validation, and implement tests for portfolio performance exporter

- Created requirements.txt for dependencies including pandas, numpy, openpyxl, and yfinance.
- Added setup-env.sh script to set up a Python virtual environment and install required packages.
- Introduced validate-export.sh script to validate the exporter module and check expected fields.
- Implemented test cases in test_portfolio_performance_exporter.py to ensure correct CSV export functionality and data handling.
This commit is contained in:
2026-06-21 21:06:08 +03:00
parent c40724eae6
commit 68cfec926e
14 changed files with 3333 additions and 10 deletions
+3 -2
View File
@@ -4,10 +4,11 @@
"groupings": [
{
"title": "XTB Tools",
"description": "Skills for analyzing XTB brokerage exports and preparing Wealthfolio imports.",
"description": "Skills for analyzing XTB brokerage exports and preparing portfolio-app imports.",
"skills": [
"xtb-portfolio-review",
"xtb-wealthfolio-export"
"xtb-wealthfolio-export",
"xtb-portfolio-performance-export"
]
}
]