Convert CSV transaction downloads (from EQ Bank) to OFX format using csv2ofx.
src/eqdownload/convert.py- CLI entry pointsrc/eqdownload/eq.py- EQ Bank-specific csv2ofx mappingtests/- Pytest tests with sample data
uv sync # Install dependencies
uv run pytest # Run tests- Type checking:
uv run basedpyright(must show 0 errors, 0 warnings) - Linting:
uv run ruff check - Formatting:
uv run ruff format