How/where to store calibration values - written by program A, read by program B

Dan Purgert dan at djph.net
Wed Dec 6 06:06:25 EST 2023


On 2023-12-06, Stefan Ram wrote:
> Chris Green <cl at isbd.net> writes:
>>    KEY1:
>>      a: v1
>>      c: v3
>>      d: v4
>>    KEY2:
>>      a: v7
>>      b: v5
>>      d: v6
>
>   That maps nicely to two directories with three files
>   (under an application-specific configuration directory).

Or an .ini file with two sections (although I don't think you can re-use
key-names in a single ini file)


-- 
|_|O|_|
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: DDAB 23FB 19FA 7D85 1CC1  E067 6D65 70E5 4CE7 2860


More information about the Python-list mailing list