Import tomllib in Python
Python versions 3.11+ ship with a version of Tomli: the tomllib standard library module.
Python versions 3.11+ ship with a version of Tomli: the tomllib standard library module.
In a previous post, I shared why I chose Beancount to track financial data. I have been an user for some time. I have not found importers for Japan financial institutions so I wrote my own.
Typically, programs have default configurations. Often, we want to override the defaults partially. Let see how easy this is with TOML in Python.