A script to convert CSV exported from Sparebanken Sør to a format YNAB can import
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 line
270B

  1. [project]
  2. name = "ynab-importer"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.9"
  7. dependencies = [
  8. "openpyxl>=3.1.5",
  9. "pandas>=2.3.1",
  10. "pyinstaller>=6.16.0",
  11. "pyyaml>=6.0.2",
  12. "ynab>=1.8.0",
  13. ]