Fints2ledger

Latest version: v0.8.2

Safety actively analyzes 623343 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.8.2

The `password` field in the config can now be left empty. The password will then be prompted each time the application is run. Use this if you don't feel comfortable storing your banking password in a file.

0.8.0

- match:
payee: "Landlord"
purpose: "Monthly rent"
fill:
credit_account: "expenses:monthly:rent"


If prompting is needed, e.g. when you want to automatically fill the credit_account but still be prompted for the purpose, use empty values in the `fill` section:

- match:
payee: "Landlord"
fill:
credit_account: "expenses:monthly:rent"
purpose:

0.7.0

- match:
payee: "Landlord"
purpose: "Monthly rent"
fill:
credit_account: "expenses:monthly:rent"
purpose: "Monthly rent"

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.