A script to convert CSV exported from Sparebanken Sør to a format YNAB can import
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- [project]
- name = "ynab"
- version = "0.1.0"
- description = "Add your description here"
- readme = "README.md"
- requires-python = ">=3.9"
- dependencies = [
- "openpyxl>=3.1.5",
- "pandas>=2.3.1",
- ]
|