Refactor project structure and update configurations

- Renamed and deleted several Python modules
- Added new SQL and database scripts
- Updated `.vscode` and `requirements.txt` configurations
This commit is contained in:
2025-08-27 08:33:51 -05:00
parent 2a521e9016
commit 7ea5fd15df
31 changed files with 502 additions and 798 deletions

View File

@@ -1,5 +1,20 @@
typer[all]==0.9.0
python-dateutil==2.8.2
toml==0.10.2
# CLI and display
typer[all]
rich
# Database
sqlmodel
alembic
python-dotenv
# Data processing
python-dateutil
pandas # Optional but useful for data analysis
openpyxl # For Excel file support
# File parsing
toml
xlsx2csv
# Image generation (for calendar features)
pillow
xlsx2csv