A script to convert CSV exported from Sparebanken Sør to a format YNAB can import
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

11 satır
194B

  1. [project]
  2. name = "ynab"
  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. ]